eddymotion.data.pet module¶
PET data representation.
- class eddymotion.data.pet.PET(dataobj=None, affine=None, brainmask=None, frame_time=None, total_duration=None, em_affines=None, filepath=NOTHING)[source]¶
Bases:
object
Data representation structure for PET data.
- affine¶
Best affine for RAS-to-voxel conversion of coordinates (NIfTI header).
- brainmask¶
A boolean ndarray object containing a corresponding brainmask.
- dataobj¶
A numpy ndarray object for the data array, without b=0 volumes.
- em_affines¶
List of
nitransforms.linear.Affine
objects that bring PET timepoints into alignment.
- frame_time¶
A 1D numpy array with the midpoint timing of each sample.
- total_duration¶
A float number representing the total duration of acquisition.