-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhacky2.sh
More file actions
23 lines (21 loc) · 1.12 KB
/
hacky2.sh
File metadata and controls
23 lines (21 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
for i in {1007..1007} {1012..1012} {1016..1016} {1027..1027}
do
value=$(<../${i}/GLM_BASIC/scans.txt)
set $value
/home/bradley/bin/qexec2.R -q bigmem_16.q --mem=16G \
3dDeconvolve -force_TR 1.77 \
-input ../${i}/GLM_BASIC/$1 ../${i}/GLM_BASIC/$2 ../${i}/GLM_BASIC/$3 ../${i}/GLM_BASIC/$4 ../${i}/GLM_BASIC/$5 \
-xout -num_stimts 9 \
-polort 5 \
-stim_times_IM 1 ${i}_study_scene_prev_correct.1D 'GAM' -stim_label 1 StudCor \
-stim_times_IM 2 ${i}_study_scene_prev_incorrect.1D 'GAM' -stim_label 2 StudIncor \
-stim_times_IM 3 ${i}_study_scene_prev_not_tested.1D 'GAM' -stim_label 3 Stud_nottested \
-stim_times_IM 4 ${i}_test_scene_delay_correct.1D 'GAM' -stim_label 4 delayCor \
-stim_times_IM 5 ${i}_test_scene_delay_incorrect.1D 'GAM' -stim_label 5 delayIncor \
-stim_times_IM 6 ${i}_test_scene_face_correct.1D 'GAM' -stim_label 6 faceCor \
-stim_times_IM 7 ${i}_test_scene_face_incorrect.1D 'GAM' -stim_label 7 faceIncor \
-stim_times_IM 8 ${i}_test_scene_prev_correct.1D 'GAM' -stim_label 8 prevCor \
-stim_times_IM 9 ${i}_test_scene_prev_incorrect.1D 'GAM' -stim_label 9 prevIncor \
-fout -tout -bucket ${i}_bc_stats4FC
done