Skip to content

Commit

Permalink
Merge pull request #121 from eugenegkim/new-bids-tags
Browse files Browse the repository at this point in the history
add new bids tags
  • Loading branch information
dvm-shlee authored Jan 31, 2024
2 parents ce8290f + 46646d1 commit 5f08c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brkraw/scripts/brkraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def main():
output = '{}.{}'.format(ds_fname, ds_format)

Headers = ['RawData', 'SubjID', 'SessID', 'ScanID', 'RecoID', 'DataType',
'task', 'acq', 'ce', 'rec', 'dir', 'run', 'modality', 'Start', 'End']
'task', 'acq', 'ce', 'rec', 'dir', 'run', 'inv', 'flip', 'mt', 'part', 'modality', 'Start', 'End']
df = pd.DataFrame(columns=Headers)

# if the path directly contains scan files for one participant
Expand Down

0 comments on commit 5f08c58

Please sign in to comment.