Skip to content

Commit 82d6bfd

Browse files
committed
update TE_pos
1 parent d81e17d commit 82d6bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mrinufft/io/nsp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def write_gradients(
5656
Image size.
5757
FOV : tuple[float, ...]
5858
Field of view.
59-
TE_pos : int, optional
59+
TE_pos : float, optional
6060
The ratio of trajectory when TE occurs, with 0 as start of
6161
trajectory and 1 as end. By default 0.5, which is the
6262
center of the trajectory (in-out trajectory).
@@ -243,7 +243,7 @@ def write_trajectory(
243243
Gradient raster time in ms, by default 0.01
244244
check_constraints : bool, optional
245245
Check scanner constraints, by default True
246-
TE_pos : int, optional
246+
TE_pos : float, optional
247247
The ratio of trajectory when TE occurs, with 0 as start of
248248
trajectory and 1 as end. By default 0.5, which is the
249249
center of the trajectory (in-out trajectory).

0 commit comments

Comments
 (0)