Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
BF: Missed some underscores to be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoldrack committed Nov 7, 2018
1 parent a3572cf commit e025327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datalad_hirni/support/dicom2bids_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def _rules(self, record, subject=None, anon_subject=None, session=None):
# TODO: No defaults yet (May be there shouldn't be defaults, but
# right now, that's not a conscious decision ...):
'bids-acquisition': apply_bids_label_restrictions(None), #acq
'bids-contrast_enhancement': apply_bids_label_restrictions(None), # ce
'bids-reconstruction_algorithm': apply_bids_label_restrictions(None), #rec
'bids-contrast-enhancement': apply_bids_label_restrictions(None), # ce
'bids-reconstruction-algorithm': apply_bids_label_restrictions(None), #rec
'bids-echo': apply_bids_label_restrictions(None), #echo
'bids-direction': apply_bids_label_restrictions(None), #dir

Expand Down
4 changes: 2 additions & 2 deletions datalad_hirni/support/hirni_heuristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
'bids-modality': "mod",
'bids-acquisition': "acq",
'bids-scan': "scan",
'bids-contrast_enhancement': "ce",
'bids-reconstruction_algorithm': "rec",
'bids-contrast-enhancement': "ce",
'bids-reconstruction-algorithm': "rec",
'bids-echo': "echo",
'bids-direction': "dir",
}
Expand Down

0 comments on commit e025327

Please sign in to comment.