siibra.volumes.freesurfer

Handles reading and preparing gii files.

Classes

FreesurferAnnot

Helper class that provides a standard way to create an ABC using

ZippedFreesurferAnnot

Helper class that provides a standard way to create an ABC using

Module Contents

class siibra.volumes.freesurfer.FreesurferAnnot(url: str | dict)
Inheritance diagram of siibra.volumes.freesurfer.FreesurferAnnot

Helper class that provides a standard way to create an ABC using inheritance.

fetch(fragment: str = None, label: int = None, **kwargs)

Returns a 1D numpy array of label indices.

property boundingbox: siibra.locations.boundingbox.BoundingBox
Abstractmethod:

property fragments
class siibra.volumes.freesurfer.ZippedFreesurferAnnot(url: str | dict)
Inheritance diagram of siibra.volumes.freesurfer.ZippedFreesurferAnnot

Helper class that provides a standard way to create an ABC using inheritance.

fetch(fragment: str = None, label: int = None, **kwargs)

Returns a 1D numpy array of label indices.

property boundingbox: siibra.locations.boundingbox.BoundingBox
Abstractmethod:

property fragments