A class representing a spatially windowed volumetric region of interest (ROI) in a brain image, derived from a larger parent ROI.
Slots
parent_indexAn
integerrepresenting the 1D index of the center voxel in the parent space.center_indexAn
integerrepresenting the location in the coordinate matrix of the center voxel in the window.coordsA
matrixcontaining the 3D coordinates of the voxels within the ROI. Each row represents a voxel coordinate as (x, y, z)..DataA
numericvector containing the data values associated with each voxel in the ROI. The length of this vector should match the number of rows in thecoordsmatrix.