Skip to contents

Base class for all neuroimaging data objects with a Cartesian spatial representation. This class provides a foundation for more specific neuroimaging data structures.

Slots

space

An object of class NeuroSpace representing the geometry of the image object.

header

A list holding the raw header of the file the object was read from, empty for objects built in memory. NeuroSpace records 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. Use header to read it rather than touching the slot.