mrpro.data.traj_calculators.KTrajectoryCartesian

class mrpro.data.traj_calculators.KTrajectoryCartesian[source]

Bases: KTrajectoryCalculator

Cartesian trajectory.

__init__()
__call__(kheader: KHeader) KTrajectory[source]

Calculate Cartesian trajectory for given KHeader.

Parameters:

kheader (KHeader) – MR raw data header (KHeader) containing required meta data

Returns:

Cartesian trajectory for given KHeader

__eq__(value, /)

Return self==value.

__new__(**kwargs)