Represents a two-dimensional brain image slice. This class extends both the array
class for data storage and the NeuroObj
class for spatial information.
Details
NeuroSlice objects are typically used to represent individual slices of 3D brain volumes or 2D projections of 3D data. They inherit the spatial properties from NeuroObj and the data storage capabilities from array.