mcot.cifti.greyordinate

Classes

GreyOrdinates(data, brain_model_axis, other_axes)

Represents data on voxels or vertices.

Functions

concatenate(greyordinates[, axis])

Stacks a sequene of greyordinates along the given axis.

parse_greyordinate(filename)

Parses a set of filenames as a single greyordinate object.

stack(greyordinates[, axis])

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