File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments