Skip to content

Commit

Permalink
/i2bm → /drf
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 20, 2023
1 parent 92b7b98 commit c56f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neurospin_to_bids/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def bids_acquisition_download(data_root_path='',
facemask = ("/neurospin/unicog/protocols/IRMf/Unicogfmri/BIDS/"
"unicog-dev/bids/template_deface/facemask.nii.gz")
print(template)
os.environ['FSLDIR'] = "/i2bm/local/fsl/bin/"
os.environ['FSLDIR'] = "/drf/local/fsl/bin/"
os.environ['FSLOUTPUTTYPE'] = "NIFTI_PAIR"
os.environ['PATH'] = (os.environ['FSLDIR']
+ os.pathsep + os.environ['PATH'])
Expand Down

0 comments on commit c56f31a

Please sign in to comment.