siibra.features.tabular.bigbrain_intensity_profile

Module Contents

Classes

BigBrainIntensityProfile

Represents a 1-dimensional profile of measurements along cortical depth,

class siibra.features.tabular.bigbrain_intensity_profile.BigBrainIntensityProfile(anchor: siibra.features.anchor.AnatomicalAnchor, depths: list, values: list, boundaries: list)
Inheritance diagram of siibra.features.tabular.bigbrain_intensity_profile.BigBrainIntensityProfile

Represents a 1-dimensional profile of measurements along cortical depth, measured at relative depths between 0 representing the pial surface, and 1 corresponding to the gray/white matter boundary.

Mandatory attributes are the list of depth coordinates and the list of corresponding measurement values, which have to be of equal length, as well as a unit and description of the measurements.

Optionally, the depth coordinates of layer boundaries can be specified.

Most attributes are modelled as properties, so dervide classes are able to implement lazy loading instead of direct initialiation.

property location
DESCRIPTION = 'Cortical profiles of BigBrain staining intensities computed by Konrad Wagstyl, as described in...'