:mod:`neuron_morphology.features.layer.layered_point_depths` ============================================================ .. py:module:: neuron_morphology.features.layer.layered_point_depths Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: neuron_morphology.features.layer.layered_point_depths.LayeredPointDepths .. py:class:: LayeredPointDepths(ids: Sequence, layer_name: Sequence[str], depth: Sequence, local_layer_pia_side_depth: Sequence, local_layer_wm_side_depth: Sequence, point_type: Sequence) .. attribute:: DF_COLS .. method:: 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)