Neuroimaging in Python — NiBabel 5.4.0.dev1+g3b1c7b37 documentation (original) (raw)
imageclasses
¶
Define supported image classes and names
spatial_axes_first(img) | True if spatial image axes for img always precede other axes |
---|
spatial_axes_first¶
nibabel.imageclasses.spatial_axes_first(img: DataobjImage) → bool¶
True if spatial image axes for img always precede other axes
Parameters:
imgobject
Image object implementing at least shape
attribute.
Returns:
spatial_axes_firstbool
True if image only has spatial axes (number of axes < 4) or image type known to have spatial axes preceding other axes.