mrpro.data.traj_calculators.KTrajectoryPulseq

class mrpro.data.traj_calculators.KTrajectoryPulseq(seq_path: str | Path, repeat_detection_tolerance: None | float = 0.001)[source]

Bases: KTrajectoryCalculator

Trajectory from .seq file.

__init__(seq_path: str | Path, repeat_detection_tolerance: None | float = 0.001) None[source]

Initialize KTrajectoryPulseq.

Parameters:
  • seq_path – absolute path to .seq file

  • repeat_detection_tolerance – tolerance for repeat detection when creating KTrajectory

Methods

__init__(seq_path[, repeat_detection_tolerance])

Initialize KTrajectoryPulseq.