s3.Efficiency 684 B

12345678910111213141516
  1. #!/bin/tcsh
  2. set model = GAM # toggle btw GAM and 'TENT(0,12,7)': pre-fixed or whatever fits?
  3. 3dDeconvolve -nodata 300 2 \
  4. -nfirst 4 -nlast 299 -polort 2 \
  5. -num_stimts 3 \
  6. -stim_times 1 "stim.01.1D" "$model" \
  7. -stim_label 1 "stimA" \
  8. -stim_times 2 "stim.02.1D" "$model" \
  9. -stim_label 2 "stimB" \
  10. -stim_times 3 "stim.03.1D" "$model" \
  11. -stim_label 3 "stimC" \
  12. -gltsym "SYM: stimA -stimB" \
  13. -gltsym "SYM: stimA -stimC" \
  14. -gltsym "SYM: stimB -stimC"