radialize_center# mrinufft.trajectories.tools.radialize_center(trajectory, nb_samples, in_out=False)[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