Skip to content

Commit 7ce8c9c

Browse files
Update src/nifreeze/utils/iterators.py
Co-authored-by: Oscar Esteban <[email protected]>
1 parent df2cc26 commit 7ce8c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nifreeze/utils/iterators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from itertools import chain, zip_longest
2727
from typing import Iterator
2828

29-
SIZE_KEYS = ("bvals", "uptake")
29+
SIZE_KEYS = ("size", "bvals", "uptake")
3030
"""Keys that may be used to infer the number of volumes in a dataset. These keys
3131
correspond to properties that distinguish one imaging modality from another, and
3232
are part of the 4th axis (e.g. diffusion gradients in DWI or update in PET)."""

0 commit comments

Comments
 (0)