Skip to content

Commit

Permalink
Update cfmm_base.py
Browse files Browse the repository at this point in the history
flair space for SNSX is now named `flair_spcir_sag_p6`, need to capture this series here
  • Loading branch information
greydongilmore authored Apr 2, 2024
1 parent 8a8d342 commit a714426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heuristics/cfmm_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,8 @@ def infotodict(seqinfo):
if ('DIS3D' in (s.image_type[3].strip())):
info[DIS3D_spc_T2w].append({'item': s.series_id})

#spc T2w
if ('spc_flair' in s.series_description or 'dark-fluid' in s.series_description):
#spc FLAIR
if ('spc_flair' in s.series_description or 'flair_spc' in s.series_description or 'dark-fluid' in s.series_description):
if ('ND' in (s.image_type[3].strip())):
info[spc_FLAIR].append({'item': s.series_id})
if ('DIS2D' in (s.image_type[3].strip())):
Expand Down

0 comments on commit a714426

Please sign in to comment.