initialize_tilt

initialize_tilt#

mrinufft.trajectories.utils.initialize_tilt(tilt, nb_partitions=1)[source]#

Initialize the tilt angle.

Parameters:
  • tilt (str or float) – Tilt angle in rad or name of the tilt.

  • nb_partitions (int, optional) – Number of partitions. The default is 1.

Returns:

Tilt angle in rad.

Return type:

float

Raises:

NotImplementedError – If the tilt name is unknown.

See also

Tilts