psychopy 2024.2.4__py3-none-any.whl → 2025.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of psychopy might be problematic. Click here for more details.
- psychopy/CHANGELOG.txt +208 -4
- psychopy/LICENSE.txt +1 -1
- psychopy/VERSION +1 -1
- psychopy/__init__.py +10 -7
- psychopy/alerts/__init__.py +1 -1
- psychopy/alerts/_alerts.py +53 -17
- psychopy/alerts/_errorHandler.py +3 -4
- psychopy/alerts/alertsCatalogue/3210.yaml +27 -0
- psychopy/alerts/alertsCatalogue/3610.yaml +19 -0
- psychopy/alerts/alertsCatalogue/4130.yaml +19 -0
- psychopy/alerts/alertsCatalogue/alertCategories.yaml +8 -1
- psychopy/alerts/alertsCatalogue/alertmsg.py +1 -1
- psychopy/alerts/alerttools.py +0 -16
- psychopy/app/Resources/betasplash.png +0 -0
- psychopy/app/Resources/betasplash@2x.png +0 -0
- psychopy/app/Resources/classic/case.png +0 -0
- psychopy/app/Resources/classic/case@2x.png +0 -0
- psychopy/app/Resources/classic/fileaudio.png +0 -0
- psychopy/app/Resources/classic/fileaudio@2x.png +0 -0
- psychopy/app/Resources/classic/filecss.png +0 -0
- psychopy/app/Resources/classic/filecss@2x.png +0 -0
- psychopy/app/Resources/classic/filecsv.png +0 -0
- psychopy/app/Resources/classic/filecsv@2x.png +0 -0
- psychopy/app/Resources/classic/filedesign.png +0 -0
- psychopy/app/Resources/classic/filedesign@2x.png +0 -0
- psychopy/app/Resources/classic/filefont.png +0 -0
- psychopy/app/Resources/classic/filefont@2x.png +0 -0
- psychopy/app/Resources/classic/filegit.png +0 -0
- psychopy/app/Resources/classic/filegit@2x.png +0 -0
- psychopy/app/Resources/classic/filehtml.png +0 -0
- psychopy/app/Resources/classic/filehtml@2x.png +0 -0
- psychopy/app/Resources/classic/fileimage.png +0 -0
- psychopy/app/Resources/classic/fileimage@2x.png +0 -0
- psychopy/app/Resources/classic/fileinfo.png +0 -0
- psychopy/app/Resources/classic/fileinfo@2x.png +0 -0
- psychopy/app/Resources/classic/filejs.png +0 -0
- psychopy/app/Resources/classic/filejs@2x.png +0 -0
- psychopy/app/Resources/classic/filejson.png +0 -0
- psychopy/app/Resources/classic/filejson@2x.png +0 -0
- psychopy/app/Resources/classic/filepkg.png +0 -0
- psychopy/app/Resources/classic/filepkg@2x.png +0 -0
- psychopy/app/Resources/classic/filepsyexp.png +0 -0
- psychopy/app/Resources/classic/filepsyexp@2x.png +0 -0
- psychopy/app/Resources/classic/filepy.png +0 -0
- psychopy/app/Resources/classic/filepy@2x.png +0 -0
- psychopy/app/Resources/classic/filetxt.png +0 -0
- psychopy/app/Resources/classic/filetxt@2x.png +0 -0
- psychopy/app/Resources/classic/fileunknown.png +0 -0
- psychopy/app/Resources/classic/fileunknown@2x.png +0 -0
- psychopy/app/Resources/classic/filevideo.png +0 -0
- psychopy/app/Resources/classic/filevideo@2x.png +0 -0
- psychopy/app/Resources/classic/find.png +0 -0
- psychopy/app/Resources/classic/find@2x.png +0 -0
- psychopy/app/Resources/classic/loop.png +0 -0
- psychopy/app/Resources/classic/loop@2x.png +0 -0
- psychopy/app/Resources/classic/regex.png +0 -0
- psychopy/app/Resources/classic/regex@2x.png +0 -0
- psychopy/app/Resources/dark/case.png +0 -0
- psychopy/app/Resources/dark/case@2x.png +0 -0
- psychopy/app/Resources/dark/fileaudio.png +0 -0
- psychopy/app/Resources/dark/fileaudio@2x.png +0 -0
- psychopy/app/Resources/dark/filecss.png +0 -0
- psychopy/app/Resources/dark/filecss@2x.png +0 -0
- psychopy/app/Resources/dark/filecsv.png +0 -0
- psychopy/app/Resources/dark/filecsv@2x.png +0 -0
- psychopy/app/Resources/dark/filedesign.png +0 -0
- psychopy/app/Resources/dark/filedesign@2x.png +0 -0
- psychopy/app/Resources/dark/filefont.png +0 -0
- psychopy/app/Resources/dark/filefont@2x.png +0 -0
- psychopy/app/Resources/dark/filegit.png +0 -0
- psychopy/app/Resources/dark/filegit@2x.png +0 -0
- psychopy/app/Resources/dark/filehtml.png +0 -0
- psychopy/app/Resources/dark/filehtml@2x.png +0 -0
- psychopy/app/Resources/dark/fileimage.png +0 -0
- psychopy/app/Resources/dark/fileimage@2x.png +0 -0
- psychopy/app/Resources/dark/fileinfo.png +0 -0
- psychopy/app/Resources/dark/fileinfo@2x.png +0 -0
- psychopy/app/Resources/dark/filejs.png +0 -0
- psychopy/app/Resources/dark/filejs@2x.png +0 -0
- psychopy/app/Resources/dark/filejson.png +0 -0
- psychopy/app/Resources/dark/filejson@2x.png +0 -0
- psychopy/app/Resources/dark/filepkg.png +0 -0
- psychopy/app/Resources/dark/filepkg@2x.png +0 -0
- psychopy/app/Resources/dark/filepsyexp.png +0 -0
- psychopy/app/Resources/dark/filepsyexp@2x.png +0 -0
- psychopy/app/Resources/dark/filepy.png +0 -0
- psychopy/app/Resources/dark/filepy@2x.png +0 -0
- psychopy/app/Resources/dark/filetxt.png +0 -0
- psychopy/app/Resources/dark/filetxt@2x.png +0 -0
- psychopy/app/Resources/dark/fileunknown.png +0 -0
- psychopy/app/Resources/dark/fileunknown@2x.png +0 -0
- psychopy/app/Resources/dark/filevideo.png +0 -0
- psychopy/app/Resources/dark/filevideo@2x.png +0 -0
- psychopy/app/Resources/dark/find.png +0 -0
- psychopy/app/Resources/dark/find@2x.png +0 -0
- psychopy/app/Resources/dark/loop.png +0 -0
- psychopy/app/Resources/dark/loop@2x.png +0 -0
- psychopy/app/Resources/dark/regex.png +0 -0
- psychopy/app/Resources/dark/regex@2x.png +0 -0
- psychopy/app/Resources/light/case.png +0 -0
- psychopy/app/Resources/light/case@2x.png +0 -0
- psychopy/app/Resources/light/fileaudio.png +0 -0
- psychopy/app/Resources/light/fileaudio@2x.png +0 -0
- psychopy/app/Resources/light/filecss.png +0 -0
- psychopy/app/Resources/light/filecss@2x.png +0 -0
- psychopy/app/Resources/light/filecsv.png +0 -0
- psychopy/app/Resources/light/filecsv@2x.png +0 -0
- psychopy/app/Resources/light/filedesign.png +0 -0
- psychopy/app/Resources/light/filedesign@2x.png +0 -0
- psychopy/app/Resources/light/filefont.png +0 -0
- psychopy/app/Resources/light/filefont@2x.png +0 -0
- psychopy/app/Resources/light/filegit.png +0 -0
- psychopy/app/Resources/light/filegit@2x.png +0 -0
- psychopy/app/Resources/light/filehtml.png +0 -0
- psychopy/app/Resources/light/filehtml@2x.png +0 -0
- psychopy/app/Resources/light/fileimage.png +0 -0
- psychopy/app/Resources/light/fileimage@2x.png +0 -0
- psychopy/app/Resources/light/fileinfo.png +0 -0
- psychopy/app/Resources/light/fileinfo@2x.png +0 -0
- psychopy/app/Resources/light/filejs.png +0 -0
- psychopy/app/Resources/light/filejs@2x.png +0 -0
- psychopy/app/Resources/light/filejson.png +0 -0
- psychopy/app/Resources/light/filejson@2x.png +0 -0
- psychopy/app/Resources/light/filepkg.png +0 -0
- psychopy/app/Resources/light/filepkg@2x.png +0 -0
- psychopy/app/Resources/light/filepsyexp.png +0 -0
- psychopy/app/Resources/light/filepsyexp@2x.png +0 -0
- psychopy/app/Resources/light/filepy.png +0 -0
- psychopy/app/Resources/light/filepy@2x.png +0 -0
- psychopy/app/Resources/light/filetxt.png +0 -0
- psychopy/app/Resources/light/filetxt@2x.png +0 -0
- psychopy/app/Resources/light/fileunknown.png +0 -0
- psychopy/app/Resources/light/fileunknown@2x.png +0 -0
- psychopy/app/Resources/light/filevideo.png +0 -0
- psychopy/app/Resources/light/filevideo@2x.png +0 -0
- psychopy/app/Resources/light/find.png +0 -0
- psychopy/app/Resources/light/find@2x.png +0 -0
- psychopy/app/Resources/light/loop.png +0 -0
- psychopy/app/Resources/light/loop@2x.png +0 -0
- psychopy/app/Resources/light/regex.png +0 -0
- psychopy/app/Resources/light/regex@2x.png +0 -0
- psychopy/app/Resources/routine_templates/Basic.psyexp +0 -1
- psychopy/app/Resources/routine_templates/Misc.psyexp +0 -1
- psychopy/app/Resources/routine_templates/Online.psyexp +0 -2
- psychopy/app/Resources/routine_templates/Trials.psyexp +0 -1
- psychopy/app/Resources/splash.png +0 -0
- psychopy/app/Resources/splash@2x.png +0 -0
- psychopy/app/__init__.py +49 -8
- psychopy/app/__main__.py +3 -0
- psychopy/app/_psychopyApp.py +134 -125
- psychopy/app/builder/builder.py +42 -22
- psychopy/app/builder/dialogs/__init__.py +44 -11
- psychopy/app/builder/dialogs/dlgsCode.py +1 -1
- psychopy/app/builder/dialogs/dlgsConditions.py +1 -1
- psychopy/app/builder/dialogs/findDlg.py +106 -20
- psychopy/app/builder/dialogs/paramCtrls.py +42 -1
- psychopy/app/builder/validators.py +1 -1
- psychopy/app/coder/codeEditorBase.py +8 -8
- psychopy/app/coder/coder.py +32 -29
- psychopy/app/coder/fileBrowser.py +68 -22
- psychopy/app/coder/folding.py +1 -1
- psychopy/app/coder/psychoParser.py +1 -1
- psychopy/app/coder/repl.py +1 -1
- psychopy/app/coder/sourceTree.py +1 -1
- psychopy/app/connections/__init__.py +1 -1
- psychopy/app/connections/news.py +1 -1
- psychopy/app/connections/sendusage.py +1 -1
- psychopy/app/connections/updates.py +1 -1
- psychopy/app/console.py +1 -1
- psychopy/app/errorDlg.py +1 -1
- psychopy/app/frametracker.py +1 -1
- psychopy/app/idle.py +1 -1
- psychopy/app/jobs.py +5 -2
- psychopy/app/linuxconfig/__init__.py +1 -1
- psychopy/app/locale/ar_001/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ar_001/LC_MESSAGE/messages.po +1514 -3259
- psychopy/app/locale/cs_CZ/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/da_DK/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/de_DE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/de_DE/LC_MESSAGE/messages.po +3 -3
- psychopy/app/locale/el_GR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/en_NZ/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/en_US/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_CO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_CO/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/es_ES/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_ES/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/es_US/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_US/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/et_EE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/et_EE/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/fa_IR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fa_IR/LC_MESSAGE/messages.po +1 -1
- psychopy/app/locale/fi_FI/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fr_FR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fr_FR/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/he_IL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/he_IL/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/hi_IN/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/hi_IN/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/hu_HU/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/it_IT/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/it_IT/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/ja_JP/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ja_JP/LC_MESSAGE/messages.po +3421 -2396
- psychopy/app/locale/ko_KR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ms_MY/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ms_MY/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/nl_NL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/nn_NO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pl_PL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pt_PT/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pt_PT/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/ro_RO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ru_RU/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/sv_SE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/sv_SE/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/tr_TR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/tr_TR/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/zh_CN/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/messages.po +3 -3
- psychopy/app/locale/zh_TW/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/zh_TW/LC_MESSAGE/messages.po +2 -2
- psychopy/app/{builder/localizedStrings.py → localizedStrings.py} +173 -26
- psychopy/app/pavlovia_ui/__init__.py +1 -1
- psychopy/app/pavlovia_ui/_base.py +1 -1
- psychopy/app/pavlovia_ui/functions.py +1 -1
- psychopy/app/pavlovia_ui/menu.py +1 -1
- psychopy/app/pavlovia_ui/project.py +1 -1
- psychopy/app/pavlovia_ui/search.py +1 -1
- psychopy/app/pavlovia_ui/sync.py +1 -1
- psychopy/app/pavlovia_ui/user.py +1 -1
- psychopy/app/plugin_manager/dialog.py +34 -96
- psychopy/app/plugin_manager/packages.py +10 -14
- psychopy/app/plugin_manager/plugins.py +64 -4
- psychopy/app/preferencesDlg.py +12 -37
- psychopy/app/psychopyApp.py +130 -44
- psychopy/app/ribbon.py +1 -0
- psychopy/app/runner/runner.py +37 -15
- psychopy/app/runner/scriptProcess.py +11 -6
- psychopy/app/stdout/stdOutRich.py +9 -2
- psychopy/app/themes/fonts.py +1 -1
- psychopy/app/themes/icons.py +2 -38
- psychopy/app/ui/__init__.py +1 -1
- psychopy/app/utils.py +3 -3
- psychopy/assets/default.mp3 +0 -0
- psychopy/assets/fonts/NotoSans-Bold.ttf +0 -0
- psychopy/assets/fonts/NotoSans-BoldItalic.ttf +0 -0
- psychopy/assets/fonts/NotoSans-Italic.ttf +0 -0
- psychopy/assets/fonts/NotoSans-Regular.ttf +0 -0
- psychopy/assets/voicekeyThresholdStim.wav +0 -0
- psychopy/clock.py +4 -1
- psychopy/colors.py +2 -0
- psychopy/core.py +1 -1
- psychopy/data/base.py +1 -1
- psychopy/data/experiment.py +151 -46
- psychopy/data/routine.py +27 -1
- psychopy/data/staircase.py +2 -1
- psychopy/data/trial.py +62 -14
- psychopy/data/utils.py +1 -1
- psychopy/demos/builder/Design Templates/branchedExperiment/branchedExperiment.psyexp +333 -218
- psychopy/demos/builder/Design Templates/psychophysicsStaircase/psychophysicsStaircase.psyexp +261 -239
- psychopy/demos/builder/Design Templates/psychophysicsStairsInterleaved/psychophysicsStaircaseInterleaved.psyexp +319 -180
- psychopy/demos/builder/Design Templates/randomisedBlocks/randomisedBlocks.psyexp +204 -116
- psychopy/demos/builder/Experiments/BART/assets/background.jpg +0 -0
- psychopy/demos/builder/Experiments/BART/assets/blueBalloon.png +0 -0
- psychopy/demos/builder/Experiments/BART/assets/greenBalloon.png +0 -0
- psychopy/demos/builder/Experiments/BART/assets/redBalloon.png +0 -0
- psychopy/demos/builder/Experiments/BART/bart.psyexp +779 -866
- psychopy/demos/builder/Experiments/BigFiveInventory/BFI.psyexp +242 -180
- psychopy/demos/builder/Experiments/GoNoGo/gng.psyexp +419 -406
- psychopy/demos/builder/Experiments/dragAndDrop/README.md +2 -37
- psychopy/demos/builder/Experiments/dragAndDrop/drag_and_drop.psyexp +460 -1204
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/blank_grid.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/make_shapes.psyexp +221 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/readme.md +4 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_1.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_10.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_2.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_3.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_4.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_5.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_6.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_7.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_8.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_9.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solutions.xlsx +0 -0
- psychopy/demos/builder/Experiments/mentalRotation/MentalRotation.psyexp +583 -542
- psychopy/demos/builder/Experiments/navon/NavonTask.psyexp +458 -427
- psychopy/demos/builder/Experiments/sternberg/sternberg.psyexp +588 -550
- psychopy/demos/builder/Experiments/stroop/stroop.psyexp +303 -207
- psychopy/demos/builder/Experiments/stroopExtended/stroop.psyexp +390 -215
- psychopy/demos/builder/Experiments/stroopExtended/stroopReverse.psyexp +390 -215
- psychopy/demos/builder/Experiments/stroopVoice/stroopVoice.psyexp +357 -331
- psychopy/demos/builder/Feature Demos/buttonBox/buttonBoxDemo.psyexp +3 -2
- psychopy/demos/builder/Feature Demos/counterbalance/counterbalance.psyexp +287 -277
- psychopy/demos/builder/Feature Demos/gratings/gratings.psyexp +370 -320
- psychopy/demos/builder/Feature Demos/noise/noise.psyexp +452 -399
- psychopy/demos/builder/Feature Demos/panorama/panorama.psyexp +168 -133
- psychopy/demos/builder/Feature Demos/pilotMode/pilotMode.psyexp +4 -3
- psychopy/demos/builder/Feature Demos/progress/progressBar.psyexp +420 -392
- psychopy/demos/builder/Feature Demos/sliders/sliders.psyexp +917 -871
- psychopy/demos/builder/Feature Demos/visualValidator/readme.md +7 -0
- psychopy/demos/builder/Feature Demos/visualValidator/visualValidator.psyexp +200 -0
- psychopy/demos/builder/Hardware/EEG_parallel_component/EEG_triggers_parallel_comp.psyexp +25 -9
- psychopy/demos/builder/Hardware/EEG_serial_code/EEG_triggers_serial_code.psyexp +372 -361
- psychopy/demos/builder/Hardware/EEG_serial_component/EEG_triggers_serial_comp.psyexp +25 -9
- psychopy/demos/builder/Hardware/EGI_netstation/stroop.psyexp +320 -235
- psychopy/demos/builder/Hardware/Eyetracking_visual_search/visualSearch.psyexp +790 -651
- psychopy/demos/builder/Hardware/camera/camera.psyexp +326 -246
- psychopy/demos/builder/Hardware/eyetracking/eyetracking.psyexp +432 -327
- psychopy/demos/builder/Hardware/eyetracking_custom_cal/eyetracking_custom_cal.psyexp +440 -321
- psychopy/demos/builder/Hardware/fMRI/fMRI_demo.psyexp +190 -181
- psychopy/demos/builder/Hardware/lab_streaming_layer/lsl_triggers_demo.psyexp +323 -312
- psychopy/demos/builder/Hardware/lab_streaming_layer/lsl_triggers_demo_legacy.psyexp +360 -0
- psychopy/demos/builder/{Feature Demos/eyetracking/eyetracking.xml → Hardware/lab_streaming_layer/lsl_triggers_demo_legacy_legacy.psyexp} +154 -140
- psychopy/demos/builder/Hardware/lab_streaming_layer_legacy/lsl_triggers_demo_legacy.psyexp +329 -273
- psychopy/demos/builder/Hardware/lab_streaming_layer_legacy/lsl_triggers_demo_legacy_legacy.psyexp +360 -0
- psychopy/demos/builder/Hardware/lab_streaming_layer_legacy/lsl_triggers_demo_legacy_legacy_legacy.psyexp +312 -0
- psychopy/demos/builder/Hardware/microphone/microphone.psyexp +450 -404
- psychopy/demos/builder/Hardware/pump/pump.psyexp +593 -329
- psychopy/demos/builder/Helper Tools/achorVSalignment/FlowCircular-Regular.ttf +0 -0
- psychopy/demos/builder/Helper Tools/achorVSalignment/anchorAlignment.psyexp +336 -274
- psychopy/demos/builder/Helper Tools/clockFace/clockFace.psyexp +200 -149
- psychopy/demos/builder/Helper Tools/colors/colors.psyexp +300 -279
- psychopy/demos/builder/Helper Tools/drawPolygon/drawPolygon.psyexp +677 -564
- psychopy/demos/builder/Helper Tools/keyNameFinder/keyNameFinder.psyexp +214 -158
- psychopy/demos/builder/Helper Tools/spatialUnits/unitDemo.psyexp +195 -146
- psychopy/demos/coder/experiment control/runtimeInfo.py +1 -1
- psychopy/devices/__init__.py +1 -1
- psychopy/event.py +1 -1
- psychopy/exceptions.py +1 -1
- psychopy/experiment/__init__.py +1 -1
- psychopy/experiment/_experiment.py +62 -16
- psychopy/experiment/components/__init__.py +1 -6
- psychopy/experiment/components/_base.py +44 -19
- psychopy/experiment/components/aperture/__init__.py +1 -1
- psychopy/experiment/components/brush/__init__.py +2 -2
- psychopy/experiment/components/button/__init__.py +24 -28
- psychopy/experiment/components/camera/__init__.py +38 -39
- psychopy/experiment/components/code/__init__.py +1 -1
- psychopy/experiment/components/dots/__init__.py +1 -1
- psychopy/experiment/components/eyetracker_record/__init__.py +7 -3
- psychopy/experiment/components/form/__init__.py +3 -3
- psychopy/experiment/components/grating/__init__.py +1 -1
- psychopy/experiment/components/image/__init__.py +1 -1
- psychopy/experiment/components/joyButtons/__init__.py +2 -2
- psychopy/experiment/components/joyButtons/virtualJoyButtons.py +1 -1
- psychopy/experiment/components/joystick/__init__.py +3 -3
- psychopy/experiment/components/joystick/virtualJoystick.py +1 -1
- psychopy/experiment/components/keyboard/__init__.py +98 -122
- psychopy/experiment/components/microphone/__init__.py +54 -98
- psychopy/experiment/components/mouse/__init__.py +92 -93
- psychopy/experiment/components/movie/__init__.py +28 -50
- psychopy/experiment/components/parallelOut/__init__.py +3 -3
- psychopy/experiment/components/polygon/__init__.py +2 -3
- psychopy/experiment/components/roi/__init__.py +2 -2
- psychopy/experiment/components/routineSettings/__init__.py +2 -0
- psychopy/experiment/components/serialOut/__init__.py +7 -7
- psychopy/experiment/components/settings/__init__.py +317 -313
- psychopy/experiment/components/settings/eyetracking.py +108 -0
- psychopy/experiment/components/slider/__init__.py +5 -5
- psychopy/experiment/components/sound/__init__.py +168 -78
- psychopy/experiment/components/soundsensor/__init__.py +361 -0
- psychopy/experiment/components/soundsensor/classic/soundsensor.png +0 -0
- psychopy/experiment/components/soundsensor/classic/soundsensor@2x.png +0 -0
- psychopy/experiment/components/soundsensor/dark/soundsensor.png +0 -0
- psychopy/experiment/components/soundsensor/dark/soundsensor@2x.png +0 -0
- psychopy/experiment/components/soundsensor/light/soundsensor.png +0 -0
- psychopy/experiment/components/soundsensor/light/soundsensor@2x.png +0 -0
- psychopy/experiment/components/static/__init__.py +59 -33
- psychopy/experiment/components/text/__init__.py +2 -6
- psychopy/experiment/components/textbox/__init__.py +3 -7
- psychopy/experiment/components/unknown/__init__.py +2 -0
- psychopy/experiment/components/unknownPlugin/__init__.py +2 -0
- psychopy/experiment/exports.py +1 -1
- psychopy/experiment/flow.py +2 -2
- psychopy/experiment/localization.py +1 -1
- psychopy/experiment/loops.py +43 -10
- psychopy/experiment/params.py +6 -4
- psychopy/experiment/plugins.py +8 -1
- psychopy/experiment/py2js.py +1 -1
- psychopy/experiment/py2js_transpiler.py +1 -1
- psychopy/experiment/routines/__init__.py +1 -1
- psychopy/experiment/routines/_base.py +23 -24
- psychopy/experiment/routines/audioValidator/__init__.py +343 -0
- psychopy/experiment/routines/audioValidator/classic/audio_validator.png +0 -0
- psychopy/experiment/routines/audioValidator/classic/audio_validator@2x.png +0 -0
- psychopy/experiment/routines/audioValidator/dark/audio_validator.png +0 -0
- psychopy/experiment/routines/audioValidator/dark/audio_validator@2x.png +0 -0
- psychopy/experiment/routines/audioValidator/light/audio_validator.png +0 -0
- psychopy/experiment/routines/audioValidator/light/audio_validator@2x.png +0 -0
- psychopy/experiment/routines/eyetracker_calibrate/__init__.py +76 -17
- psychopy/experiment/routines/eyetracker_validate/__init__.py +1 -1
- psychopy/experiment/routines/unknown/__init__.py +2 -0
- psychopy/experiment/routines/{photodiodeValidator → visualValidator}/__init__.py +89 -120
- psychopy/experiment/routines/visualValidator/classic/visual_validator.png +0 -0
- psychopy/experiment/routines/visualValidator/classic/visual_validator@2x.png +0 -0
- psychopy/experiment/routines/visualValidator/dark/visual_validator.png +0 -0
- psychopy/experiment/routines/visualValidator/dark/visual_validator@2x.png +0 -0
- psychopy/experiment/routines/visualValidator/light/visual_validator.png +0 -0
- psychopy/experiment/routines/visualValidator/light/visual_validator@2x.png +0 -0
- psychopy/experiment/utils.py +1 -1
- psychopy/gui/__init__.py +1 -1
- psychopy/gui/qtgui.py +15 -6
- psychopy/gui/wxgui.py +1 -1
- psychopy/hardware/__init__.py +0 -1
- psychopy/hardware/base.py +147 -16
- psychopy/hardware/bbtk/__init__.py +10 -16
- psychopy/hardware/brainproducts.py +7 -13
- psychopy/hardware/button.py +21 -2
- psychopy/hardware/buttonbox/__init__.py +1 -1
- psychopy/hardware/camera/__init__.py +16 -3
- psychopy/hardware/cedrus.py +5 -16
- psychopy/hardware/crs/__init__.py +1 -1
- psychopy/hardware/crs/bits.py +36 -33
- psychopy/hardware/crs/colorcal.py +8 -11
- psychopy/hardware/crs/optical.py +7 -10
- psychopy/hardware/crs/shaders.py +18 -5
- psychopy/hardware/emotiv.py +1 -1
- psychopy/hardware/emulator.py +11 -5
- psychopy/hardware/exceptions.py +86 -0
- psychopy/hardware/forp.py +18 -23
- psychopy/hardware/gammasci.py +8 -3
- psychopy/hardware/iolab.py +8 -19
- psychopy/hardware/joystick/__init__.py +865 -266
- psychopy/hardware/joystick/_base.py +251 -0
- psychopy/hardware/joystick/backend_glfw.py +306 -0
- psychopy/hardware/joystick/backend_pyglet.py +309 -0
- psychopy/hardware/joystick/mappings.py +287 -0
- psychopy/hardware/keyboard.py +4 -2
- psychopy/hardware/labhackers.py +1 -1
- psychopy/hardware/labjacks.py +9 -13
- psychopy/hardware/{photodiode.py → lightsensor.py} +146 -203
- psychopy/hardware/listener.py +9 -8
- psychopy/hardware/manager.py +24 -35
- psychopy/hardware/microphone.py +534 -154
- psychopy/hardware/minolta.py +14 -4
- psychopy/hardware/mouse/__init__.py +1 -1
- psychopy/hardware/photometer/__init__.py +2 -2
- psychopy/hardware/pr.py +14 -4
- psychopy/hardware/qmix.py +18 -27
- psychopy/hardware/serialdevice.py +43 -12
- psychopy/hardware/soundsensor.py +473 -0
- psychopy/hardware/spatial/__init__.py +231 -0
- psychopy/hardware/speaker.py +298 -36
- psychopy/hardware/triggerbox/__init__.py +1 -1
- psychopy/hardware/triggerbox/base.py +1 -1
- psychopy/hardware/triggerbox/parallel.py +1 -1
- psychopy/info.py +1 -1
- psychopy/iohub/client/__init__.py +17 -0
- psychopy/iohub/client/keyboard.py +5 -0
- psychopy/iohub/devices/eyetracker/__init__.py +10 -18
- psychopy/iohub/devices/eyetracker/calibration/procedure.py +15 -33
- psychopy/iohub/devices/eyetracker/hw/pupil_labs/neon/__init__.py +1 -0
- psychopy/iohub/devices/mouse/linux2.py +6 -1
- psychopy/iohub/devices/mouse/win32.py +5 -0
- psychopy/layout.py +1 -1
- psychopy/liaison.py +91 -39
- psychopy/locale_setup.py +11 -1
- psychopy/localization/__init__.py +1 -1
- psychopy/localization/_localization.py +1 -1
- psychopy/localization/messages.pot +2 -2
- psychopy/logging.py +14 -12
- psychopy/microphone.py +4 -3
- psychopy/misc.py +1 -1
- psychopy/monitors/MonitorCenter.py +3 -3
- psychopy/monitors/__init__.py +1 -1
- psychopy/monitors/calibData.py +1 -1
- psychopy/monitors/calibTools.py +3 -2
- psychopy/platform_specific/__init__.py +1 -1
- psychopy/platform_specific/darwin.py +1 -1
- psychopy/platform_specific/linux.py +1 -1
- psychopy/platform_specific/win32.py +1 -1
- psychopy/plugins/__init__.py +26 -17
- psychopy/plugins/util.py +65 -0
- psychopy/preferences/Darwin.spec +11 -3
- psychopy/preferences/FreeBSD.spec +11 -3
- psychopy/preferences/Linux.spec +11 -3
- psychopy/preferences/Windows.spec +11 -3
- psychopy/preferences/__init__.py +1 -1
- psychopy/preferences/baseNoArch.spec +11 -3
- psychopy/preferences/hints.py +78 -61
- psychopy/preferences/preferences.py +82 -13
- psychopy/projects/__init__.py +1 -1
- psychopy/projects/pavlovia.py +29 -13
- psychopy/scripts/psyexpCompile.py +1 -1
- psychopy/session.py +81 -8
- psychopy/sound/__init__.py +25 -10
- psychopy/sound/_base.py +134 -34
- psychopy/sound/audioclip.py +38 -15
- psychopy/sound/audiodevice.py +1 -1
- psychopy/sound/backend_ptb.py +53 -321
- psychopy/sound/backend_pygame.py +7 -3
- psychopy/sound/backend_pyo.py +53 -22
- psychopy/sound/backend_pysound.py +10 -27
- psychopy/sound/backend_sounddevice.py +33 -21
- psychopy/sound/exceptions.py +1 -1
- psychopy/sound/microphone.py +83 -5
- psychopy/sound/transcribe.py +3 -3
- psychopy/tests/data/test_basic_run.py +1 -0
- psychopy/tests/data/test_loaded_namespace/test_counterbalance.psyexp +142 -0
- psychopy/tests/data/test_loaded_namespace/test_custom_missing.psyexp +129 -0
- psychopy/tests/data/test_loaded_namespace/test_missing_counterbalance.psyexp +116 -0
- psychopy/tests/data/test_loaded_namespace/test_mix_exp.psyexp +181 -0
- psychopy/tests/data/test_loaded_namespace/test_mix_missing.psyexp +140 -0
- psychopy/tests/data/test_loaded_namespace/test_mix_name_calibration.psyexp +164 -0
- psychopy/tests/data/test_sounds/default_16000.wav +0 -0
- psychopy/tests/data/test_sounds/default_192000.wav +0 -0
- psychopy/tests/data/test_sounds/default_22050.wav +0 -0
- psychopy/tests/data/test_sounds/default_32000.wav +0 -0
- psychopy/tests/data/test_sounds/default_44100.wav +0 -0
- psychopy/tests/data/test_sounds/default_48000.wav +0 -0
- psychopy/tests/data/test_sounds/default_8000.wav +0 -0
- psychopy/tests/data/test_sounds/default_96000.wav +0 -0
- psychopy/tests/test_alerts/test_alerttools.py +2 -1
- psychopy/tests/test_app/test_command_line.py +65 -0
- psychopy/tests/test_data/test_TrialHandler2.py +18 -7
- psychopy/tests/test_demos/test_builder_demos.py +1 -1
- psychopy/tests/test_experiment/needs_wx/componsTemplate.txt +5238 -4188
- psychopy/tests/test_experiment/needs_wx/test_components.py +1 -1
- psychopy/tests/test_experiment/test_components/test_RoutineSettingsComponent.py +16 -0
- psychopy/tests/test_experiment/test_components/test_all_components.py +1 -1
- psychopy/tests/test_experiment/test_components/test_base_components.py +26 -17
- psychopy/tests/test_experiment/test_experiment.py +96 -0
- psychopy/tests/test_experiment/test_loops.py +12 -4
- psychopy/tests/test_experiment/test_params.py +17 -4
- psychopy/tests/test_experiment/test_routines/test_PhotodiodeValidationRoutine.py +2 -2
- psychopy/tests/test_hardware/test_photodiode.py +66 -0
- psychopy/tests/test_liaison/test_Liaison.py +4 -4
- psychopy/tests/test_misc/test_clock.py +2 -0
- psychopy/tests/test_misc/test_color.py +2 -0
- psychopy/tests/test_misc/test_event.py +1 -0
- psychopy/tests/test_plugins/test_plugin_stubs.py +125 -0
- psychopy/tests/test_sound/test_sound.py +111 -40
- psychopy/tests/test_tools/test_colorspacetools.py +24 -23
- psychopy/tests/test_tools/test_mathtools.py +9 -9
- psychopy/tests/test_tools/test_viewtools.py +101 -0
- psychopy/tests/test_validators/__init__.py +0 -0
- psychopy/tests/test_validators/test_voicekeyValidator.py +95 -0
- psychopy/tests/test_visual/test_all_stimuli.py +2 -2
- psychopy/tests/test_visual/test_basevisual.py +37 -7
- psychopy/tests/test_visual/test_button.py +2 -2
- psychopy/tests/test_visual/test_circle.py +10 -2
- psychopy/tests/test_visual/test_dots.py +1 -1
- psychopy/tests/test_visual/test_form.py +13 -13
- psychopy/tests/test_visual/test_gamma.py +3 -3
- psychopy/tests/test_visual/test_image.py +2 -2
- psychopy/tests/test_visual/test_progress.py +2 -2
- psychopy/tests/test_visual/test_roi.py +8 -2
- psychopy/tests/test_visual/test_shape.py +2 -2
- psychopy/tests/test_visual/test_slider.py +2 -2
- psychopy/tests/test_visual/test_target.py +2 -2
- psychopy/tests/test_visual/test_textbox.py +6 -8
- psychopy/tests/test_visual/test_winScalePos.py +6 -5
- psychopy/tests/test_visual/test_window.py +17 -0
- psychopy/tests/utils.py +51 -1
- psychopy/tools/__init__.py +1 -1
- psychopy/tools/arraytools.py +2 -2
- psychopy/tools/attributetools.py +52 -1
- psychopy/tools/audiotools.py +4 -1
- psychopy/tools/colorspacetools.py +6 -4
- psychopy/tools/coordinatetools.py +1 -1
- psychopy/tools/fileerrortools.py +21 -9
- psychopy/tools/filetools.py +2 -2
- psychopy/tools/fontmanager.py +47 -28
- psychopy/tools/gltools.py +2964 -558
- psychopy/tools/imagetools.py +1 -1
- psychopy/tools/mathtools.py +997 -127
- psychopy/tools/monitorunittools.py +7 -1
- psychopy/tools/movietools.py +1 -2
- psychopy/tools/pkgtools.py +157 -127
- psychopy/tools/plottools.py +1 -1
- psychopy/tools/rifttools.py +1 -1
- psychopy/tools/stereotools.py +1 -1
- psychopy/tools/stimulustools.py +172 -2
- psychopy/tools/stringtools.py +22 -2
- psychopy/tools/systemtools.py +1 -1
- psychopy/tools/typetools.py +1 -1
- psychopy/tools/unittools.py +1 -1
- psychopy/tools/versionchooser.py +3 -1
- psychopy/tools/viewtools.py +54 -70
- psychopy/tools/wizard.py +2 -2
- psychopy/validation/__init__.py +6 -0
- psychopy/validation/audio.py +74 -0
- psychopy/validation/visual.py +115 -0
- psychopy/visual/__init__.py +1 -4
- psychopy/visual/aperture.py +9 -6
- psychopy/visual/backends/__init__.py +1 -1
- psychopy/visual/backends/_base.py +1 -1
- psychopy/visual/backends/gamma.py +1 -1
- psychopy/visual/backends/glfwbackend.py +8 -12
- psychopy/visual/backends/pygamebackend.py +1 -1
- psychopy/visual/backends/pygletbackend.py +32 -11
- psychopy/visual/basevisual.py +93 -13
- psychopy/visual/brush.py +1 -1
- psychopy/visual/bufferimage.py +90 -10
- psychopy/visual/button.py +1 -1
- psychopy/visual/circle.py +12 -20
- psychopy/visual/custommouse.py +1 -1
- psychopy/visual/dot.py +80 -14
- psychopy/visual/elementarray.py +84 -10
- psychopy/visual/filters.py +1 -1
- psychopy/visual/form.py +43 -28
- psychopy/visual/grating.py +105 -25
- psychopy/visual/helpers.py +1 -1
- psychopy/visual/image.py +98 -20
- psychopy/visual/line.py +15 -25
- psychopy/visual/movie.py +1 -1
- psychopy/visual/movie2.py +4 -3
- psychopy/visual/movie3.py +4 -3
- psychopy/visual/movies/__init__.py +1 -1
- psychopy/visual/movies/frame.py +1 -1
- psychopy/visual/movies/metadata.py +1 -1
- psychopy/visual/movies/players/__init__.py +1 -1
- psychopy/visual/movies/players/_base.py +1 -1
- psychopy/visual/movies/players/ffpyplayer_player.py +2 -3
- psychopy/visual/nnlvs.py +9 -6
- psychopy/visual/noise.py +4 -16
- psychopy/visual/patch.py +4 -3
- psychopy/visual/pie.py +3 -14
- psychopy/visual/polygon.py +21 -28
- psychopy/visual/radial.py +4 -18
- psychopy/visual/ratingscale.py +4 -3
- psychopy/visual/rect.py +16 -25
- psychopy/visual/rift.py +8 -2
- psychopy/visual/secondorder.py +4 -16
- psychopy/visual/shaders.py +620 -286
- psychopy/visual/shape.py +281 -90
- psychopy/visual/simpleimage.py +1 -1
- psychopy/visual/slider.py +78 -25
- psychopy/visual/stim3d.py +5 -608
- psychopy/visual/text.py +13 -3
- psychopy/visual/textbox2/textbox2.py +188 -56
- psychopy/visual/vlcmoviestim.py +1 -1
- psychopy/visual/window.py +373 -200
- psychopy/web.py +1 -1
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/METADATA +9 -9
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/RECORD +653 -660
- psychopy/.DS_Store +0 -0
- psychopy/__init__.py.orig +0 -65
- psychopy/app/.DS_Store +0 -0
- psychopy/app/Resources/.DS_Store +0 -0
- psychopy/app/Resources/classic/filecsv16.png +0 -0
- psychopy/app/Resources/classic/fileimage16.png +0 -0
- psychopy/app/Resources/classic/fileunknown16.png +0 -0
- psychopy/app/Resources/dark/filecsv16.png +0 -0
- psychopy/app/Resources/dark/filecsv16@2x.png +0 -0
- psychopy/app/Resources/dark/fileimage16.png +0 -0
- psychopy/app/Resources/dark/fileimage16@2x.png +0 -0
- psychopy/app/Resources/dark/fileunknown16.png +0 -0
- psychopy/app/Resources/dark/fileunknown16@2x.png +0 -0
- psychopy/app/Resources/fonts/OpenSans-Bold.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-BoldItalic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-ExtraBold.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-Italic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-Light.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-LightItalic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-Regular.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-SemiBold.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- psychopy/app/Resources/light/filecsv16.png +0 -0
- psychopy/app/Resources/light/filecsv16@2x.png +0 -0
- psychopy/app/Resources/light/fileimage16.png +0 -0
- psychopy/app/Resources/light/fileimage16@2x.png +0 -0
- psychopy/app/Resources/light/fileunknown16.png +0 -0
- psychopy/app/Resources/light/fileunknown16@2x.png +0 -0
- psychopy/app/Resources/psychopySplash.png +0 -0
- psychopy/app/Resources/psychopySplash@2x.png +0 -0
- psychopy/app/builder/builder.py.orig +0 -3932
- psychopy/app/builder/dialogs/__init__.py.orig +0 -1679
- psychopy/app/builder/dialogs/paramCtrls.py.orig +0 -713
- psychopy/app/colorpicker/__init__.py.orig +0 -411
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN.po +0 -6127
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN_allFlagged.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN_allFlagged.po +0 -7366
- psychopy/core.py.orig +0 -169
- psychopy/demos/builder/.DS_Store +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/index.html +0 -23
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/randomisedBlocks-legacy-browsers.js +0 -423
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/randomisedBlocks.js +0 -427
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/chooseBlock.xlsx +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/facesBlock.xlsx +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/housesBlock.xlsx +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/face01.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/face02.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/face03.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/house01.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/house02.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/house03.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/randomisedBlocks.py +0 -330
- psychopy/demos/builder/Design Templates/randomisedBlocks/randomisedBlocks_lastrun.py +0 -330
- psychopy/demos/builder/Experiments/.DS_Store +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/archived_conditions.xlsx +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/draw grid stim.py +0 -61
- psychopy/demos/builder/Experiments/dragAndDrop/shapeMaker.psyexp +0 -91
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_1.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_10.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_2.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_3.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_4.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_5.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_6.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_7.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_8.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_9.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/updated_conditions.xlsx +0 -0
- psychopy/demos/builder/Feature Demos/eyetracking/eyetracking.xsd +0 -120
- psychopy/demos/builder/Tools/.DS_Store +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/.DS_Store +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/data/.DS_Store +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/data/_gamma_correction_visual_2022-05-18_14h18.29.439.csv +0 -38
- psychopy/demos/builder/Tools/gammaCalibration/data/_gamma_correction_visual_2022-05-18_14h18.29.439.log +0 -3418
- psychopy/demos/builder/Tools/gammaCalibration/data/_gamma_correction_visual_2022-05-18_14h18.29.439.psydat +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/data/x1_gamma_correction_visual_2022-05-17_13h59.42.928.csv +0 -2
- psychopy/demos/builder/Tools/gammaCalibration/data/x1_gamma_correction_visual_2022-05-17_13h59.42.928.log +0 -15
- psychopy/demos/builder/Tools/gammaCalibration/data/x1_gamma_correction_visual_2022-05-17_13h59.42.928.psydat +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/gamma_correction_visual.psyexp +0 -323
- psychopy/demos/builder/Tools/gammaCalibration/gamma_correction_visual.py +0 -562
- psychopy/demos/builder/Tools/gammaCalibration/gamma_correction_visual_lastrun.py +0 -562
- psychopy/demos/builder/Tools/gammaCalibration/questStairs.xlsx +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/resources/low_contrast.png +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/resources/make_2nd_order_tex.py +0 -59
- psychopy/demos/builder/Tools/gammaCalibration/resources/second_order_tex.png +0 -0
- psychopy/demos/coder/.DS_Store +0 -0
- psychopy/demos/coder/experiment control/info_gamma.pickle +0 -0
- psychopy/demos/coder/iohub/.iohpid +0 -1
- psychopy/demos/coder/iohub/eyetracking/.iohpid +0 -1
- psychopy/demos/coder/iohub/wintab/.DS_Store +0 -0
- psychopy/demos/coder/stimuli/.DS_Store +0 -0
- psychopy/demos/coder/stimuli/radialGratingContracting.py +0 -29
- psychopy/experiment/_experiment.py.orig +0 -1032
- psychopy/experiment/components/.DS_Store +0 -0
- psychopy/experiment/components/_base.py.orig +0 -823
- psychopy/experiment/components/form/.DS_Store +0 -0
- psychopy/experiment/components/microphone/__init__.py.orig +0 -490
- psychopy/experiment/components/settings/__init__.py.orig +0 -1337
- psychopy/experiment/components/textbox/__init__.py.orig +0 -310
- psychopy/experiment/components/webcam/.DS_Store +0 -0
- psychopy/experiment/components/webcam/light/.DS_Store +0 -0
- psychopy/experiment/loops.py.orig +0 -829
- psychopy/experiment/params.py.orig +0 -408
- psychopy/experiment/routine.py.orig +0 -503
- psychopy/experiment/routines/photodiodeValidator/classic/photodiode_validator.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/classic/photodiode_validator@2x.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/dark/photodiode_validator.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/dark/photodiode_validator@2x.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/light/photodiode_validator.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/light/photodiode_validator@2x.png +0 -0
- psychopy/hardware/.DS_Store +0 -0
- psychopy/hardware/brainproducts.py.orig +0 -680
- psychopy/hardware/iolab.py.orig +0 -238
- psychopy/hardware/serialport.py +0 -51
- psychopy/iohub/datastore/__init__.py.orig +0 -443
- psychopy/iohub/datastore/util.py.orig +0 -692
- psychopy/iohub/devices/mouse/darwin.py.orig +0 -427
- psychopy/iohub/devices/mouse/linux2.py.orig +0 -198
- psychopy/preferences/.DS_Store +0 -0
- psychopy/projects/pavlovia.py.orig +0 -1295
- psychopy/tests/.DS_Store +0 -0
- psychopy/tests/data/.DS_Store +0 -0
- psychopy/tests/data/TestCircle_fill_local.png +0 -0
- psychopy/tests/data/__test.png +0 -0
- psychopy/tests/data/aperture1_normHexbackground_local.png +0 -0
- psychopy/tests/data/aperture1_norm_local.png +0 -0
- psychopy/tests/data/aperture2_normHexbackground_local.png +0 -0
- psychopy/tests/data/beatandrcos_height_local.png +0 -0
- psychopy/tests/data/beatandrcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/beatandrcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/beatandrcos_norm_local.png +0 -0
- psychopy/tests/data/beatandrcos_stencil_local.png +0 -0
- psychopy/tests/data/blend_add_height_local.png +0 -0
- psychopy/tests/data/blend_add_normAddBlend_local.png +0 -0
- psychopy/tests/data/blend_add_normHexbackground_local.png +0 -0
- psychopy/tests/data/blend_add_normNoShade_local.png +0 -0
- psychopy/tests/data/blend_add_norm_local.png +0 -0
- psychopy/tests/data/blend_add_stencil_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_height_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_normAddBlend_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_normHexbackground_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_normNoShade_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_norm_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_stencil_local.png +0 -0
- psychopy/tests/data/circleHex_height_local.png +0 -0
- psychopy/tests/data/circleHex_normAddBlend_local.png +0 -0
- psychopy/tests/data/circleHex_normHexbackground_local.png +0 -0
- psychopy/tests/data/circleHex_normNoShade_local.png +0 -0
- psychopy/tests/data/circleHex_norm_local.png +0 -0
- psychopy/tests/data/circleHex_stencil_local.png +0 -0
- psychopy/tests/data/color_comparison_local.png +0 -0
- psychopy/tests/data/corrFullRandom_local.csv +0 -16
- psychopy/tests/data/corrFullRandom_local.tsv +0 -6
- psychopy/tests/data/correctScript/.DS_Store +0 -0
- psychopy/tests/data/dots_height_local.png +0 -0
- psychopy/tests/data/dots_normAddBlend_local.png +0 -0
- psychopy/tests/data/dots_normHexbackground_local.png +0 -0
- psychopy/tests/data/dots_normNoShade_local.png +0 -0
- psychopy/tests/data/dots_norm_local.png +0 -0
- psychopy/tests/data/dots_stencil_local.png +0 -0
- psychopy/tests/data/elarray1_height_local.png +0 -0
- psychopy/tests/data/elarray1_normAddBlend_local.png +0 -0
- psychopy/tests/data/elarray1_normHexbackground_local.png +0 -0
- psychopy/tests/data/elarray1_norm_local.png +0 -0
- psychopy/tests/data/elarray1_stencil_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_height_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_norm_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_stencil_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_height_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_norm_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_stencil_local.png +0 -0
- psychopy/tests/data/gabor1_height_local.png +0 -0
- psychopy/tests/data/gabor1_normAddBlend_local.png +0 -0
- psychopy/tests/data/gabor1_normHexbackground_local.png +0 -0
- psychopy/tests/data/gabor1_normNoShade_local.png +0 -0
- psychopy/tests/data/gabor1_norm_local.png +0 -0
- psychopy/tests/data/gabor1_stencil_local.png +0 -0
- psychopy/tests/data/greyscale_normHexbackground_local.png +0 -0
- psychopy/tests/data/imageAndGauss_height_local.png +0 -0
- psychopy/tests/data/imageAndGauss_normAddBlend_local.png +0 -0
- psychopy/tests/data/imageAndGauss_normHexbackground_local.png +0 -0
- psychopy/tests/data/imageAndGauss_normNoShade_local.png +0 -0
- psychopy/tests/data/imageAndGauss_norm_local.png +0 -0
- psychopy/tests/data/imageAndGauss_stencil_local.png +0 -0
- psychopy/tests/data/movFrame1_stencil_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_height_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_normNoShade_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_norm_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_stencil_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_height_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_normNoShade_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_norm_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_stencil_local.png +0 -0
- psychopy/tests/data/numpyImage_height_local.png +0 -0
- psychopy/tests/data/numpyImage_normAddBlend_local.png +0 -0
- psychopy/tests/data/numpyImage_normHexbackground_local.png +0 -0
- psychopy/tests/data/numpyImage_normNoShade_local.png +0 -0
- psychopy/tests/data/numpyImage_norm_local.png +0 -0
- psychopy/tests/data/numpyImage_stencil_local.png +0 -0
- psychopy/tests/data/shape2_1_normAddBlend_local.png +0 -0
- psychopy/tests/data/shape2_1_normHexbackground_local.png +0 -0
- psychopy/tests/data/shape2_1_normNoShade_local.png +0 -0
- psychopy/tests/data/shape2_1_norm_local.png +0 -0
- psychopy/tests/data/shape2_1_stencil_local.png +0 -0
- psychopy/tests/data/testLoopsBlocks.psyexp_local.py +0 -328
- psychopy/tests/data/text1_height_local.png +0 -0
- psychopy/tests/data/text1_normAddBlend_local.png +0 -0
- psychopy/tests/data/text1_normHexbackground_local.png +0 -0
- psychopy/tests/data/text1_norm_local.png +0 -0
- psychopy/tests/data/text1_stencil_local.png +0 -0
- psychopy/tests/data/text2_height.png +0 -0
- psychopy/tests/data/text2_normAddBlend.png +0 -0
- psychopy/tests/data/text2_normHexbackground.png +0 -0
- psychopy/tests/data/text2_stencil.png +0 -0
- psychopy/tests/data/wedge1_height_local.png +0 -0
- psychopy/tests/data/wedge1_normAddBlend_local.png +0 -0
- psychopy/tests/data/wedge1_normHexbackground_local.png +0 -0
- psychopy/tests/data/wedge1_normNoShade_local.png +0 -0
- psychopy/tests/data/wedge1_norm_local.png +0 -0
- psychopy/tests/data/wedge1_stencil_local.png +0 -0
- psychopy/tests/test_app/.DS_Store +0 -0
- psychopy/tests/test_app/test_builder/.DS_Store +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.csv +0 -9
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.log +0 -177
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.psydat +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.xlsx +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.csv +0 -9
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.log +0 -168
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.psydat +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.xlsx +0 -0
- psychopy/tests/test_data/.DS_Store +0 -0
- psychopy/tests/test_hardware/test_CRS_BitsSharp.py +0 -67
- psychopy/tests/test_hardware/test_CRS_BitsSharp.py.orig +0 -68
- psychopy/tests/test_hardware/test_CRS_bitsShaders.py +0 -110
- psychopy/tests/test_visual/test_image.py.orig +0 -219
- psychopy/visual/basevisual.py.orig +0 -1723
- psychopy/visual/form.py.orig +0 -1181
- psychopy/visual/text.py.orig +0 -752
- psychopy/visual/textbox2/textbox2.py.orig +0 -1315
- psychopy/visual/windowwarp.py.orig +0 -463
- /psychopy/{app/cortex.log → alerts/alertsCatalogue/3600.yaml} +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-Bold.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-BoldItalic.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-Italic.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-Regular.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/DejaVuSerif.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/IndieFlower-Regular.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/JetBrainsMono-VariableFont_wght.ttf +0 -0
- /psychopy/demos/builder/Experiments/{GoNoGo → goNoGo}/readme.md +0 -0
- /psychopy/{demos/builder/Tools/gammaCalibration/readme.md → tests/test_plugins/__init__.py} +0 -0
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/WHEEL +0 -0
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/entry_points.txt +0 -0
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,691 +1,830 @@
|
|
|
1
|
-
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<PsychoPy2experiment encoding="utf-8" version="2025.1.0">
|
|
2
3
|
<Settings>
|
|
3
|
-
<Param
|
|
4
|
-
<Param
|
|
5
|
-
<Param
|
|
6
|
-
<Param
|
|
7
|
-
<Param
|
|
8
|
-
<Param
|
|
9
|
-
<Param
|
|
10
|
-
<Param
|
|
11
|
-
<Param
|
|
12
|
-
<Param
|
|
13
|
-
<Param
|
|
14
|
-
<Param
|
|
15
|
-
<Param
|
|
16
|
-
<Param
|
|
17
|
-
<Param
|
|
18
|
-
<Param
|
|
19
|
-
<Param
|
|
20
|
-
<Param
|
|
21
|
-
<Param
|
|
22
|
-
<Param
|
|
23
|
-
<Param
|
|
24
|
-
<Param
|
|
25
|
-
<Param
|
|
26
|
-
<Param
|
|
27
|
-
<Param
|
|
28
|
-
<Param
|
|
29
|
-
<Param
|
|
30
|
-
<Param
|
|
31
|
-
<Param
|
|
32
|
-
<Param
|
|
33
|
-
<Param
|
|
34
|
-
<Param
|
|
35
|
-
<Param
|
|
36
|
-
<Param
|
|
37
|
-
<Param
|
|
38
|
-
<Param
|
|
39
|
-
<Param
|
|
40
|
-
<Param
|
|
41
|
-
<Param
|
|
42
|
-
<Param
|
|
43
|
-
<Param
|
|
44
|
-
<Param
|
|
45
|
-
<Param
|
|
46
|
-
<Param
|
|
47
|
-
<Param
|
|
48
|
-
<Param
|
|
49
|
-
<Param
|
|
50
|
-
<Param
|
|
51
|
-
<Param
|
|
52
|
-
<Param
|
|
53
|
-
<Param
|
|
54
|
-
|
|
4
|
+
<Param val="use prefs" valType="str" updates="None" name="Audio latency priority"/>
|
|
5
|
+
<Param val="use prefs" valType="str" updates="None" name="Audio lib"/>
|
|
6
|
+
<Param val="" valType="str" updates="None" name="Completed URL"/>
|
|
7
|
+
<Param val="auto" valType="str" updates="None" name="Data file delimiter"/>
|
|
8
|
+
<Param val="u'data/%s_%s_%s' % (expInfo['participant'], expName, expInfo['date'])" valType="code" updates="None" name="Data filename"/>
|
|
9
|
+
<Param val="True" valType="bool" updates="None" name="Enable Escape"/>
|
|
10
|
+
<Param val="Thank you for your patience." valType="str" updates="None" name="End Message"/>
|
|
11
|
+
<Param val="{'participant': '', 'session': '001'}" valType="code" updates="None" name="Experiment info"/>
|
|
12
|
+
<Param val="True" valType="bool" updates="None" name="Force stereo"/>
|
|
13
|
+
<Param val="True" valType="bool" updates="None" name="Full-screen window"/>
|
|
14
|
+
<Param val="" valType="str" updates="None" name="HTML path"/>
|
|
15
|
+
<Param val="" valType="str" updates="None" name="Incomplete URL"/>
|
|
16
|
+
<Param val="testMonitor" valType="str" updates="None" name="Monitor"/>
|
|
17
|
+
<Param val="[]" valType="list" updates="None" name="Resources"/>
|
|
18
|
+
<Param val="False" valType="bool" updates="None" name="Save csv file"/>
|
|
19
|
+
<Param val="False" valType="bool" updates="None" name="Save excel file"/>
|
|
20
|
+
<Param val="False" valType="bool" updates="None" name="Save hdf5 file"/>
|
|
21
|
+
<Param val="True" valType="bool" updates="None" name="Save log file"/>
|
|
22
|
+
<Param val="True" valType="bool" updates="None" name="Save psydat file"/>
|
|
23
|
+
<Param val="True" valType="bool" updates="None" name="Save wide csv file"/>
|
|
24
|
+
<Param val="1" valType="num" updates="None" name="Screen"/>
|
|
25
|
+
<Param val="True" valType="bool" updates="None" name="Show info dlg"/>
|
|
26
|
+
<Param val="False" valType="bool" updates="None" name="Show mouse"/>
|
|
27
|
+
<Param val="height" valType="str" updates="None" name="Units"/>
|
|
28
|
+
<Param val="" valType="str" updates="None" name="Use version"/>
|
|
29
|
+
<Param val="[1920, 1080]" valType="list" updates="None" name="Window size (pixels)"/>
|
|
30
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
31
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
32
|
+
<Param val="avg" valType="str" updates="None" name="blendMode"/>
|
|
33
|
+
<Param val="float" valType="str" updates="None" name="clockFormat"/>
|
|
34
|
+
<Param val="{'thisRow.t': 'priority.CRITICAL', 'expName': 'priority.LOW'}" valType="dict" updates="None" name="colPriority"/>
|
|
35
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
36
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
37
|
+
<Param val="warning" valType="code" updates="None" name="consoleLoggingLevel"/>
|
|
38
|
+
<Param val="default" valType="str" updates="None" name="ecSampleRate"/>
|
|
39
|
+
<Param val="100.1.1.1" valType="str" updates="None" name="elAddress"/>
|
|
40
|
+
<Param val="FILTER_LEVEL_OFF" valType="str" updates="None" name="elDataFiltering"/>
|
|
41
|
+
<Param val="FILTER_LEVEL_2" valType="str" updates="None" name="elLiveFiltering"/>
|
|
42
|
+
<Param val="EYELINK 1000 DESKTOP" valType="str" updates="None" name="elModel"/>
|
|
43
|
+
<Param val="ELLIPSE_FIT" valType="str" updates="None" name="elPupilAlgorithm"/>
|
|
44
|
+
<Param val="PUPIL_AREA" valType="str" updates="None" name="elPupilMeasure"/>
|
|
45
|
+
<Param val="1000" valType="num" updates="None" name="elSampleRate"/>
|
|
46
|
+
<Param val="False" valType="bool" updates="None" name="elSimMode"/>
|
|
47
|
+
<Param val="RIGHT_EYE" valType="str" updates="None" name="elTrackEyes"/>
|
|
48
|
+
<Param val="PUPIL_CR_TRACKING" valType="str" updates="None" name="elTrackingMode"/>
|
|
49
|
+
<Param val="visualSearch" valType="str" updates="None" name="expName"/>
|
|
50
|
+
<Param val="" valType="str" updates="None" name="expVersion"/>
|
|
51
|
+
<Param val="on Sync" valType="str" updates="None" name="exportHTML"/>
|
|
52
|
+
<Param val="MouseGaze" valType="str" updates="None" name="eyetracker"/>
|
|
53
|
+
<Param val="" valType="code" updates="None" name="frameRate"/>
|
|
54
|
+
<Param val="Attempting to measure frame rate of screen, please wait..." valType="str" updates="None" name="frameRateMsg"/>
|
|
55
|
+
<Param val="127.0.0.1" valType="str" updates="None" name="gpAddress"/>
|
|
56
|
+
<Param val="4242" valType="num" updates="None" name="gpPort"/>
|
|
57
|
+
<Param val="PsychToolbox" valType="str" updates="None" name="keyboardBackend"/>
|
|
58
|
+
<Param val="exp" valType="code" updates="None" name="logging level"/>
|
|
59
|
+
<Param val="True" valType="bool" updates="None" name="measureFrameRate"/>
|
|
60
|
+
<Param val="('MIDDLE_BUTTON',)" valType="list" updates="None" name="mgBlink"/>
|
|
61
|
+
<Param val="CONTINUOUS" valType="str" updates="None" name="mgMove"/>
|
|
62
|
+
<Param val="0.5" valType="num" updates="None" name="mgSaccade"/>
|
|
63
|
+
<Param val="neon.local" valType="str" updates="None" name="plCompanionAddress"/>
|
|
64
|
+
<Param val="8080" valType="num" updates="None" name="plCompanionPort"/>
|
|
65
|
+
<Param val="0.6" valType="num" updates="None" name="plConfidenceThreshold"/>
|
|
66
|
+
<Param val="" valType="str" updates="None" name="plPupilCaptureRecordingLocation"/>
|
|
67
|
+
<Param val="127.0.0.1" valType="str" updates="None" name="plPupilRemoteAddress"/>
|
|
68
|
+
<Param val="50020" valType="num" updates="None" name="plPupilRemotePort"/>
|
|
69
|
+
<Param val="1000" valType="num" updates="None" name="plPupilRemoteTimeoutMs"/>
|
|
70
|
+
<Param val="False" valType="bool" updates="None" name="plPupillometryOnly"/>
|
|
71
|
+
<Param val="psychopy_iohub_surface" valType="str" updates="None" name="plSurfaceName"/>
|
|
72
|
+
<Param val="0" valType="code" updates="constant" name="runMode"/>
|
|
73
|
+
<Param val="False" valType="bool" updates="None" name="rush"/>
|
|
74
|
+
<Param val="time" valType="str" updates="None" name="sortColumns"/>
|
|
75
|
+
<Param val="" valType="str" updates="None" name="tbLicenseFile"/>
|
|
76
|
+
<Param val="" valType="str" updates="None" name="tbModel"/>
|
|
77
|
+
<Param val="60" valType="num" updates="None" name="tbSampleRate"/>
|
|
78
|
+
<Param val="" valType="str" updates="None" name="tbSerialNo"/>
|
|
79
|
+
<Param val="pyglet" valType="str" updates="None" name="winBackend"/>
|
|
80
|
+
</Settings>
|
|
55
81
|
<Routines>
|
|
56
82
|
<Routine name="instructions">
|
|
57
|
-
<
|
|
58
|
-
<Param
|
|
59
|
-
<Param
|
|
60
|
-
<Param
|
|
61
|
-
<Param
|
|
62
|
-
<Param
|
|
63
|
-
<Param
|
|
64
|
-
<Param
|
|
65
|
-
<Param
|
|
66
|
-
<Param
|
|
67
|
-
<Param
|
|
83
|
+
<RoutineSettingsComponent name="instructions" plugin="None">
|
|
84
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
85
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
86
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
87
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
88
|
+
<Param val="" valType="str" updates="constant" name="desc"/>
|
|
89
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
90
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
91
|
+
<Param val="False" valType="code" updates="None" name="forceNonSlip"/>
|
|
92
|
+
<Param val="instructions" valType="code" updates="None" name="name"/>
|
|
93
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
94
|
+
<Param val="" valType="code" updates="constant" name="skipIf"/>
|
|
95
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
96
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
97
|
+
<Param val="False" valType="bool" updates="None" name="useWindowParams"/>
|
|
98
|
+
</RoutineSettingsComponent>
|
|
99
|
+
<EyetrackerRecordComponent name="instructions_record" plugin="None">
|
|
100
|
+
<Param val="Start and Stop" valType="str" updates="None" name="actionType"/>
|
|
101
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
102
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
103
|
+
<Param val="instructions_record" valType="code" updates="None" name="name"/>
|
|
104
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
105
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
106
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
107
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
108
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
109
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
110
|
+
<Param val="False" valType="bool" updates="constant" name="stopWithRoutine"/>
|
|
111
|
+
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
68
112
|
</EyetrackerRecordComponent>
|
|
69
|
-
<TextboxComponent name="instr">
|
|
70
|
-
<Param
|
|
71
|
-
<Param
|
|
72
|
-
<Param
|
|
73
|
-
<Param
|
|
74
|
-
<Param
|
|
75
|
-
<Param
|
|
76
|
-
<Param
|
|
77
|
-
<Param
|
|
78
|
-
<Param
|
|
79
|
-
<Param
|
|
80
|
-
<Param
|
|
81
|
-
<Param
|
|
82
|
-
<Param
|
|
83
|
-
<Param
|
|
84
|
-
<Param
|
|
85
|
-
<Param
|
|
86
|
-
<Param
|
|
87
|
-
<Param
|
|
88
|
-
<Param
|
|
89
|
-
<Param
|
|
90
|
-
<Param
|
|
91
|
-
<Param
|
|
92
|
-
<Param
|
|
93
|
-
<Param
|
|
94
|
-
<Param
|
|
95
|
-
<Param
|
|
96
|
-
<Param
|
|
97
|
-
<Param
|
|
98
|
-
<Param
|
|
99
|
-
<Param
|
|
100
|
-
<Param
|
|
101
|
-
<Param
|
|
102
|
-
<Param
|
|
103
|
-
<Param
|
|
113
|
+
<TextboxComponent name="instr" plugin="None">
|
|
114
|
+
<Param val="center" valType="str" updates="constant" name="alignment"/>
|
|
115
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
116
|
+
<Param val="True" valType="bool" updates="constant" name="autoLog"/>
|
|
117
|
+
<Param val="False" valType="bool" updates="constant" name="bold"/>
|
|
118
|
+
<Param val="None" valType="color" updates="constant" name="borderColor"/>
|
|
119
|
+
<Param val="2" valType="num" updates="constant" name="borderWidth"/>
|
|
120
|
+
<Param val="white" valType="color" updates="constant" name="color"/>
|
|
121
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
122
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
123
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
124
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
125
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
126
|
+
<Param val="False" valType="bool" updates="constant" name="editable"/>
|
|
127
|
+
<Param val="None" valType="color" updates="constant" name="fillColor"/>
|
|
128
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
129
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
130
|
+
<Param val="Arial" valType="str" updates="constant" name="font"/>
|
|
131
|
+
<Param val="False" valType="bool" updates="constant" name="italic"/>
|
|
132
|
+
<Param val="LTR" valType="str" updates="None" name="languageStyle"/>
|
|
133
|
+
<Param val="0.05" valType="num" updates="constant" name="letterHeight"/>
|
|
134
|
+
<Param val="1.0" valType="num" updates="constant" name="lineSpacing"/>
|
|
135
|
+
<Param val="instr" valType="code" updates="None" name="name"/>
|
|
136
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
137
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
138
|
+
<Param val="visible" valType="str" updates="constant" name="overflow"/>
|
|
139
|
+
<Param val="" valType="num" updates="constant" name="padding"/>
|
|
140
|
+
<Param val="Type here..." valType="str" updates="constant" name="placeholder"/>
|
|
141
|
+
<Param val="(0, 0.2)" valType="list" updates="constant" name="pos"/>
|
|
142
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
143
|
+
<Param val="(1, 0.6)" valType="list" updates="constant" name="size"/>
|
|
144
|
+
<Param val="" valType="list" updates="constant" name="speechPoint"/>
|
|
145
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
146
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
147
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
148
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
149
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
150
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
151
|
+
<Param val="Fixate on the blue circle.&#10;&#10;Then fixate on the hexagon as &#10;quickly as possible.&#10;&#10;Press ESCAPE at any time to exit the experiment.&#10;Press any key to start." valType="str" updates="constant" name="text"/>
|
|
152
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
153
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
104
154
|
</TextboxComponent>
|
|
105
|
-
<TextboxComponent name="progress">
|
|
106
|
-
<Param
|
|
107
|
-
<Param
|
|
108
|
-
<Param
|
|
109
|
-
<Param
|
|
110
|
-
<Param
|
|
111
|
-
<Param
|
|
112
|
-
<Param
|
|
113
|
-
<Param
|
|
114
|
-
<Param
|
|
115
|
-
<Param
|
|
116
|
-
<Param
|
|
117
|
-
<Param
|
|
118
|
-
<Param
|
|
119
|
-
<Param
|
|
120
|
-
<Param
|
|
121
|
-
<Param
|
|
122
|
-
<Param
|
|
123
|
-
<Param
|
|
124
|
-
<Param
|
|
125
|
-
<Param
|
|
126
|
-
<Param
|
|
127
|
-
<Param
|
|
128
|
-
<Param
|
|
129
|
-
<Param
|
|
130
|
-
<Param
|
|
131
|
-
<Param
|
|
132
|
-
<Param
|
|
133
|
-
<Param
|
|
134
|
-
<Param
|
|
135
|
-
<Param
|
|
136
|
-
<Param
|
|
137
|
-
<Param
|
|
138
|
-
<Param
|
|
139
|
-
<Param
|
|
155
|
+
<TextboxComponent name="progress" plugin="None">
|
|
156
|
+
<Param val="center" valType="str" updates="constant" name="alignment"/>
|
|
157
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
158
|
+
<Param val="True" valType="bool" updates="constant" name="autoLog"/>
|
|
159
|
+
<Param val="False" valType="bool" updates="constant" name="bold"/>
|
|
160
|
+
<Param val="" valType="color" updates="constant" name="borderColor"/>
|
|
161
|
+
<Param val="2" valType="num" updates="constant" name="borderWidth"/>
|
|
162
|
+
<Param val="white" valType="color" updates="constant" name="color"/>
|
|
163
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
164
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
165
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
166
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
167
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
168
|
+
<Param val="False" valType="bool" updates="constant" name="editable"/>
|
|
169
|
+
<Param val="blue" valType="color" updates="constant" name="fillColor"/>
|
|
170
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
171
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
172
|
+
<Param val="Arial" valType="str" updates="constant" name="font"/>
|
|
173
|
+
<Param val="False" valType="bool" updates="constant" name="italic"/>
|
|
174
|
+
<Param val="LTR" valType="str" updates="None" name="languageStyle"/>
|
|
175
|
+
<Param val="0.05" valType="num" updates="constant" name="letterHeight"/>
|
|
176
|
+
<Param val="1.0" valType="num" updates="constant" name="lineSpacing"/>
|
|
177
|
+
<Param val="progress" valType="code" updates="None" name="name"/>
|
|
178
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
179
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
180
|
+
<Param val="visible" valType="str" updates="constant" name="overflow"/>
|
|
181
|
+
<Param val="" valType="num" updates="constant" name="padding"/>
|
|
182
|
+
<Param val="Type here..." valType="str" updates="constant" name="placeholder"/>
|
|
183
|
+
<Param val="(0, -0.3)" valType="list" updates="constant" name="pos"/>
|
|
184
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
185
|
+
<Param val="(0.4, 0.2)" valType="list" updates="constant" name="size"/>
|
|
186
|
+
<Param val="" valType="list" updates="constant" name="speechPoint"/>
|
|
187
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
188
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
189
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
190
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
191
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
192
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
193
|
+
<Param val="Look here to move on" valType="str" updates="constant" name="text"/>
|
|
194
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
195
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
140
196
|
</TextboxComponent>
|
|
141
|
-
<RegionOfInterestComponent name="progress_roi">
|
|
142
|
-
<Param
|
|
143
|
-
<Param
|
|
144
|
-
<Param
|
|
145
|
-
<Param
|
|
146
|
-
<Param
|
|
147
|
-
<Param
|
|
148
|
-
<Param
|
|
149
|
-
<Param
|
|
150
|
-
<Param
|
|
151
|
-
<Param
|
|
152
|
-
<Param
|
|
153
|
-
<Param
|
|
154
|
-
<Param
|
|
155
|
-
<Param
|
|
156
|
-
<Param
|
|
157
|
-
<Param
|
|
158
|
-
<Param
|
|
159
|
-
<Param
|
|
160
|
-
<Param
|
|
161
|
-
<Param
|
|
162
|
-
<Param
|
|
163
|
-
<Param
|
|
197
|
+
<RegionOfInterestComponent name="progress_roi" plugin="None">
|
|
198
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
199
|
+
<Param val="False" valType="bool" updates="None" name="debug"/>
|
|
200
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
201
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
202
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
203
|
+
<Param val="look at" valType="str" updates="None" name="endRoutineOn"/>
|
|
204
|
+
<Param val="0.5" valType="num" updates="None" name="lookDur"/>
|
|
205
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
206
|
+
<Param val="progress_roi" valType="code" updates="None" name="name"/>
|
|
207
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
208
|
+
<Param val="(0, -0.3)" valType="list" updates="constant" name="pos"/>
|
|
209
|
+
<Param val="every look" valType="str" updates="None" name="save"/>
|
|
210
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
211
|
+
<Param val="rectangle" valType="str" updates="None" name="shape"/>
|
|
212
|
+
<Param val="(0.4, 0.2)" valType="list" updates="constant" name="size"/>
|
|
213
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
214
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
215
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
216
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
217
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
218
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
219
|
+
<Param val="roi onset" valType="str" updates="constant" name="timeRelativeTo"/>
|
|
220
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
221
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
222
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
164
223
|
</RegionOfInterestComponent>
|
|
165
|
-
<PolygonComponent name="instructions_gaze_cursor">
|
|
166
|
-
<Param
|
|
167
|
-
<Param
|
|
168
|
-
<Param
|
|
169
|
-
<Param
|
|
170
|
-
<Param
|
|
171
|
-
<Param
|
|
172
|
-
<Param
|
|
173
|
-
<Param
|
|
174
|
-
<Param
|
|
175
|
-
<Param
|
|
176
|
-
<Param
|
|
177
|
-
<Param
|
|
178
|
-
<Param
|
|
179
|
-
<Param
|
|
180
|
-
<Param
|
|
181
|
-
<Param
|
|
182
|
-
<Param
|
|
183
|
-
<Param
|
|
184
|
-
<Param
|
|
185
|
-
<Param
|
|
186
|
-
<Param
|
|
187
|
-
<Param
|
|
188
|
-
<Param
|
|
189
|
-
<Param
|
|
224
|
+
<PolygonComponent name="instructions_gaze_cursor" plugin="None">
|
|
225
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
226
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
227
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
228
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
229
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
230
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
231
|
+
<Param val="white" valType="color" updates="constant" name="fillColor"/>
|
|
232
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
233
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
234
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
235
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
236
|
+
<Param val="instructions_gaze_cursor" valType="code" updates="None" name="name"/>
|
|
237
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
238
|
+
<Param val="45" valType="num" updates="constant" name="ori"/>
|
|
239
|
+
<Param val="eyetracker.getPos()" valType="list" updates="set every frame" name="pos"/>
|
|
240
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
241
|
+
<Param val="cross" valType="str" updates="None" name="shape"/>
|
|
242
|
+
<Param val="(0.05, 0.05)" valType="list" updates="constant" name="size"/>
|
|
243
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
244
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
245
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
246
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
247
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
248
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
249
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
250
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
251
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
190
252
|
</PolygonComponent>
|
|
191
253
|
</Routine>
|
|
192
254
|
<Routine name="fixation">
|
|
193
|
-
<
|
|
194
|
-
<Param
|
|
195
|
-
<Param
|
|
196
|
-
<Param
|
|
197
|
-
<Param
|
|
198
|
-
<Param
|
|
199
|
-
<Param
|
|
200
|
-
<Param
|
|
201
|
-
<Param
|
|
202
|
-
<Param
|
|
203
|
-
<Param
|
|
255
|
+
<RoutineSettingsComponent name="fixation" plugin="None">
|
|
256
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
257
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
258
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
259
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
260
|
+
<Param val="" valType="str" updates="constant" name="desc"/>
|
|
261
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
262
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
263
|
+
<Param val="False" valType="code" updates="None" name="forceNonSlip"/>
|
|
264
|
+
<Param val="fixation" valType="code" updates="None" name="name"/>
|
|
265
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
266
|
+
<Param val="" valType="code" updates="constant" name="skipIf"/>
|
|
267
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
268
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
269
|
+
<Param val="False" valType="bool" updates="None" name="useWindowParams"/>
|
|
270
|
+
</RoutineSettingsComponent>
|
|
271
|
+
<EyetrackerRecordComponent name="fix_record" plugin="None">
|
|
272
|
+
<Param val="Start and Stop" valType="str" updates="None" name="actionType"/>
|
|
273
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
274
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
275
|
+
<Param val="fix_record" valType="code" updates="None" name="name"/>
|
|
276
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
277
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
278
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
279
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
280
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
281
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
282
|
+
<Param val="False" valType="bool" updates="constant" name="stopWithRoutine"/>
|
|
283
|
+
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
204
284
|
</EyetrackerRecordComponent>
|
|
205
|
-
<RegionOfInterestComponent name="fix_roi">
|
|
206
|
-
<Param
|
|
207
|
-
<Param
|
|
208
|
-
<Param
|
|
209
|
-
<Param
|
|
210
|
-
<Param
|
|
211
|
-
<Param
|
|
212
|
-
<Param
|
|
213
|
-
<Param
|
|
214
|
-
<Param
|
|
215
|
-
<Param
|
|
216
|
-
<Param
|
|
217
|
-
<Param
|
|
218
|
-
<Param
|
|
219
|
-
<Param
|
|
220
|
-
<Param
|
|
221
|
-
<Param
|
|
222
|
-
<Param
|
|
223
|
-
<Param
|
|
224
|
-
<Param
|
|
225
|
-
<Param
|
|
226
|
-
<Param
|
|
227
|
-
<Param
|
|
285
|
+
<RegionOfInterestComponent name="fix_roi" plugin="None">
|
|
286
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
287
|
+
<Param val="False" valType="bool" updates="None" name="debug"/>
|
|
288
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
289
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
290
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
291
|
+
<Param val="look at" valType="str" updates="None" name="endRoutineOn"/>
|
|
292
|
+
<Param val="1" valType="num" updates="None" name="lookDur"/>
|
|
293
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
294
|
+
<Param val="fix_roi" valType="code" updates="None" name="name"/>
|
|
295
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
296
|
+
<Param val="(0, 0)" valType="list" updates="constant" name="pos"/>
|
|
297
|
+
<Param val="every look" valType="str" updates="None" name="save"/>
|
|
298
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
299
|
+
<Param val="circle" valType="str" updates="None" name="shape"/>
|
|
300
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
301
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
302
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
303
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
304
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
305
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
306
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
307
|
+
<Param val="roi onset" valType="str" updates="constant" name="timeRelativeTo"/>
|
|
308
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
309
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
310
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
228
311
|
</RegionOfInterestComponent>
|
|
229
|
-
<PolygonComponent name="fix">
|
|
230
|
-
<Param
|
|
231
|
-
<Param
|
|
232
|
-
<Param
|
|
233
|
-
<Param
|
|
234
|
-
<Param
|
|
235
|
-
<Param
|
|
236
|
-
<Param
|
|
237
|
-
<Param
|
|
238
|
-
<Param
|
|
239
|
-
<Param
|
|
240
|
-
<Param
|
|
241
|
-
<Param
|
|
242
|
-
<Param
|
|
243
|
-
<Param
|
|
244
|
-
<Param
|
|
245
|
-
<Param
|
|
246
|
-
<Param
|
|
247
|
-
<Param
|
|
248
|
-
<Param
|
|
249
|
-
<Param
|
|
250
|
-
<Param
|
|
251
|
-
<Param
|
|
252
|
-
<Param
|
|
253
|
-
<Param
|
|
312
|
+
<PolygonComponent name="fix" plugin="None">
|
|
313
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
314
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
315
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
316
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
317
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
318
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
319
|
+
<Param val="blue" valType="color" updates="constant" name="fillColor"/>
|
|
320
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
321
|
+
<Param val="None" valType="color" updates="constant" name="lineColor"/>
|
|
322
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
323
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
324
|
+
<Param val="fix" valType="code" updates="None" name="name"/>
|
|
325
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
326
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
327
|
+
<Param val="(0, 0)" valType="list" updates="constant" name="pos"/>
|
|
328
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
329
|
+
<Param val="circle" valType="str" updates="None" name="shape"/>
|
|
330
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
331
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
332
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
333
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
334
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
335
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
336
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
337
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
338
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
339
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
254
340
|
</PolygonComponent>
|
|
255
|
-
<PolygonComponent name="fixation_gaze_cursor">
|
|
256
|
-
<Param
|
|
257
|
-
<Param
|
|
258
|
-
<Param
|
|
259
|
-
<Param
|
|
260
|
-
<Param
|
|
261
|
-
<Param
|
|
262
|
-
<Param
|
|
263
|
-
<Param
|
|
264
|
-
<Param
|
|
265
|
-
<Param
|
|
266
|
-
<Param
|
|
267
|
-
<Param
|
|
268
|
-
<Param
|
|
269
|
-
<Param
|
|
270
|
-
<Param
|
|
271
|
-
<Param
|
|
272
|
-
<Param
|
|
273
|
-
<Param
|
|
274
|
-
<Param
|
|
275
|
-
<Param
|
|
276
|
-
<Param
|
|
277
|
-
<Param
|
|
278
|
-
<Param
|
|
279
|
-
<Param
|
|
341
|
+
<PolygonComponent name="fixation_gaze_cursor" plugin="None">
|
|
342
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
343
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
344
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
345
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
346
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
347
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
348
|
+
<Param val="white" valType="color" updates="constant" name="fillColor"/>
|
|
349
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
350
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
351
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
352
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
353
|
+
<Param val="fixation_gaze_cursor" valType="code" updates="None" name="name"/>
|
|
354
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
355
|
+
<Param val="45" valType="num" updates="constant" name="ori"/>
|
|
356
|
+
<Param val="eyetracker.getPos()" valType="list" updates="set every frame" name="pos"/>
|
|
357
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
358
|
+
<Param val="cross" valType="str" updates="None" name="shape"/>
|
|
359
|
+
<Param val="(0.05, 0.05)" valType="list" updates="constant" name="size"/>
|
|
360
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
361
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
362
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
363
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
364
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
365
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
366
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
367
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
368
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
280
369
|
</PolygonComponent>
|
|
281
370
|
</Routine>
|
|
282
371
|
<Routine name="trial">
|
|
283
|
-
<
|
|
284
|
-
<Param
|
|
285
|
-
<Param
|
|
286
|
-
<Param
|
|
287
|
-
<Param
|
|
288
|
-
<Param
|
|
289
|
-
<Param
|
|
290
|
-
<Param
|
|
291
|
-
<Param
|
|
292
|
-
<Param
|
|
293
|
-
<Param
|
|
372
|
+
<RoutineSettingsComponent name="trial" plugin="None">
|
|
373
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
374
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
375
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
376
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
377
|
+
<Param val="" valType="str" updates="constant" name="desc"/>
|
|
378
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
379
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
380
|
+
<Param val="False" valType="code" updates="None" name="forceNonSlip"/>
|
|
381
|
+
<Param val="trial" valType="code" updates="None" name="name"/>
|
|
382
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
383
|
+
<Param val="" valType="code" updates="constant" name="skipIf"/>
|
|
384
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
385
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
386
|
+
<Param val="False" valType="bool" updates="None" name="useWindowParams"/>
|
|
387
|
+
</RoutineSettingsComponent>
|
|
388
|
+
<EyetrackerRecordComponent name="trial_record" plugin="None">
|
|
389
|
+
<Param val="Start and Stop" valType="str" updates="None" name="actionType"/>
|
|
390
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
391
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
392
|
+
<Param val="trial_record" valType="code" updates="None" name="name"/>
|
|
393
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
394
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
395
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
396
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
397
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
398
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
399
|
+
<Param val="False" valType="bool" updates="constant" name="stopWithRoutine"/>
|
|
400
|
+
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
294
401
|
</EyetrackerRecordComponent>
|
|
295
|
-
<PolygonComponent name="target">
|
|
296
|
-
<Param
|
|
297
|
-
<Param
|
|
298
|
-
<Param
|
|
299
|
-
<Param
|
|
300
|
-
<Param
|
|
301
|
-
<Param
|
|
302
|
-
<Param
|
|
303
|
-
<Param
|
|
304
|
-
<Param
|
|
305
|
-
<Param
|
|
306
|
-
<Param
|
|
307
|
-
<Param
|
|
308
|
-
<Param
|
|
309
|
-
<Param
|
|
310
|
-
<Param
|
|
311
|
-
<Param
|
|
312
|
-
<Param
|
|
313
|
-
<Param
|
|
314
|
-
<Param
|
|
315
|
-
<Param
|
|
316
|
-
<Param
|
|
317
|
-
<Param
|
|
318
|
-
<Param
|
|
319
|
-
<Param
|
|
402
|
+
<PolygonComponent name="target" plugin="None">
|
|
403
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
404
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
405
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
406
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
407
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
408
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
409
|
+
<Param val="$target_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
410
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
411
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
412
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
413
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
414
|
+
<Param val="target" valType="code" updates="None" name="name"/>
|
|
415
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
416
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
417
|
+
<Param val="(x_positions[0], y_positions[0])" valType="list" updates="set every repeat" name="pos"/>
|
|
418
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
419
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
420
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
421
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
422
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
423
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
424
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
425
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
426
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
427
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
428
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
429
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
320
430
|
</PolygonComponent>
|
|
321
|
-
<RegionOfInterestComponent name="target_roi">
|
|
322
|
-
<Param
|
|
323
|
-
<Param
|
|
324
|
-
<Param
|
|
325
|
-
<Param
|
|
326
|
-
<Param
|
|
327
|
-
<Param
|
|
328
|
-
<Param
|
|
329
|
-
<Param
|
|
330
|
-
<Param
|
|
331
|
-
<Param
|
|
332
|
-
<Param
|
|
333
|
-
<Param
|
|
334
|
-
<Param
|
|
335
|
-
<Param
|
|
336
|
-
<Param
|
|
337
|
-
<Param
|
|
338
|
-
<Param
|
|
339
|
-
<Param
|
|
340
|
-
<Param
|
|
341
|
-
<Param
|
|
342
|
-
<Param
|
|
343
|
-
<Param
|
|
431
|
+
<RegionOfInterestComponent name="target_roi" plugin="None">
|
|
432
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
433
|
+
<Param val="False" valType="bool" updates="None" name="debug"/>
|
|
434
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
435
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
436
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
437
|
+
<Param val="look at" valType="str" updates="None" name="endRoutineOn"/>
|
|
438
|
+
<Param val="0.3" valType="num" updates="None" name="lookDur"/>
|
|
439
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
440
|
+
<Param val="target_roi" valType="code" updates="None" name="name"/>
|
|
441
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
442
|
+
<Param val="(x_positions[0], y_positions[0])" valType="list" updates="set every repeat" name="pos"/>
|
|
443
|
+
<Param val="every look" valType="str" updates="None" name="save"/>
|
|
444
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
445
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
446
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
447
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
448
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
449
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
450
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
451
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
452
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
453
|
+
<Param val="roi onset" valType="str" updates="constant" name="timeRelativeTo"/>
|
|
454
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
455
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
456
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
344
457
|
</RegionOfInterestComponent>
|
|
345
|
-
<CodeComponent name="show_hide_distractors">
|
|
346
|
-
<Param
|
|
347
|
-
<Param
|
|
348
|
-
<Param
|
|
349
|
-
<Param
|
|
350
|
-
<Param
|
|
351
|
-
<Param
|
|
352
|
-
<Param
|
|
353
|
-
<Param
|
|
354
|
-
<Param
|
|
355
|
-
<Param
|
|
356
|
-
<Param
|
|
357
|
-
<Param
|
|
358
|
-
<Param
|
|
359
|
-
<Param
|
|
360
|
-
<Param
|
|
458
|
+
<CodeComponent name="show_hide_distractors" plugin="None">
|
|
459
|
+
<Param val="" valType="extendedCode" updates="constant" name="Before Experiment"/>
|
|
460
|
+
<Param val="" valType="extendedCode" updates="constant" name="Before JS Experiment"/>
|
|
461
|
+
<Param val="" valType="extendedCode" updates="constant" name="Begin Experiment"/>
|
|
462
|
+
<Param val="" valType="extendedCode" updates="constant" name="Begin JS Experiment"/>
|
|
463
|
+
<Param val="for (var obj, _pj_c = 0, _pj_a = distractors.slice(0, n_distractors), _pj_b = _pj_a.length; (_pj_c < _pj_b); _pj_c += 1) {&#10; obj = _pj_a[_pj_c];&#10; obj.opacity = 1;&#10;}&#10;for (var obj, _pj_c = 0, _pj_a = distractors.slice(n_distractors), _pj_b = _pj_a.length; (_pj_c < _pj_b); _pj_c += 1) {&#10; obj = _pj_a[_pj_c];&#10; obj.opacity = 0;&#10;}&#10;" valType="extendedCode" updates="constant" name="Begin JS Routine"/>
|
|
464
|
+
<Param val="# Show / hide distractors according to the number needed this trial&#10;for obj in distractors[:n_distractors]:&#10; obj.opacity = 1&#10;for obj in distractors[n_distractors:]:&#10; obj.opacity = 0" valType="extendedCode" updates="constant" name="Begin Routine"/>
|
|
465
|
+
<Param val="Auto->JS" valType="str" updates="None" name="Code Type"/>
|
|
466
|
+
<Param val="" valType="extendedCode" updates="constant" name="Each Frame"/>
|
|
467
|
+
<Param val="" valType="extendedCode" updates="constant" name="Each JS Frame"/>
|
|
468
|
+
<Param val="" valType="extendedCode" updates="constant" name="End Experiment"/>
|
|
469
|
+
<Param val="" valType="extendedCode" updates="constant" name="End JS Experiment"/>
|
|
470
|
+
<Param val="" valType="extendedCode" updates="constant" name="End JS Routine"/>
|
|
471
|
+
<Param val="" valType="extendedCode" updates="constant" name="End Routine"/>
|
|
472
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
473
|
+
<Param val="show_hide_distractors" valType="code" updates="None" name="name"/>
|
|
361
474
|
</CodeComponent>
|
|
362
|
-
<VariableComponent name="distractors">
|
|
363
|
-
<Param
|
|
364
|
-
<Param
|
|
365
|
-
<Param
|
|
366
|
-
<Param
|
|
367
|
-
<Param
|
|
368
|
-
<Param
|
|
369
|
-
<Param
|
|
370
|
-
<Param
|
|
371
|
-
<Param
|
|
372
|
-
<Param
|
|
373
|
-
<Param
|
|
374
|
-
<Param
|
|
375
|
-
<Param
|
|
376
|
-
<Param
|
|
377
|
-
<Param
|
|
378
|
-
<Param
|
|
379
|
-
<Param
|
|
380
|
-
<Param
|
|
475
|
+
<VariableComponent name="distractors" plugin="None">
|
|
476
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
477
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
478
|
+
<Param val="distractors" valType="code" updates="None" name="name"/>
|
|
479
|
+
<Param val="False" valType="bool" updates="constant" name="saveEndExp"/>
|
|
480
|
+
<Param val="False" valType="bool" updates="constant" name="saveEndRoutine"/>
|
|
481
|
+
<Param val="never" valType="str" updates="constant" name="saveFrameValue"/>
|
|
482
|
+
<Param val="False" valType="bool" updates="constant" name="saveStartExp"/>
|
|
483
|
+
<Param val="False" valType="bool" updates="constant" name="saveStartRoutine"/>
|
|
484
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
485
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
486
|
+
<Param val="" valType="code" updates="constant" name="startExpValue"/>
|
|
487
|
+
<Param val="" valType="code" updates="None" name="startFrameValue"/>
|
|
488
|
+
<Param val="[distractor_1, distractor_2, distractor_3, distractor_4, distractor_5, distractor_6, distractor_7] # List of all distractors" valType="code" updates="constant" name="startRoutineValue"/>
|
|
489
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
490
|
+
<Param val="" valType="code" updates="None" name="startVal"/>
|
|
491
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
492
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
493
|
+
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
381
494
|
</VariableComponent>
|
|
382
|
-
<PolygonComponent name="distractor_1">
|
|
383
|
-
<Param
|
|
384
|
-
<Param
|
|
385
|
-
<Param
|
|
386
|
-
<Param
|
|
387
|
-
<Param
|
|
388
|
-
<Param
|
|
389
|
-
<Param
|
|
390
|
-
<Param
|
|
391
|
-
<Param
|
|
392
|
-
<Param
|
|
393
|
-
<Param
|
|
394
|
-
<Param
|
|
395
|
-
<Param
|
|
396
|
-
<Param
|
|
397
|
-
<Param
|
|
398
|
-
<Param
|
|
399
|
-
<Param
|
|
400
|
-
<Param
|
|
401
|
-
<Param
|
|
402
|
-
<Param
|
|
403
|
-
<Param
|
|
404
|
-
<Param
|
|
405
|
-
<Param
|
|
406
|
-
<Param
|
|
495
|
+
<PolygonComponent name="distractor_1" plugin="None">
|
|
496
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
497
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
498
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
499
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
500
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
501
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
502
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
503
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
504
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
505
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
506
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
507
|
+
<Param val="distractor_1" valType="code" updates="None" name="name"/>
|
|
508
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
509
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
510
|
+
<Param val="(x_positions[1], y_positions[1])" valType="list" updates="set every repeat" name="pos"/>
|
|
511
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
512
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
513
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
514
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
515
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
516
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
517
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
518
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
519
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
520
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
521
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
522
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
407
523
|
</PolygonComponent>
|
|
408
|
-
<PolygonComponent name="distractor_2">
|
|
409
|
-
<Param
|
|
410
|
-
<Param
|
|
411
|
-
<Param
|
|
412
|
-
<Param
|
|
413
|
-
<Param
|
|
414
|
-
<Param
|
|
415
|
-
<Param
|
|
416
|
-
<Param
|
|
417
|
-
<Param
|
|
418
|
-
<Param
|
|
419
|
-
<Param
|
|
420
|
-
<Param
|
|
421
|
-
<Param
|
|
422
|
-
<Param
|
|
423
|
-
<Param
|
|
424
|
-
<Param
|
|
425
|
-
<Param
|
|
426
|
-
<Param
|
|
427
|
-
<Param
|
|
428
|
-
<Param
|
|
429
|
-
<Param
|
|
430
|
-
<Param
|
|
431
|
-
<Param
|
|
432
|
-
<Param
|
|
524
|
+
<PolygonComponent name="distractor_2" plugin="None">
|
|
525
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
526
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
527
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
528
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
529
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
530
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
531
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
532
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
533
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
534
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
535
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
536
|
+
<Param val="distractor_2" valType="code" updates="None" name="name"/>
|
|
537
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
538
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
539
|
+
<Param val="(x_positions[2], y_positions[2])" valType="list" updates="set every repeat" name="pos"/>
|
|
540
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
541
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
542
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
543
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
544
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
545
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
546
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
547
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
548
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
549
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
550
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
551
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
433
552
|
</PolygonComponent>
|
|
434
|
-
<PolygonComponent name="distractor_3">
|
|
435
|
-
<Param
|
|
436
|
-
<Param
|
|
437
|
-
<Param
|
|
438
|
-
<Param
|
|
439
|
-
<Param
|
|
440
|
-
<Param
|
|
441
|
-
<Param
|
|
442
|
-
<Param
|
|
443
|
-
<Param
|
|
444
|
-
<Param
|
|
445
|
-
<Param
|
|
446
|
-
<Param
|
|
447
|
-
<Param
|
|
448
|
-
<Param
|
|
449
|
-
<Param
|
|
450
|
-
<Param
|
|
451
|
-
<Param
|
|
452
|
-
<Param
|
|
453
|
-
<Param
|
|
454
|
-
<Param
|
|
455
|
-
<Param
|
|
456
|
-
<Param
|
|
457
|
-
<Param
|
|
458
|
-
<Param
|
|
553
|
+
<PolygonComponent name="distractor_3" plugin="None">
|
|
554
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
555
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
556
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
557
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
558
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
559
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
560
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
561
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
562
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
563
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
564
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
565
|
+
<Param val="distractor_3" valType="code" updates="None" name="name"/>
|
|
566
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
567
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
568
|
+
<Param val="(x_positions[3], y_positions[3])" valType="list" updates="set every repeat" name="pos"/>
|
|
569
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
570
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
571
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
572
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
573
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
574
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
575
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
576
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
577
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
578
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
579
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
580
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
459
581
|
</PolygonComponent>
|
|
460
|
-
<PolygonComponent name="distractor_4">
|
|
461
|
-
<Param
|
|
462
|
-
<Param
|
|
463
|
-
<Param
|
|
464
|
-
<Param
|
|
465
|
-
<Param
|
|
466
|
-
<Param
|
|
467
|
-
<Param
|
|
468
|
-
<Param
|
|
469
|
-
<Param
|
|
470
|
-
<Param
|
|
471
|
-
<Param
|
|
472
|
-
<Param
|
|
473
|
-
<Param
|
|
474
|
-
<Param
|
|
475
|
-
<Param
|
|
476
|
-
<Param
|
|
477
|
-
<Param
|
|
478
|
-
<Param
|
|
479
|
-
<Param
|
|
480
|
-
<Param
|
|
481
|
-
<Param
|
|
482
|
-
<Param
|
|
483
|
-
<Param
|
|
484
|
-
<Param
|
|
582
|
+
<PolygonComponent name="distractor_4" plugin="None">
|
|
583
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
584
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
585
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
586
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
587
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
588
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
589
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
590
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
591
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
592
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
593
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
594
|
+
<Param val="distractor_4" valType="code" updates="None" name="name"/>
|
|
595
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
596
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
597
|
+
<Param val="(x_positions[4], y_positions[4])" valType="list" updates="set every repeat" name="pos"/>
|
|
598
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
599
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
600
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
601
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
602
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
603
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
604
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
605
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
606
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
607
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
608
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
609
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
485
610
|
</PolygonComponent>
|
|
486
|
-
<PolygonComponent name="distractor_5">
|
|
487
|
-
<Param
|
|
488
|
-
<Param
|
|
489
|
-
<Param
|
|
490
|
-
<Param
|
|
491
|
-
<Param
|
|
492
|
-
<Param
|
|
493
|
-
<Param
|
|
494
|
-
<Param
|
|
495
|
-
<Param
|
|
496
|
-
<Param
|
|
497
|
-
<Param
|
|
498
|
-
<Param
|
|
499
|
-
<Param
|
|
500
|
-
<Param
|
|
501
|
-
<Param
|
|
502
|
-
<Param
|
|
503
|
-
<Param
|
|
504
|
-
<Param
|
|
505
|
-
<Param
|
|
506
|
-
<Param
|
|
507
|
-
<Param
|
|
508
|
-
<Param
|
|
509
|
-
<Param
|
|
510
|
-
<Param
|
|
611
|
+
<PolygonComponent name="distractor_5" plugin="None">
|
|
612
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
613
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
614
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
615
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
616
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
617
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
618
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
619
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
620
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
621
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
622
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
623
|
+
<Param val="distractor_5" valType="code" updates="None" name="name"/>
|
|
624
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
625
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
626
|
+
<Param val="(x_positions[5], y_positions[5])" valType="list" updates="set every repeat" name="pos"/>
|
|
627
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
628
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
629
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
630
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
631
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
632
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
633
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
634
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
635
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
636
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
637
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
638
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
511
639
|
</PolygonComponent>
|
|
512
|
-
<PolygonComponent name="distractor_6">
|
|
513
|
-
<Param
|
|
514
|
-
<Param
|
|
515
|
-
<Param
|
|
516
|
-
<Param
|
|
517
|
-
<Param
|
|
518
|
-
<Param
|
|
519
|
-
<Param
|
|
520
|
-
<Param
|
|
521
|
-
<Param
|
|
522
|
-
<Param
|
|
523
|
-
<Param
|
|
524
|
-
<Param
|
|
525
|
-
<Param
|
|
526
|
-
<Param
|
|
527
|
-
<Param
|
|
528
|
-
<Param
|
|
529
|
-
<Param
|
|
530
|
-
<Param
|
|
531
|
-
<Param
|
|
532
|
-
<Param
|
|
533
|
-
<Param
|
|
534
|
-
<Param
|
|
535
|
-
<Param
|
|
536
|
-
<Param
|
|
640
|
+
<PolygonComponent name="distractor_6" plugin="None">
|
|
641
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
642
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
643
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
644
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
645
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
646
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
647
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
648
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
649
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
650
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
651
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
652
|
+
<Param val="distractor_6" valType="code" updates="None" name="name"/>
|
|
653
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
654
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
655
|
+
<Param val="(x_positions[6], y_positions[6])" valType="list" updates="set every repeat" name="pos"/>
|
|
656
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
657
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
658
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
659
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
660
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
661
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
662
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
663
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
664
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
665
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
666
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
667
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
537
668
|
</PolygonComponent>
|
|
538
|
-
<PolygonComponent name="distractor_7">
|
|
539
|
-
<Param
|
|
540
|
-
<Param
|
|
541
|
-
<Param
|
|
542
|
-
<Param
|
|
543
|
-
<Param
|
|
544
|
-
<Param
|
|
545
|
-
<Param
|
|
546
|
-
<Param
|
|
547
|
-
<Param
|
|
548
|
-
<Param
|
|
549
|
-
<Param
|
|
550
|
-
<Param
|
|
551
|
-
<Param
|
|
552
|
-
<Param
|
|
553
|
-
<Param
|
|
554
|
-
<Param
|
|
555
|
-
<Param
|
|
556
|
-
<Param
|
|
557
|
-
<Param
|
|
558
|
-
<Param
|
|
559
|
-
<Param
|
|
560
|
-
<Param
|
|
561
|
-
<Param
|
|
562
|
-
<Param
|
|
669
|
+
<PolygonComponent name="distractor_7" plugin="None">
|
|
670
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
671
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
672
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
673
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
674
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
675
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
676
|
+
<Param val="$distractor_color" valType="color" updates="set every repeat" name="fillColor"/>
|
|
677
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
678
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
679
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
680
|
+
<Param val="6" valType="int" updates="constant" name="nVertices"/>
|
|
681
|
+
<Param val="distractor_7" valType="code" updates="None" name="name"/>
|
|
682
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
683
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
684
|
+
<Param val="(x_positions[7], y_positions[7])" valType="list" updates="set every repeat" name="pos"/>
|
|
685
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
686
|
+
<Param val="regular polygon..." valType="str" updates="None" name="shape"/>
|
|
687
|
+
<Param val="(0.1, 0.1)" valType="list" updates="constant" name="size"/>
|
|
688
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
689
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
690
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
691
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
692
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
693
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
694
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
695
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
696
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
563
697
|
</PolygonComponent>
|
|
564
|
-
<VariableComponent name="y_positions">
|
|
565
|
-
<Param
|
|
566
|
-
<Param
|
|
567
|
-
<Param
|
|
568
|
-
<Param
|
|
569
|
-
<Param
|
|
570
|
-
<Param
|
|
571
|
-
<Param
|
|
572
|
-
<Param
|
|
573
|
-
<Param
|
|
574
|
-
<Param
|
|
575
|
-
<Param
|
|
576
|
-
<Param
|
|
577
|
-
<Param
|
|
578
|
-
<Param
|
|
579
|
-
<Param
|
|
580
|
-
<Param
|
|
581
|
-
<Param
|
|
582
|
-
<Param
|
|
698
|
+
<VariableComponent name="y_positions" plugin="None">
|
|
699
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
700
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
701
|
+
<Param val="y_positions" valType="code" updates="None" name="name"/>
|
|
702
|
+
<Param val="False" valType="bool" updates="constant" name="saveEndExp"/>
|
|
703
|
+
<Param val="True" valType="bool" updates="constant" name="saveEndRoutine"/>
|
|
704
|
+
<Param val="never" valType="str" updates="constant" name="saveFrameValue"/>
|
|
705
|
+
<Param val="False" valType="bool" updates="constant" name="saveStartExp"/>
|
|
706
|
+
<Param val="False" valType="bool" updates="constant" name="saveStartRoutine"/>
|
|
707
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
708
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
709
|
+
<Param val="[-0.4, -0.3, -0.2, -0.1, 0.1, 0.2, 0.3, 0.4]" valType="code" updates="constant" name="startExpValue"/>
|
|
710
|
+
<Param val="" valType="code" updates="None" name="startFrameValue"/>
|
|
711
|
+
<Param val="" valType="code" updates="constant" name="startRoutineValue"/>
|
|
712
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
713
|
+
<Param val="" valType="code" updates="None" name="startVal"/>
|
|
714
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
715
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
716
|
+
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
583
717
|
</VariableComponent>
|
|
584
|
-
<VariableComponent name="x_positions">
|
|
585
|
-
<Param
|
|
586
|
-
<Param
|
|
587
|
-
<Param
|
|
588
|
-
<Param
|
|
589
|
-
<Param
|
|
590
|
-
<Param
|
|
591
|
-
<Param
|
|
592
|
-
<Param
|
|
593
|
-
<Param
|
|
594
|
-
<Param
|
|
595
|
-
<Param
|
|
596
|
-
<Param
|
|
597
|
-
<Param
|
|
598
|
-
<Param
|
|
599
|
-
<Param
|
|
600
|
-
<Param
|
|
601
|
-
<Param
|
|
602
|
-
<Param
|
|
718
|
+
<VariableComponent name="x_positions" plugin="None">
|
|
719
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
720
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
721
|
+
<Param val="x_positions" valType="code" updates="None" name="name"/>
|
|
722
|
+
<Param val="False" valType="bool" updates="constant" name="saveEndExp"/>
|
|
723
|
+
<Param val="True" valType="bool" updates="constant" name="saveEndRoutine"/>
|
|
724
|
+
<Param val="never" valType="str" updates="constant" name="saveFrameValue"/>
|
|
725
|
+
<Param val="False" valType="bool" updates="constant" name="saveStartExp"/>
|
|
726
|
+
<Param val="False" valType="bool" updates="constant" name="saveStartRoutine"/>
|
|
727
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
728
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
729
|
+
<Param val="[-0.4, -0.3, -0.2, -0.1, 0.1, 0.2, 0.3, 0.4]" valType="code" updates="constant" name="startExpValue"/>
|
|
730
|
+
<Param val="" valType="code" updates="None" name="startFrameValue"/>
|
|
731
|
+
<Param val="" valType="code" updates="constant" name="startRoutineValue"/>
|
|
732
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
733
|
+
<Param val="" valType="code" updates="None" name="startVal"/>
|
|
734
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
735
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
736
|
+
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
603
737
|
</VariableComponent>
|
|
604
|
-
<CodeComponent name="shuffle_positions">
|
|
605
|
-
<Param
|
|
606
|
-
<Param
|
|
607
|
-
<Param
|
|
608
|
-
<Param
|
|
609
|
-
<Param
|
|
610
|
-
<Param
|
|
611
|
-
<Param
|
|
612
|
-
<Param
|
|
613
|
-
<Param
|
|
614
|
-
<Param
|
|
615
|
-
<Param
|
|
616
|
-
<Param
|
|
617
|
-
<Param
|
|
618
|
-
<Param
|
|
619
|
-
<Param
|
|
738
|
+
<CodeComponent name="shuffle_positions" plugin="None">
|
|
739
|
+
<Param val="" valType="extendedCode" updates="constant" name="Before Experiment"/>
|
|
740
|
+
<Param val="" valType="extendedCode" updates="constant" name="Before JS Experiment"/>
|
|
741
|
+
<Param val="shuffle(x_positions)&#10;shuffle(y_positions)&#10;" valType="extendedCode" updates="constant" name="Begin Experiment"/>
|
|
742
|
+
<Param val="shuffle(x_positions);&#10;shuffle(y_positions);&#10;" valType="extendedCode" updates="constant" name="Begin JS Experiment"/>
|
|
743
|
+
<Param val="shuffle(x_positions);&#10;shuffle(y_positions);&#10;" valType="extendedCode" updates="constant" name="Begin JS Routine"/>
|
|
744
|
+
<Param val="shuffle(x_positions)&#10;shuffle(y_positions)&#10;" valType="extendedCode" updates="constant" name="Begin Routine"/>
|
|
745
|
+
<Param val="Auto->JS" valType="str" updates="None" name="Code Type"/>
|
|
746
|
+
<Param val="" valType="extendedCode" updates="constant" name="Each Frame"/>
|
|
747
|
+
<Param val="" valType="extendedCode" updates="constant" name="Each JS Frame"/>
|
|
748
|
+
<Param val="" valType="extendedCode" updates="constant" name="End Experiment"/>
|
|
749
|
+
<Param val="" valType="extendedCode" updates="constant" name="End JS Experiment"/>
|
|
750
|
+
<Param val="" valType="extendedCode" updates="constant" name="End JS Routine"/>
|
|
751
|
+
<Param val="" valType="extendedCode" updates="constant" name="End Routine"/>
|
|
752
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
753
|
+
<Param val="shuffle_positions" valType="code" updates="None" name="name"/>
|
|
620
754
|
</CodeComponent>
|
|
621
|
-
<PolygonComponent name="trial_gaze_cursor">
|
|
622
|
-
<Param
|
|
623
|
-
<Param
|
|
624
|
-
<Param
|
|
625
|
-
<Param
|
|
626
|
-
<Param
|
|
627
|
-
<Param
|
|
628
|
-
<Param
|
|
629
|
-
<Param
|
|
630
|
-
<Param
|
|
631
|
-
<Param
|
|
632
|
-
<Param
|
|
633
|
-
<Param
|
|
634
|
-
<Param
|
|
635
|
-
<Param
|
|
636
|
-
<Param
|
|
637
|
-
<Param
|
|
638
|
-
<Param
|
|
639
|
-
<Param
|
|
640
|
-
<Param
|
|
641
|
-
<Param
|
|
642
|
-
<Param
|
|
643
|
-
<Param
|
|
644
|
-
<Param
|
|
645
|
-
<Param
|
|
755
|
+
<PolygonComponent name="trial_gaze_cursor" plugin="None">
|
|
756
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
757
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
758
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
759
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
760
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
761
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
762
|
+
<Param val="white" valType="color" updates="constant" name="fillColor"/>
|
|
763
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
764
|
+
<Param val="" valType="color" updates="constant" name="lineColor"/>
|
|
765
|
+
<Param val="1" valType="num" updates="constant" name="lineWidth"/>
|
|
766
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
767
|
+
<Param val="trial_gaze_cursor" valType="code" updates="None" name="name"/>
|
|
768
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
769
|
+
<Param val="45" valType="num" updates="constant" name="ori"/>
|
|
770
|
+
<Param val="eyetracker.getPos()" valType="list" updates="set every frame" name="pos"/>
|
|
771
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
772
|
+
<Param val="cross" valType="str" updates="None" name="shape"/>
|
|
773
|
+
<Param val="(0.05, 0.05)" valType="list" updates="constant" name="size"/>
|
|
774
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
775
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
776
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
777
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
778
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
779
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
780
|
+
<Param val="from exp settings" valType="str" updates="None" name="units"/>
|
|
781
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
782
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
646
783
|
</PolygonComponent>
|
|
647
784
|
</Routine>
|
|
648
785
|
<EyetrackerCalibrationRoutine name="calibration">
|
|
649
|
-
<Param name="borderColor" updates="None" val="black" valType="color"
|
|
650
|
-
<Param name="borderWidth" updates="None" val="2" valType="num"
|
|
651
|
-
<Param name="colorSpace" updates="None" val="rgb" valType="str"
|
|
652
|
-
<Param name="
|
|
653
|
-
<Param name="
|
|
654
|
-
<Param name="
|
|
655
|
-
<Param name="
|
|
656
|
-
<Param name="
|
|
657
|
-
<Param name="
|
|
658
|
-
<Param name="
|
|
659
|
-
<Param name="
|
|
660
|
-
<Param name="
|
|
661
|
-
<Param name="
|
|
662
|
-
<Param name="
|
|
663
|
-
<Param name="
|
|
664
|
-
<Param name="
|
|
665
|
-
<Param name="
|
|
666
|
-
<Param name="
|
|
667
|
-
<Param name="
|
|
668
|
-
<Param name="
|
|
669
|
-
<Param name="
|
|
670
|
-
<Param name="
|
|
786
|
+
<Param name="borderColor" updates="None" val="black" valType="color"/>
|
|
787
|
+
<Param name="borderWidth" updates="None" val="2" valType="num"/>
|
|
788
|
+
<Param name="colorSpace" updates="None" val="rgb" valType="str"/>
|
|
789
|
+
<Param name="customTarget" updates="None" val="" valType="code"/>
|
|
790
|
+
<Param name="disabled" updates="None" val="False" valType="bool"/>
|
|
791
|
+
<Param name="expandDur" updates="None" val="1" valType="num"/>
|
|
792
|
+
<Param name="expandScale" updates="None" val="1.5" valType="num"/>
|
|
793
|
+
<Param name="fillColor" updates="None" val="" valType="color"/>
|
|
794
|
+
<Param name="innerBorderColor" updates="None" val="black" valType="color"/>
|
|
795
|
+
<Param name="innerBorderWidth" updates="None" val="2" valType="num"/>
|
|
796
|
+
<Param name="innerFillColor" updates="None" val="green" valType="color"/>
|
|
797
|
+
<Param name="innerRadius" updates="None" val="0.0035" valType="num"/>
|
|
798
|
+
<Param name="movementAnimation" updates="None" val="True" valType="bool"/>
|
|
799
|
+
<Param name="movementDur" updates="None" val="1.0" valType="num"/>
|
|
800
|
+
<Param name="name" updates="None" val="calibration" valType="code"/>
|
|
801
|
+
<Param name="outerRadius" updates="None" val="0.01" valType="num"/>
|
|
802
|
+
<Param name="progressMode" updates="None" val="time" valType="str"/>
|
|
803
|
+
<Param name="randomisePos" updates="None" val="True" valType="bool"/>
|
|
804
|
+
<Param name="targetDelay" updates="None" val="1.0" valType="num"/>
|
|
805
|
+
<Param name="targetDur" updates="None" val="1.5" valType="num"/>
|
|
806
|
+
<Param name="targetLayout" updates="None" val="NINE_POINTS" valType="str"/>
|
|
807
|
+
<Param name="textColor" updates="None" val="white" valType="color"/>
|
|
808
|
+
<Param name="units" updates="None" val="from exp settings" valType="str"/>
|
|
809
|
+
<Param name="useCustom" updates="None" val="False" valType="code"/>
|
|
671
810
|
</EyetrackerCalibrationRoutine>
|
|
672
811
|
</Routines>
|
|
673
812
|
<Flow>
|
|
674
|
-
<EyetrackerCalibrationRoutine name="calibration"
|
|
675
|
-
<Routine name="instructions"
|
|
813
|
+
<EyetrackerCalibrationRoutine name="calibration"/>
|
|
814
|
+
<Routine name="instructions"/>
|
|
676
815
|
<LoopInitiator loopType="TrialHandler" name="trials">
|
|
677
|
-
<Param name="Selected rows" updates="None" val="" valType="str"
|
|
678
|
-
<Param name="conditions" updates="None" val="[{'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 8}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 7}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 6}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 5}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 4}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 3}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 2}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 1}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 0}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 8}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 7}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 6}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 5}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 4}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 3}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 2}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 1}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 0}]" valType="str"
|
|
679
|
-
<Param name="conditionsFile" updates="None" val="trials_params.xlsx" valType="file"
|
|
680
|
-
<Param name="endPoints" updates="None" val="[0, 1]" valType="num"
|
|
681
|
-
<Param name="isTrials" updates="None" val="True" valType="bool"
|
|
682
|
-
<Param name="loopType" updates="None" val="random" valType="str"
|
|
683
|
-
<Param name="nReps" updates="None" val="1" valType="num"
|
|
684
|
-
<Param name="name" updates="None" val="trials" valType="code"
|
|
685
|
-
<Param name="random seed" updates="None" val="" valType="code"
|
|
816
|
+
<Param name="Selected rows" updates="None" val="" valType="str"/>
|
|
817
|
+
<Param name="conditions" updates="None" val="[{'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 8}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 7}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 6}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 5}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 4}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 3}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 2}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 1}, {'target_color': 'black', 'distractor_color': 'red', 'n_distractors': 0}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 8}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 7}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 6}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 5}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 4}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 3}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 2}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 1}, {'target_color': 'red', 'distractor_color': 'black', 'n_distractors': 0}]" valType="str"/>
|
|
818
|
+
<Param name="conditionsFile" updates="None" val="trials_params.xlsx" valType="file"/>
|
|
819
|
+
<Param name="endPoints" updates="None" val="[0, 1]" valType="num"/>
|
|
820
|
+
<Param name="isTrials" updates="None" val="True" valType="bool"/>
|
|
821
|
+
<Param name="loopType" updates="None" val="random" valType="str"/>
|
|
822
|
+
<Param name="nReps" updates="None" val="1" valType="num"/>
|
|
823
|
+
<Param name="name" updates="None" val="trials" valType="code"/>
|
|
824
|
+
<Param name="random seed" updates="None" val="" valType="code"/>
|
|
686
825
|
</LoopInitiator>
|
|
687
|
-
<Routine name="fixation"
|
|
688
|
-
<Routine name="trial"
|
|
689
|
-
<LoopTerminator name="trials"
|
|
826
|
+
<Routine name="fixation"/>
|
|
827
|
+
<Routine name="trial"/>
|
|
828
|
+
<LoopTerminator name="trials"/>
|
|
690
829
|
</Flow>
|
|
691
|
-
</PsychoPy2experiment>
|
|
830
|
+
</PsychoPy2experiment>
|