|
a |
|
b/.dryrun_test_all.sh |
|
|
1 |
#!/bin/bash |
|
|
2 |
set -euxo pipefail |
|
|
3 |
HIPPUNFOLD_CACHE_DIR=`pwd`/test_data/fake_models |
|
|
4 |
hippunfold test_data/bids_singleT2w test_out participant -np --modality T2w |
|
|
5 |
hippunfold test_data/bids_singleT2w test_out participant -np --modality T2w --hemi R |
|
|
6 |
hippunfold test_data/bids_singleT2w test_out participant -np --modality T2w --hemi L |
|
|
7 |
hippunfold test_data/bids_multiT2w test_out participant -np --modality T2w |
|
|
8 |
hippunfold test_data/bids_T1w test_out participant -np --modality T1w |
|
|
9 |
hippunfold test_data/bids_hippb500 test_out participant -np --modality hippb500 |
|
|
10 |
hippunfold test_data/bids_T1w_longitudinal test_out participant -np --modality T1w |
|
|
11 |
hippunfold test_data/bids_singleT2w_longitudinal test_out participant -np --modality T2w |
|
|
12 |
hippunfold test_data/bids_segT2w test_out participant -np --modality segT2w |
|
|
13 |
hippunfold . test_out participant -np --modality cropseg --path_cropseg test_data/data_cropseg/sub-{subject}_hemi-{hemi}_dseg.nii.gz |
|
|
14 |
hippunfold . test_out participant -np --modality cropseg --path_cropseg test_data/data_cropseg_1hemi/sub-{subject}_hemi-{hemi}_dseg.nii.gz --hemi L |
|
|
15 |
hippunfold test_data/bids_singleT2w test_out participant -np --modality T2w --t1_reg_template |
|
|
16 |
hippunfold test_data/bids_singleT2w test_out participant -np --modality T2w --output_space T1w |
|
|
17 |
hippunfold test_data/bids_T1w test_out participant -np --modality T1w --use-template-seg |