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 49ca6bb commit 78140efCopy full SHA for 78140ef
heudiconv/convert.py
@@ -881,7 +881,7 @@ def filter_partial_volumes(
881
partial_volumes = [
882
not metadata.get("RawImage", True)
883
and metadata.get("SeriesNumber", 0) > 1000
884
- and "syngo MR XA" in metadata.get("SoftwareVersions")
+ and "syngo MR XA" in metadata.get("SoftwareVersions", "")
885
for metadata in bids_metas
886
]
887
no_partial_volumes = not any(partial_volumes) or all(partial_volumes)
0 commit comments