Skip to content

Commit

Permalink
Update cfmm_base.py
Browse files Browse the repository at this point in the history
Add additional search pattern for TOF sequences.
  • Loading branch information
switt4 authored Sep 16, 2019
1 parent a32f7a8 commit 747ca98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heuristics/cfmm_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def infotodict(seqinfo):
info[DIS3D_spc_FLAIR].append({'item': s.series_id})

#TOF angio
if ('3D_TOF' in s.series_description):
if ('3D_TOF' in s.series_description or 'tof_fl3d' in s.series_description):
if (s.dim3>1):
if ('ND' in (s.image_type[3].strip())):
info[TOF_angio] = [s.series_id]
Expand Down

0 comments on commit 747ca98

Please sign in to comment.