mrpro.data.traj_calculators.KTrajectoryCalculator
- class mrpro.data.traj_calculators.KTrajectoryCalculator[source]
Bases:
ABC
Base class for k-space trajectories.
- __init__()
- abstract __call__(header: KHeader) KTrajectory | KTrajectoryRawShape [source]
Calculate the trajectory for given KHeader.
The shapes of kz, ky and kx of the calculated trajectory must be broadcastable to (prod(all_other_dimensions), k2, k1, k0).
- __eq__(value, /)
Return self==value.
- __new__(**kwargs)