initialize_tilt# mrinufft.trajectories.utils.initialize_tilt(tilt: str | float | None, nb_partitions: int = 1) → float[source]# Initialize the tilt angle. Parameters: tilt (str | float | None) – 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