Skip to content

Commit

Permalink
Merge pull request #23 from khanlab/akhanf-patch-2
Browse files Browse the repository at this point in the history
removed norm T2, add MEMPRAGE to bidsignore
  • Loading branch information
akhanf authored Sep 15, 2021
2 parents d3129e2 + 13cba3f commit c59ab3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions etc/bidsignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# MP2RAGE, MEMP2RAGE, Sa2RAGE
#without session:
*/*/*2RAGE.*
*/*/*_echo-*_*2RAGE*.*
*/*/*RAGE.*
*/*/*_echo-*_*RAGE*.*
#with session:
*/*/*/*2RAGE.*
*/*/*/*_echo-*_*2RAGE*.*
*/*/*/*RAGE.*
*/*/*/*_echo-*_*RAGE*.*

# mag/phase parts of bold:
#without session:
Expand Down
3 changes: 2 additions & 1 deletion heuristics/LOBE_HCPLS.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def infotodict(seqinfo):
info[t2w_vnavs].append({'item': s.series_id})
elif ('T2w_SPC_800iso_vNav' in s.series_description):
if 'NORM' in s.image_type:
info[t2w_norm].append({'item': s.series_id})
print('skipping pre-scan norm T2w')
# info[t2w_norm].append({'item': s.series_id})
else:
info[t2w].append({'item': s.series_id})
elif ('T2w_SPC' in s.series_description):
Expand Down

0 comments on commit c59ab3b

Please sign in to comment.