Skip to content

Commit 8535e49

Browse files
chaithyagrDaval-G
andcommitted
Update src/mrinufft/trajectories/tools.py
Co-authored-by: Guillaume Daval-Frérot <[email protected]>
1 parent 4c7fbcf commit 8535e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mrinufft/trajectories/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)