Basic loading of neuronal morphologies in swc and h5 file format. Extraction of the topological descriptors of tree morphologies. Visualization of neuronal trees and neurons. Plotting persistence ...
"""Initialize the CymaticDataNetwork with mappings for data and sound.""" self.data_to_sound = {} # Maps data (as tuple) to sine waves self.sound_to_data = {} # Maps sine waves (as tuple) to data ...