History of AFNI updates  

|
January 27, 2020 10:54AM
Hi Geena,

Since make_random_timing.py does not currently have the ability to control the basis function (aside from the length of the stimulus, which dictates GAM vs BLOCK), you could change GAM to MION(1) via sed or something, as in:

sed "s/GAM/'MION(1)'/g" cmd.3dd.OLD.txt > cmd.3dd.NEW.txt

That would change any instances of GAM into 'MION(1)' in the "OLD" script, and save it as a "NEW" version.

I can look into how straightforward it would be to add such a thing directly into make_random_timing.py, too.

- rick
Subject Author Posted

@stim_analyze & modern version

geenaianni January 20, 2020 03:09PM

Re: @stim_analyze & modern version

rick reynolds January 21, 2020 02:24PM

Re: @stim_analyze & modern version

geenaianni January 24, 2020 04:13PM

Re: @stim_analyze & modern version

rick reynolds January 27, 2020 10:54AM

Re: @stim_analyze & modern version

rick reynolds January 27, 2020 01:34PM

Re: @stim_analyze & modern version

geenaianni January 27, 2020 03:54PM

Re: @stim_analyze & modern version

rick reynolds January 28, 2020 09:29AM