Home | Trees | Indices | Help |
|
---|
|
Dataset with event-defined samples from a NIfTI timeseries image. This is a convenience dataset to facilitate the analysis of event-related fMRI datasets. Boxcar-shaped samples are automatically extracted from the full timeseries using :class:`~mvpa.misc.support.Event` definition lists. For each event all volumes covering that particular event in time (including partial coverage) are used to form the corresponding sample. The class supports the conversion of events defined in 'realtime' into the descrete temporal space defined by the NIfTI image. Moreover, potentially varying offsets between true event onset and timepoint of the first selected volume can be stored as an additional feature in the dataset. Additionally, the dataset supports masking. This is done similar to the masking capabilities of :class:`~mvpa.datasets.nifti.NiftiDataset`. However, the mask can either be of the same shape as a single NIfTI volume, or can be of the same shape as the generated boxcar samples, i.e. a samples consisting of three volumes with 24 slices and 64x64 inplane resolution needs a mask with shape (3, 24, 64, 64). In the former case the mask volume is automatically expanded to be identical in a volumes of the boxcar.
|
|||
|
|||
|
|||
Inherited from |
|
|||
niftihdr = property(fget= lambda self: self._dsattr ['niftihdr
|
|||
Inherited from |
|
samples and mapper arguments are not None the mapper is
used to forward-map the samples array and the result is passed
to the Dataset constructor.
|
Maps a data vector into the dataspace and wraps it with a NiftiImage. The header data of this object is used to initialize the new NiftiImage. Only the features corresponding to voxels are mapped back -- not any additional features passed via the Event definitions.
|
|
niftihdr
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 24 03:57:33 2010 | http://epydoc.sourceforge.net |