tfmri.sampling.radial_waveform
tfmri.sampling.radial_waveform¶
- radial_waveform(base_resolution, readout_os=2.0, rank=2)[source]¶
Calculate a radial readout waveform.
- Parameters
- Returns
A
Tensor
of typefloat32
and shape[samples, rank]
, wheresamples
is equal tobase_resolution * readout_os
. The units are radians/voxel, ie, values are in the range[-pi, pi]
.- Raises
ValueError – If any of the input arguments has an invalid value.