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 df2cc26 commit 7ce8c9cCopy full SHA for 7ce8c9c
src/nifreeze/utils/iterators.py
@@ -26,7 +26,7 @@
26
from itertools import chain, zip_longest
27
from typing import Iterator
28
29
-SIZE_KEYS = ("bvals", "uptake")
+SIZE_KEYS = ("size", "bvals", "uptake")
30
"""Keys that may be used to infer the number of volumes in a dataset. These keys
31
correspond to properties that distinguish one imaging modality from another, and
32
are part of the 4th axis (e.g. diffusion gradients in DWI or update in PET)."""
0 commit comments