radialize_center# mrinufft.trajectories.radialize_center(trajectory: NDArray, nb_samples: int, in_out: bool = False) → NDArray[source]# Radialize a trajectory. Parameters: trajectory (NDArray) – Trajectory to radialize. nb_samples (int) – Number of samples to keep. in_out (bool, optional) – Whether the radialization is from the inside to the outside, by default False Returns: Radialized trajectory. Return type: NDArray