Hey,
I’ve got a few questions about Gang’s gPPI sample script.
Could the ' be added to the end of the 3dDetrend line to prevent it erroring out?
What is supposed to be in the one1.1D file and how should be it be created?
With respect to the line:
waver -GAM -peak 1 -${TR} ${sub_TR} -input Inter_neu${cond}${cc}${sd}.1D -numout ${n_tp} > Inter_hrf${cond}${cc}${sd}.1D
I cannot find anything in the waver help that indicates that two TRs can be provided in the manner suggested above. Should this be
waver -GAM -peak 1 -TR ${sub_TR} -input Inter_neu${cond}${cc}${sd}.1D -numout ${n_tp} > Inter_hrf${cond}${cc}${sd}.1D
Thanks in advance,
Colm.