neuralib.morpho.swc.SwcFile
- class neuralib.morpho.swc.SwcFile[source]
Bases:
objectSWC File
Methods
__init__(node)foreach_identifier(as_dict)load(file)Attributes
- classmethod load(file)[source]
- Parameters:
file (str | Path | PathLike[str]) – swc filepath
- Returns:
SwcFile- Return type:
Self
- property points: ndarray
- property radii: ndarray
- property parents: ndarray
- property unique_identifier: list[str]