Skip to content

Commit

Permalink
[BF]: fixed typos config file after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpron committed Jul 22, 2024
1 parent 5b16489 commit 3765d05
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions s2b_example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,13 @@
"study_name": "Aneravimm",
"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_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-AP_dwi"},
{"datasetName": "Diff cusp66 b0 PA 1.5mm", "bidsDir": "dwi", "bidsName": "acq-b0_dir-PA_dwi"}
],
"dcm2niix": "/home/alpron/softs/miniconda3/bin/dcm2niix",
"dcm2niix_options_comment": "dcm2niix configuration options in the nipype format (see https://nipype.readthedocs.io/en/latest/api/generated/nipype.interfaces.dcm2nii.html)",
"dcm2niix_options": {
Expand Down

0 comments on commit 3765d05

Please sign in to comment.