Skip to content

Commit 2293e0c

Browse files
committed
Handle comments
1 parent 99382ed commit 2293e0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/mrinufft/io/nsp.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,13 @@ def write_trajectory(
256256
`prephase` will add a prephase gradient to the start of the trajectory.
257257
postgrad : str, optional
258258
Postgrad method, by default 'slowdown_to_edge'
259-
`slowdown_to_edge` will add a gradient to slow down to the edge of the FOV.
259+
`slowdown_to_edge` will add a gradient to slow down to the edge of the k-space
260+
along x-axis for all the shots i.e. go to (Kmax, 0, 0).
260261
This is useful for sequences needing a spoiler at the end of the trajectory.
261262
However, spoiler is still not added, it is expected that the sequence
262263
handles the spoilers, which can be variable.
263-
`slowdown_to_center` will add a gradient to slow down to the center of the FOV.
264+
`slowdown_to_center` will add a gradient to slow down to the center
265+
of the k-space.
264266
version: float, optional
265267
Trajectory versioning, by default 5
266268
kwargs : dict, optional

0 commit comments

Comments
 (0)