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.
2 parents cf400cd + 7da17b8 commit 6c00959Copy full SHA for 6c00959
src/nifreeze/data/__init__.py
@@ -55,7 +55,7 @@ def load(
55
56
Raises
57
------
58
- ValueError
+ :exc:`ValueError`
59
If the file extension is not supported or the file cannot be loaded.
60
61
"""
src/nifreeze/data/dmri.py
@@ -334,7 +334,7 @@ def from_nii(
334
335
336
337
- RuntimeError
+ :exc:`RuntimeError`
338
If no gradient information is provided (neither ``gradients_file`` nor
339
``bvec_file`` + ``bval_file``).
340
src/nifreeze/data/pet.py
@@ -257,7 +257,7 @@ def from_nii(
257
258
259
260
261
If ``frame_time`` is not provided (BIDS requires it).
262
263
0 commit comments