We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3716a90 commit 55ad92dCopy full SHA for 55ad92d
src/mrinufft/io/nsp.py
@@ -319,6 +319,8 @@ def write_trajectory(
319
kspace_start_loc=final_positions,
320
acq=acq,
321
)
322
+ gradients = np.hstack([gradients, end_gradients])
323
+ Ns_to_skip_at_end = end_gradients.shape[1]
324
# Check constraints if requested
325
if check_constraints:
326
slewrates, _ = convert_gradients_to_slew_rates(gradients, acq)
0 commit comments