neuralib.morpho.swc.SwcFile
- class neuralib.morpho.swc.SwcFile[source]
Bases:
objectSWC File
- classmethod load(file)[source]
- Parameters:
file (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader) – swc filepath
- Returns:
SwcFile- Return type:
Self
- property points: ndarray
- property radii: ndarray
- property parents: ndarray
- property unique_identifier: list[str]