Skip to content

Commit

Permalink
Merge pull request #42 from khanlab/flair_spc_snsx
Browse files Browse the repository at this point in the history
Update cfmm_base.py
  • Loading branch information
akhanf authored Aug 19, 2024
2 parents 8a8d342 + a714426 commit 771dc79
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 771dc79

Please sign in to comment.