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 e96a246 commit 403620eCopy full SHA for 403620e
heudiconv/heuristics/reproin.py
@@ -455,6 +455,12 @@ def infotodict(seqinfo):
455
dcm_image_iod_spec = image_type_seqtype = None
456
457
protocol_name_tuned = s.protocol_name
458
+ if not protocol_name_tuned:
459
+ protocol_name_tuned = s.series_description
460
461
+ lgr.warning(
462
+ "Could not determine the series name by looking at "
463
+ "protocol_name and series_description - both were empty")
464
# Few common replacements
465
if protocol_name_tuned in {'AAHead_Scout'}:
466
protocol_name_tuned = 'anat-scout'
0 commit comments