neuron_morphology.features.layer.layered_point_depths module

class neuron_morphology.features.layer.layered_point_depths.LayeredPointDepths(ids: Sequence[T_co], layer_name: Sequence[str], depth: Sequence[T_co], local_layer_pia_side_depth: Sequence[T_co], local_layer_wm_side_depth: Sequence[T_co], point_type: Sequence[T_co])[source]

Bases: object

Methods

from_csv  
from_dataframe  
from_hdf5  
read  
to_csv  
DF_COLS = {'depth', 'ids', 'layer_name', 'local_layer_pia_side_depth', 'local_layer_wm_side_depth', 'point_type'}
classmethod from_csv(path: str)[source]
classmethod from_dataframe(df: pandas.core.frame.DataFrame)[source]
classmethod from_hdf5(path: str)[source]
classmethod read(path: str)[source]
to_csv(self, path: str)[source]