Construct a NeuroVecSource
object
Arguments
- file_name
name of the 4-dimensional image file
- indices
the subset of integer volume indices to load -- if
NULL
then all volumes will be loaded- mask
image volume indicating the subset of voxels that will be loaded. If provided, function returns
SparseNeuroVecSource
Details
If a mask
is supplied then it should be a LogicalNeuroVol
or NeuroVol
instance. If the latter, then the mask will be defined by nonzero elements of the volume.