We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefb8c6 commit 0f0e1f7Copy full SHA for 0f0e1f7
nibabel/cifti2/cifti2_axes.py
@@ -172,6 +172,14 @@ class Axis(object):
172
Abstract class for any object describing the rows or columns of a CIFTI-2 vector/matrix
173
174
Mainly used for type checking.
175
+
176
+ Base class for the following concrete CIFTI-2 axes:
177
178
+ * :class:`BrainModelAxis`: each row/column is a voxel or vertex
179
+ * :class:`ParcelsAxis`: each row/column is a group of voxels and/or vertices
180
+ * :class:`ScalarAxis`: each row/column has a unique name (with optional meta-data)
181
+ * :class:`LabelAxis`: each row/column has a unique name and label table (with optional meta-data)
182
+ * :class:`SeriesAxis`: each row/column is a timepoint, which increases monotonically
183
"""
184
185
@property
0 commit comments