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  

|
November 21, 2017 07:55PM
Hello,

I am interested in creating an event list based in the 1D files that were created from make_random_timing.py.

What I am after is a list that simply tells me the order of the conditions. I imagine it would look something like this:

start of run1 start of run2
condition1 condition8
condition2 condition4
condition7 condition2
... ...
condition2 condition8
end of run1 end of run2

I don't need any TR or timing information. From all the examples in timing_tool.py, I can't seem to find one that actually puts the condition labels in.

I tried example 12, but it just gave me a list of numbers not a list of condition labels.

cd stim_results
set iter = 0002

timing_tool.py -multi_timing stimes.${iter}*.1D \
-multi_timing_to_event_list index elist.txt

Thanks!
Christine Smith
Subject Author Posted

event list from timing_tool.py

Christine Smith November 21, 2017 07:55PM

Re: event list from timing_tool.py

rick reynolds November 21, 2017 09:28PM

Re: event list from timing_tool.py

Christine Smith November 22, 2017 11:55AM