File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/mrinufft/trajectories Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ def get_gradient_timing_values(
390390) -> tuple [NDArray , NDArray , NDArray , NDArray ]:
391391 """Get gradient timing values for trapezoidal or triangular waveforms.
392392
393- Compute gradient timing values for 2D arrays for taking k-space trajectory
394- from ks with gradient gs to ke with gradient ge , while being hardware compliant.
393+ Compute gradient timing values to take k-space trajectories
394+ from position ``ks`` with gradient ``gs`` to position ``ke`` with gradient ``ge`` , while being hardware compliant.
395395 This function calculates the number of time steps required for the ramp down,
396396 ramp up, and plateau phases of the gradient waveform, ensuring that the area
397397 traversed in k-space matches the desired trajectory while adhering to the
You can’t perform that action at this time.
0 commit comments