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 08dc591 commit 9dbe77aCopy full SHA for 9dbe77a
src/nifreeze/data/dmri.py
@@ -340,8 +340,8 @@ def from_nii(
340
A file containing head motion affine matrices (linear)
341
gradients_file : :obj:`os.pathlike`, optional
342
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
+ stores the b-values. If provided following the column-major convention(C, N),
+ it will be transposed automatically. If provided, it supersedes any .bvec / .bval
345
combination.
346
bvec_file : :obj:`os.pathlike`, optional
347
A text file containing b-vectors, shape (N, 3) or (3, N).
0 commit comments