By RiskyBehaviourLabUvic - 8/23/2017
Hello! I'm running the 100_Delayed version of the experiment BRET, and I'm trying to speed up the time it takes each blue square takes to disappear, would like to do it in half the time. Looked at the documentation but could not find the function to speed up the presentation of a stimulus . Any help is appreciated!
|
By Dave - 8/23/2017
+xHello! I'm running the 100_Delayed version of the experiment BRET, and I'm trying to speed up the time it takes each blue square takes to disappear, would like to do it in half the time. Looked at the documentation but could not find the function to speed up the presentation of a stimulus . Any help is appreciated! The "collectionrate" parameter is what you'll want to change, i.e. for half the time, change
<parameters> ... /collectionRate = 1000 ... </parameters>
to
<parameters> ... /collectionRate = 500 ... </parameters>
|
By RiskyBehaviourLabUvic - 8/25/2017
+x+xHello! I'm running the 100_Delayed version of the experiment BRET, and I'm trying to speed up the time it takes each blue square takes to disappear, would like to do it in half the time. Looked at the documentation but could not find the function to speed up the presentation of a stimulus . Any help is appreciated! The "collectionrate" parameter is what you'll want to change, i.e. for half the time, change <parameters> ... /collectionRate = 1000 ... </parameters> to <parameters> ... /collectionRate = 500 ... </parameters> Thank you so much!
|
|