cfl2traj#
- mrinufft.io.cfl.cfl2traj(basename, shape=None)[source]#
Convert a trajectory BART file to a numpy array compatible with MRI-nufft.
- Parameters:
filename (str) – Base filename for the trajectory
shape (optional) – Shape of the Image domain.
- Returns:
MRI-NUFFT compatible trajectory of shape (n_shot, n_samples, dim)
- Return type:
np.ndarray