mcot.cifti.greyordinate¶
Classes
|
Represents data on voxels or vertices. |
Functions
|
Stacks a sequene of greyordinates along the given axis. |
|
Parses a set of filenames as a single greyordinate object. |
|
Stacks a sequene of greyordinates along the given axis. |
concatenate¶
-
mcot.cifti.greyordinate.
concatenate
(greyordinates, axis=0)[source]¶ Stacks a sequene of greyordinates along the given axis.
Resulting GreyOrdinate will only contain voxels/vertices in all GreyOrdinate arrays
- Parameters
greyordinates – individual greyordinates to be merged
- Returns
merged greyordinate object
parse_greyordinate¶
-
mcot.cifti.greyordinate.
parse_greyordinate
(filename)[source]¶ Parses a set of filenames as a single greyordinate object.
- Parameters
filename – ‘@’-symbol separated files (NIFTI, GIFTI, and/or CIFTI)
- Returns
single Greyordinate object representing the full dataset
stack¶
-
mcot.cifti.greyordinate.
stack
(greyordinates, axis=0)[source]¶ Stacks a sequene of greyordinates along the given axis.
Resulting GreyOrdinate will only contain voxels/vertices in all GreyOrdinate arrays
- Parameters
greyordinates – individual greyordinates to be merged
- Returns
merged greyordinate object