History of AFNI updates  

|
February 09, 2009 11:20AM
Hi Derek,

The '-input' option to waver does not work that way. That ':' format
applies to the '-tstim' option, for which you would either type the
times on the command line, or use `` to get them from a file.

For your example, I will drop -numout to 30 (90 seconds worth of
output), instead of using 660. These 2 examples should produce the
same output.

waver -dt 3 -GAM -gamb 8.6 -gamc 0.547 -gamd 0 -peak 1 -numout 30 \
-tstim 30:35 40:47 57.3:60.2 > errev_resp1.1.1D

waver -dt 3 -GAM -gamb 8.6 -gamc 0.547 -gamd 0 -peak 1 -numout 30 \
-tstim `cat errev.txt` > errev_resp1.2.1D

- rick

Subject Author Posted

follow-up on non-TR locked timings

derek February 09, 2009 10:13AM

Re: follow-up on non-TR locked timings

rick reynolds February 09, 2009 11:20AM

Re: follow-up on non-TR locked timings

derek February 09, 2009 12:01PM