AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
rmj
February 26, 2015 06:32PM
Hi,

I am having some difficulties with make_random_timing.py.

I have events that must be in a certain order, so I am using -ordered_stimuli, but this command is not generating random amounts of rest in between the two events (i.e. between cueA and replyA).

My script is below.
Thank you very much!
Rebecca

make_random_timing.py -num_runs 3 -run_time 534 \
-tr 0.750 -tr_locked \
-num_stim 8 -num_reps 21 21 7 7 21 21 7 7 \
-stim_dur 3.0 \
-stim_labels cuea replya cueb replyb cuec replyc cued replyd \
-ordered_stimuli 1 2 \
-ordered_stimuli 3 4 \
-ordered_stimuli 5 6 \
-ordered_stimuli 7 8 \
-pre_stim_rest 10.5 -post_stim_rest 10.5 \
-min_rest 1.5 \
-show_timing_stats -seed 12345 -prefix stimtimes -save_3dd_cmd output
Subject Author Posted

make_random_timing.py

rmj February 26, 2015 06:32PM

Re: make_random_timing.py

rmj March 02, 2015 03:22PM

Re: make_random_timing.py

rick reynolds March 02, 2015 08:49PM