-
[open] TMS parallel port managing delays
by faedojury ·% (val, port) win.flip() core.wait(0.1) #stimumus presented 100 mselif trigger==50: win.flip() core.wait(0.05) port = 57360 # Port nr to read from. Names like COM1 etc do not appear to -
[solved] Problems with correct answer and feedback go/no-go task
by sebastiaan ·* http://osdoc.cogsci.nl/tutorials/capybara/#step-11-define-the-correct-response -
[open] Sorting randomly generated values with names
by jp61115 ·('WJC', wjc_score), ('sub_name', sub_score)]#sort in descending ordersorted_players = sorted(player_name, key=itemgetter(1), reverse=True)#access highest score ---> lowest score in order[ -
[open] Query on randomization of audio files in Auditory-Visual Identification Experiment
by eduard ·Hi Akshay, -
[solved] Python inline scripts: Global functions
by sebastiaan ·* http://osdoc.cogsci.nl/python/about/#sharing-variables-and-modules-between-inline_scripts -
[open] Error in __init__ interrupts experiment
by sebastiaan ·* http://osdoc.cogsci.nl/usage/variables-and-conditional-statements/#smart-variable-typing-and-some-pitfalls -
[open] to program an experience related to the subject’s response
by agnès ·#sketchpad ( name:"basket")trials= 0if trials<= 10: draw image 0 0 "basket_[basket_x].jpg" scale=1 center=1 z_index=0 show_if="always" -
[open] to program an experience related to the subject’s response
by eduard ·Hi Agnès, -
[solved] updating variable
by sebastiaan ·* http://osdoc.cogsci.nl/usage/variables-and-conditional-statements/#smart-variable-typing-and-some-pitfalls -
Dynamic GUI elements
by _Bob ·def fill_widget(self, value): #self.widget.clear() self.fill_item(self.widget.invisibleRootItem(), value) def fill_item(self, item, value): item.setExpanded(True) -
Dynamic GUI elements
by sebastiaan ·* http://pyqt.sourceforge.net/Docs/PyQt4/qwidget.html#setVisible -
[open] Dot Probe task replacing pictures
by eduard ·Hi, -
[solved] How Can I do CPT(Continuous Performance Test) as semi randomy?
by eduard ·Hi -
[open] Randomization and memory across "experiments"
by eduard ·Hi, -
[open] switching between two log files
by bbaribau ·import os#close current logfileexp._log.close()#set new pathexp.logfile = path_NAME#open new logfileexp._log = Noneexp.init_log() -
[open] Counterbalancing
by eduard ·Hi, -
[open] PygazeAnalyser: Drawing Heatmaps, Scanpaths etc
by hiwi68 ·Hi Edwin, -
[open] problem Appending new/ existing items in sequence?
by eduard ·Hi Yonderin, -
[solved] Breaking a loop by key press? How do I do that?
by eduard ·> 5: exp.set('response', key) #set response in logger break image2_canvas.show() key, end_time = my_keyboard.get_key(timeout= 500) if key == 'space' or t1-t0 > 5: -
[solved] Canvas.copy error
by DPrec ·#Save final screen for feedbackself.FinScreen = self.offline_canvas()exp.Screen4FB = self.FinScreen.copy(self.Target)