<div dir="ltr">Great.  Thanks a lot for your help<br><br>On Thursday, August 8, 2013 3:52:22 PM UTC-4, Paul Groot wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><div><div><div><div><div>In addition to David's advise, I would also suggest adding a few lines of E-Basic script to calculate stimulus (and response) onset times that are relative to the start of the start of the MRI scanner. These values can then be added to the output file using the c.SetAttrib method. This is a very easy to do and it will save a lot of post processing. (I've seen people creating lots of excel sheets just to get onset times for SPM or FSL. Very time consuming and error-prone.) <br>
<br></div><div>Just follow these steps:<br></div><div><br></div>1) Declare a global variable to store the scanner start time (i.e. onset time of first EPI scan). This time is normally determined by handling the trigger onset pulse as input response. The global variable should be of type Long (integer) and should be placed in the global user script section:<br>
<br></div><span style="font-family:courier new,monospace">   Dim ScannerOnset as Long</span><br><br></div>2) Then copy the trigger onset time to the global declared variable by adding the following after the object that handles the scanner trigger:<br>
<br><span style="font-family:courier new,monospace">   ScannerOnset = <i>WaitForScanner</i>.RTTime</span><br><br></div>(replace<i> WaitForScanner</i> with the name the actual object)<br></div>Also make sure the RTTime attribute itself is logged properly to be able to verify timing.<br>
<div><div><br></div><div>3) Add a few lines of script at the end of the trial procedure to save the relative times to the log output:<br><br></div><div><span style="font-family:courier new,monospace">   c.SetAttrib "<i>RelStimOnset</i>", CStr(<i>Stim</i>.OnsetTime - ScannerOnset)<br>
<br></span></div><div><div><div><div>(replace <i>Stim</i> with the name of the stimulus object)<br>Also make sure the onset attribute itself is logged properly to be able to verify timing.<br><div><br></div></div><div>Repeat 3) for all relevant onset and response times.<br>
<br></div><div><br></div><div>that's it<br><br></div><div>Paul<br></div></div></div></div></div></div><div><br><br><div class="gmail_quote">On 8 August 2013 20:17, David McFarlane <span dir="ltr"><<a href="javascript:" target="_blank" gdf-obfuscated-mailto="ueRsMs-VQ7YJ">mcfa...@msu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Well, if you are really determined, then you might use Rte.GetObject() to iterate through all the E-Objects and do as you like (see that topic in the E-Basic Help facility).<br>

<br>
But this seems a very peculiar request.  Ordinarily, you would take care of this in E-Studio from the Property Pages of each object of interest -- either go to the Duration/Input tab and select the desired Data Logging, or for finer granularity go to the Logging tab and select whatever you like.<br>

<br>
-----<br>
David McFarlane<br>
E-Prime training online:  <a href="http://psychology.msu.edu/Workshops_Courses/eprime.aspx" target="_blank">http://psychology.msu.edu/<u></u>Wor<wbr>kshops_Courses/eprime.aspx</a><br>
Twitter:  @EPrimeMaster (<a href="https://twitter.com/EPrimeMaster" target="_blank">https://twitter.com/<u></u>EPrimeMas<wbr>ter</a>)<br>
<br>
/----<br>
Stock reminder:  1) I do not work for PST.  2) PST's trained staff take any and all questions at <a href="http://support.pstnet.com/e%2Dprime/support/login.asp" target="_blank">http://support.pstnet.com/e%<u></u>2D<wbr>prime/support/login.asp</a> , and they strive to respond to all requests in 24-48 hours, so make full use of it.  3) In addition, PST offers several instructional videos on their YouTube channel (<a href="http://www.youtube.com/user/PSTNET" target="_blank">http://www.youtube.com/user/<u></u>P<wbr>STNET</a> ).  4) If you do get an answer from PST staff, please extend the courtesy of posting their reply back here for the sake of others.<br>

\----<br>
<br>
<br>
At 8/7/2013 10:30 AM Wednesday, <a href="javascript:" target="_blank" gdf-obfuscated-mailto="ueRsMs-VQ7YJ">kyleheid...@u.<u></u>northwester<wbr>n.edu</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm new to e-basic, so I don't know if this is possible, but is there some way to write an inline file that will turn Time Audit on for everything (I'm doing an fMRI study, so it's very important to track all the timing information).<br>

<br>
I looked through the generate code and found what appears to be the code that turns on time audit for an individual object (in this case a TextDisplay called PreBlockInstructions)<br>
<br>
PreBlockInstructions.Run<br>
<br>
      c.SetAttrib PreBlockInstructions.Name & ebDot & ebLogNameOnsetDelay, PreBlockInstructions.<u></u>OnsetDela<wbr>y<br>
<br>
      c.SetAttrib PreBlockInstructions.Name & ebDot & ebLogNameOnsetTime, PreBlockInstructions.OnsetTime<br>
<br>
      c.SetAttrib PreBlockInstructions.Name & ebDot & ebLogNameDurationError, PreBlockInstructions.<u></u>DurationE<wbr>rror<br>
      c.SetAttrib PreBlockInstructions.Name & ebDot & ebLogNameOnsetToOnsetTime, PreBlockInstructions.<u></u>OnsetToOn<wbr>setTime<br>
<br>
<br>
I would like to make an inline that iterates over every declared variable of the TextDisplay type and call code similar to the above on each of those TextDisplays.<br>
<br>
Is this possible/feasible?<span><font color="#888888"><br>
</font></span></blockquote><span><font color="#888888">
<br>
-- <br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="ueRsMs-VQ7YJ">e-prime+u...@<u></u>googlegrou<wbr>ps.com</a>.<br>
To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="ueRsMs-VQ7YJ">e-p...@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/5203e0d2.060b320a.7694.6932SMTPIN_ADDED_MISSING%40gmr-mx.google.com" target="_blank">https://groups.google.com/d/<u></u>ms<wbr>gid/e-prime/5203e0d2.<u></u>060b320a.<wbr>7694.6932SMTPIN_<u></u>ADDED_MISSING%<wbr>40gmr-mx.google.<u></u>com</a>.<br>

For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/<u></u>grou<wbr>ps/opt_out</a>.<br>
<br>
<br>
</font></span></blockquote></div><br></div>
</blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/c20d97de-705f-4cb3-bd03-c792eb0f578f%40googlegroups.com?hl=en-US">https://groups.google.com/d/msgid/e-prime/c20d97de-705f-4cb3-bd03-c792eb0f578f%40googlegroups.com?hl=en-US</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />