Base class for all neuroimaging data objects with a Cartesian spatial representation. This class provides a foundation for more specific neuroimaging data structures.
Slots
spaceAn object of class
NeuroSpacerepresenting the geometry of the image object.headerA
listholding the raw header of the file the object was read from, empty for objects built in memory.NeuroSpacerecords the geometry; this records everything else the file said – repetition time, units, intent, description, slice timing, the qform/sform codes – so that writing the object back does not have to invent it. Useheaderto read it rather than touching the slot.