Skip to content

Commit

Permalink
[release] #5 scan id
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed Jun 4, 2020
1 parent 9b058d4 commit 996168c
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 @@ -155,8 +155,8 @@ def main():
try:
scan_id = int(scan_id)
reco_id = int(reco_id)
method = study._pvobj._method[scan_id].parameters['Method']
study.save_as(scan_id, reco_id, output_fname, slope=slope, offset=offset)
method = study._pvobj._method[scan_id].parameters['Method']
if re.search('dti', method, re.IGNORECASE):
study.save_bdata(scan_id, output_fname)
if args.bids:
Expand Down

0 comments on commit 996168c

Please sign in to comment.