neuron_morphology.features.layer.layered_point_depths

Module Contents

Classes

LayeredPointDepths
class neuron_morphology.features.layer.layered_point_depths.LayeredPointDepths(ids: Sequence, layer_name: Sequence[str], depth: Sequence, local_layer_pia_side_depth: Sequence, local_layer_wm_side_depth: Sequence, point_type: Sequence)
DF_COLS
to_csv(self, path: str)
classmethod from_dataframe(cls, df: pd.DataFrame)
classmethod from_csv(cls, path: str)
classmethod from_hdf5(cls, path: str)
classmethod read(cls, path: str)