Inheritance diagram for nipy.neurospin.registration.spacetime_registration:
Bases: object
Class to represent a sequence of 3d scans acquired on a slice-by-slice basis.
Methods
| from_time | |
| z_to_slice |
Configure fMRI acquisition time parameters.
tr_slices : inter-slice repetition time, same as tr for slices start : starting acquisition time respective to the implicit
time origin
slice_order : string or array
Bases: object
The idea is to compute the global variance using the following decomposition:
with alpha=(n-1)/n V1, beta = (n-1)/n^2, d2 = (x1-m1)^2.
Only the second term is variable when one image moves while all other images are fixed.
| Parameters: | runs : list of Image4d objects |
|---|---|
| Returns: | transforms : list
transforms map an ‘ideal’ 4d grid (conventionally aligned with the : first scan of the first run) to the ‘acquisition’ 4d grid for each : run : |