Skip to content

Commit 489e41c

Browse files
birajsthashnizzedy
andauthored
Update CPAC/utils/utils.py
Co-authored-by: Jon Cluce <[email protected]>
1 parent ece294d commit 489e41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CPAC/utils/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,7 @@ def get_fmap_type(metadata):
27092709
units = metadata["Units"].lower()
27102710
if units in ["hz", "rad/s", "t", "tesla", "hertz"]:
27112711
return "fieldmap"
2712+
return None
27122713
case (_, _, _, _, True):
27132714
# Case 4: EPI field maps (REQUIRED: PhaseEncodingDirection)
27142715
return "epi"

0 commit comments

Comments
 (0)