Skip to content

Commit 9dbe77a

Browse files
Update src/nifreeze/data/dmri.py
Co-authored-by: Jon Haitz Legarreta Gorroño <[email protected]>
1 parent 08dc591 commit 9dbe77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nifreeze/data/dmri.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ def from_nii(
340340
A file containing head motion affine matrices (linear)
341341
gradients_file : :obj:`os.pathlike`, optional
342342
A text file containing the gradients table, shape (N, C) where the last column
343-
stores the b-values. The legacy column-major layout (C, N) is also accepted and
344-
will be transposed automatically. If provided, it supersedes any .bvec / .bval
343+
stores the b-values. If provided following the column-major convention(C, N),
344+
it will be transposed automatically. If provided, it supersedes any .bvec / .bval
345345
combination.
346346
bvec_file : :obj:`os.pathlike`, optional
347347
A text file containing b-vectors, shape (N, 3) or (3, N).

0 commit comments

Comments
 (0)