Skip to content

Commit

Permalink
Merge pull request #10 from alexpron/bids-1.9.0-compliance
Browse files Browse the repository at this point in the history
BIDS 1.9.0 compatibility of NIFTI data
  • Loading branch information
quentinduche authored Jun 3, 2024
2 parents dcb62e5 + b59b45b commit 2e4097d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions s2b_example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"subjects": ["VS_Aneravimm_010", "VS_Aneravimm_011"],
"data_to_bids":
[
{"datasetName": "t1_mprage_sag_p2_iso", "bidsDir": "anat", "bidsName": "t1w-mprage"},
{"datasetName": "t2_tse_HR_cor_MTL", "bidsDir": "anat", "bidsName": "t2-hr"},
{"datasetName": "Resting State_bold AP 1.6mm HIPP", "bidsDir": "func", "bidsName": "ap-hipp"},
{"datasetName": "Diff cusp66 b3000 AP 1.5mm", "bidsDir": "dwi", "bidsName": "cusp66-ap-b3000"},
{"datasetName": "Diff cusp66 b0 PA 1.5mm", "bidsDir": "dwi", "bidsName": "cusp66-ap-b0"}
{"datasetName": "t1_mprage_sag_p2_iso", "bidsDir": "anat", "bidsName": "acq-mprage_T1w"},
{"datasetName": "t2_tse_HR_cor_MTL", "bidsDir": "anat", "bidsName": "acq-hr_T2w"},
{"datasetName": "Resting State_bold AP 1.6mm HIPP", "bidsDir": "func", "bidsName": "task-restingState_acq-hipp_dir-AP_bold"},
{"datasetName": "Diff cusp66 b3000 AP 1.5mm", "bidsDir": "dwi", "bidsName": "acq-b3000_dir-AP_dwi"},
{"datasetName": "Diff cusp66 b0 PA 1.5mm", "bidsDir": "dwi", "bidsName": "acq-b0_dir-PA_dwi"}
],
"dcm2niix":"/home/qduche/Software/dcm2niix_lnx/dcm2niix",
"dcm2niix_options": "-v 0 -z y",
Expand Down

0 comments on commit 2e4097d

Please sign in to comment.