New upstream version 3.5.1
Showing
with
2550 additions
and
0 deletions
+2550
-0
- .gitattributes .gitattributes +8 -0
- .gitignore .gitignore +102 -0
- .gitmodules .gitmodules +0 -0
- .lgtm.yml .lgtm.yml +17 -0
- .mailmap .mailmap +93 -0
- .svnauthors .svnauthors +4 -0
- .travis.yml .travis.yml +103 -0
- .travis_coveragerc .travis_coveragerc +10 -0
- AUTHORS.md AUTHORS.md +139 -0
- CONTRIBUTING.md CONTRIBUTING.md +18 -0
- EnvVarUpdate.nsh EnvVarUpdate.nsh +0 -0
- LICENSE LICENSE +0 -0
- MANIFEST.in MANIFEST.in +38 -0
- PsychoPy2_screenshot.png PsychoPy2_screenshot.png +0 -0
- README.md README.md +36 -0
- buildCompleteInstaller.nsi buildCompleteInstaller.nsi +220 -0
- buildRelease.py buildRelease.py +111 -0
- buildScripts/updateBuilderDemos.py buildScripts/updateBuilderDemos.py +22 -0
- buildWinDistributions.ps1 buildWinDistributions.ps1 +47 -0
- buildingOnAMac.txt buildingOnAMac.txt +207 -0
- changelogUpdate.py changelogUpdate.py +59 -0
- changelogUpdateMD.py changelogUpdateMD.py +69 -0
- conda/environment-2.7.yml conda/environment-2.7.yml +53 -0
- conda/environment-3.6.yml conda/environment-3.6.yml +54 -0
- conda/environment-3.7.yml conda/environment-3.7.yml +54 -0
- conda/gen_environment.sh conda/gen_environment.sh +4 -0
- createInitFile.py createInitFile.py +160 -0
- docs/Makefile docs/Makefile +132 -0
- docs/buildEpydoc.config docs/buildEpydoc.config +19 -0
- docs/make.bat docs/make.bat +112 -0
- docs/source/_static/UoN_Supported_RGB.png docs/source/_static/UoN_Supported_RGB.png +0 -0
- docs/source/_static/blank.svg docs/source/_static/blank.svg +0 -0
- docs/source/_static/favicon.ico docs/source/_static/favicon.ico +0 -0
- docs/source/_static/psychopy.svg docs/source/_static/psychopy.svg +0 -0
- docs/source/_static/psychopy256.png docs/source/_static/psychopy256.png +0 -0
- docs/source/_static/psychopy72.png docs/source/_static/psychopy72.png +0 -0
- docs/source/_static/psychopyIcon.svg docs/source/_static/psychopyIcon.svg +0 -0
- docs/source/_static/psychopyLogoType3_h240.png docs/source/_static/psychopyLogoType3_h240.png +0 -0
- docs/source/_static/psychopyLogoType3_h480.png docs/source/_static/psychopyLogoType3_h480.png +0 -0
- docs/source/_static/psychopyLogoTypeAndStraps_h480.png docs/source/_static/psychopyLogoTypeAndStraps_h480.png +0 -0
- docs/source/_static/psychopyLogoType_h480.png docs/source/_static/psychopyLogoType_h480.png +0 -0
- docs/source/_static/psychopyOnly3_h480.png docs/source/_static/psychopyOnly3_h480.png +0 -0
- docs/source/_static/psychopyStrapEasy.png docs/source/_static/psychopyStrapEasy.png +0 -0
- docs/source/_static/psychopyStrapFlexible.png docs/source/_static/psychopyStrapFlexible.png +0 -0
- docs/source/_static/psychopyStrapOnline3.png docs/source/_static/psychopyStrapOnline3.png +0 -0
- docs/source/_static/psychopyStrapPrecise.png docs/source/_static/psychopyStrapPrecise.png +0 -0
- docs/source/_templates/layoutOld.html docs/source/_templates/layoutOld.html +0 -0
- docs/source/about/compileTestimonials.py docs/source/about/compileTestimonials.py +37 -0
- docs/source/about/contributing.rst docs/source/about/contributing.rst +43 -0
- docs/source/about/credits.rst docs/source/about/credits.rst +63 -0
- docs/source/about/index.rst docs/source/about/index.rst +38 -0
- docs/source/about/overview.rst docs/source/about/overview.rst +44 -0
- docs/source/about/testimonials.rst docs/source/about/testimonials.rst +20 -0
- docs/source/about/testimonialsText.html docs/source/about/testimonialsText.html +0 -0
- docs/source/api/api.rst docs/source/api/api.rst +24 -0
- docs/source/api/clock.rst docs/source/api/clock.rst +5 -0
- docs/source/api/core.rst docs/source/api/core.rst +5 -0
- docs/source/api/data.rst docs/source/api/data.rst +80 -0
- docs/source/api/encryption.rst docs/source/api/encryption.rst +13 -0
- docs/source/api/event.rst docs/source/api/event.rst +13 -0
- docs/source/api/filters.rst docs/source/api/filters.rst +7 -0
- docs/source/api/gui.rst docs/source/api/gui.rst +26 -0
- docs/source/api/hardware.rst docs/source/api/hardware.rst +18 -0
- docs/source/api/hardware/cedrus.rst docs/source/api/hardware/cedrus.rst +38 -0
- docs/source/api/hardware/crs.rst docs/source/api/hardware/crs.rst +23 -0
- docs/source/api/hardware/crs/BitsPlusPlus.rst docs/source/api/hardware/crs/BitsPlusPlus.rst +61 -0
- docs/source/api/hardware/crs/BitsSharp.rst docs/source/api/hardware/crs/BitsSharp.rst +53 -0
- docs/source/api/hardware/crs/ColorCAL.rst docs/source/api/hardware/crs/ColorCAL.rst +22 -0
- docs/source/api/hardware/egi.rst docs/source/api/hardware/egi.rst +8 -0
- docs/source/api/hardware/emulator.rst docs/source/api/hardware/emulator.rst +12 -0
- docs/source/api/hardware/forp.rst docs/source/api/hardware/forp.rst +6 -0
- docs/source/api/hardware/iolab.rst docs/source/api/hardware/iolab.rst +0 -0
- docs/source/api/hardware/joystick.rst docs/source/api/hardware/joystick.rst +0 -0
- docs/source/api/hardware/labjack.rst docs/source/api/hardware/labjack.rst +0 -0
- docs/source/api/hardware/minolta.rst docs/source/api/hardware/minolta.rst +0 -0
- docs/source/api/hardware/pr.rst docs/source/api/hardware/pr.rst +0 -0
- docs/source/api/hardware/pylink.rst docs/source/api/hardware/pylink.rst +0 -0
- docs/source/api/hardware/qmix.rst docs/source/api/hardware/qmix.rst +0 -0
- docs/source/api/info.rst docs/source/api/info.rst +0 -0
- docs/source/api/iohub.rst docs/source/api/iohub.rst +0 -0
- docs/source/api/iohub/device/analoginput.rst docs/source/api/iohub/device/analoginput.rst +0 -0
- docs/source/api/iohub/device/computer.rst docs/source/api/iohub/device/computer.rst +0 -0
- docs/source/api/iohub/device/eyetracker.rst docs/source/api/iohub/device/eyetracker.rst +0 -0
- docs/source/api/iohub/device/keyboard.rst docs/source/api/iohub/device/keyboard.rst +0 -0
- docs/source/api/iohub/device/mouse.rst docs/source/api/iohub/device/mouse.rst +0 -0
- docs/source/api/iohub/device/serial.rst docs/source/api/iohub/device/serial.rst +0 -0
- docs/source/api/iohub/device/touch.rst docs/source/api/iohub/device/touch.rst +0 -0
- docs/source/api/iohub/device/xinput.rst docs/source/api/iohub/device/xinput.rst +0 -0
- docs/source/api/iohub/devices.rst docs/source/api/iohub/devices.rst +0 -0
- docs/source/api/iohub/requirements.rst docs/source/api/iohub/requirements.rst +0 -0
- docs/source/api/iohub/starting.rst docs/source/api/iohub/starting.rst +0 -0
- docs/source/api/logging.rst docs/source/api/logging.rst +0 -0
- docs/source/api/microphone.rst docs/source/api/microphone.rst +0 -0
- docs/source/api/misc.rst docs/source/api/misc.rst +0 -0
- docs/source/api/monitors.rst docs/source/api/monitors.rst +0 -0
- docs/source/api/parallel.rst docs/source/api/parallel.rst +0 -0
- docs/source/api/preferences.rst docs/source/api/preferences.rst +0 -0
- docs/source/api/serial.rst docs/source/api/serial.rst +0 -0
- docs/source/api/sound.rst docs/source/api/sound.rst +0 -0
- docs/source/api/tools.rst docs/source/api/tools.rst +0 -0
- docs/source/api/tools/colorspacetools.rst docs/source/api/tools/colorspacetools.rst +0 -0
- docs/source/api/tools/coordinatetools.rst docs/source/api/tools/coordinatetools.rst +0 -0
- docs/source/api/tools/filetools.rst docs/source/api/tools/filetools.rst +0 -0
- docs/source/api/tools/gltools.rst docs/source/api/tools/gltools.rst +0 -0
- docs/source/api/tools/imagetools.rst docs/source/api/tools/imagetools.rst +0 -0
- docs/source/api/tools/monitorunittools.rst docs/source/api/tools/monitorunittools.rst +0 -0
- docs/source/api/tools/plottools.rst docs/source/api/tools/plottools.rst +0 -0
- docs/source/api/tools/rifttools.rst docs/source/api/tools/rifttools.rst +0 -0
- docs/source/api/tools/typetools.rst docs/source/api/tools/typetools.rst +0 -0
- docs/source/api/tools/unittools.rst docs/source/api/tools/unittools.rst +0 -0
- docs/source/api/tools/viewtools.rst docs/source/api/tools/viewtools.rst +0 -0
- docs/source/api/visual.rst docs/source/api/visual.rst +0 -0
- docs/source/api/visual/aperture.rst docs/source/api/visual/aperture.rst +0 -0
- docs/source/api/visual/bufferimagestim.rst docs/source/api/visual/bufferimagestim.rst +0 -0
- docs/source/api/visual/circle.rst docs/source/api/visual/circle.rst +0 -0
- docs/source/api/visual/custommouse.rst docs/source/api/visual/custommouse.rst +0 -0
- docs/source/api/visual/dotstim.rst docs/source/api/visual/dotstim.rst +0 -0
- docs/source/api/visual/elementarraystim.rst docs/source/api/visual/elementarraystim.rst +0 -0
- docs/source/api/visual/gratingstim.rst docs/source/api/visual/gratingstim.rst +0 -0
- docs/source/api/visual/helperfunctions.rst docs/source/api/visual/helperfunctions.rst +0 -0
- docs/source/api/visual/imagestim.rst docs/source/api/visual/imagestim.rst +0 -0
- docs/source/api/visual/line.rst docs/source/api/visual/line.rst +0 -0
- docs/source/api/visual/moviestim.rst docs/source/api/visual/moviestim.rst +0 -0
- docs/source/api/visual/noisestim.rst docs/source/api/visual/noisestim.rst +0 -0
- docs/source/api/visual/patchstim.rst docs/source/api/visual/patchstim.rst +0 -0
- docs/source/api/visual/polygon.rst docs/source/api/visual/polygon.rst +0 -0
- docs/source/api/visual/radialstim.rst docs/source/api/visual/radialstim.rst +0 -0
- docs/source/api/visual/ratingscale.rst docs/source/api/visual/ratingscale.rst +0 -0
- docs/source/api/visual/rect.rst docs/source/api/visual/rect.rst +0 -0
- docs/source/api/visual/rift.rst docs/source/api/visual/rift.rst +0 -0
- docs/source/api/visual/secondorder.rst docs/source/api/visual/secondorder.rst +0 -0
- docs/source/api/visual/shapestim.rst docs/source/api/visual/shapestim.rst +0 -0
- docs/source/api/visual/simpleimagestim.rst docs/source/api/visual/simpleimagestim.rst +0 -0
- docs/source/api/visual/slider.rst docs/source/api/visual/slider.rst +0 -0
- docs/source/api/visual/textbox.rst docs/source/api/visual/textbox.rst +0 -0
- docs/source/api/visual/textstim.rst docs/source/api/visual/textstim.rst +0 -0
- docs/source/api/visual/window.rst docs/source/api/visual/window.rst +0 -0
- docs/source/api/visual/windowframepack.rst docs/source/api/visual/windowframepack.rst +0 -0
- docs/source/api/visual/windowwarp.rst docs/source/api/visual/windowwarp.rst +0 -0
- docs/source/api/voicekey.rst docs/source/api/voicekey.rst +0 -0
- docs/source/api/web.rst docs/source/api/web.rst +0 -0
- docs/source/builder/blocksCounterbalance.rst docs/source/builder/blocksCounterbalance.rst +0 -0
- docs/source/builder/blocksImagesFlow.png docs/source/builder/blocksImagesFlow.png +0 -0
- docs/source/builder/builder.rst docs/source/builder/builder.rst +0 -0
- docs/source/builder/builderMonitors.rst docs/source/builder/builderMonitors.rst +0 -0
- docs/source/builder/commonMistakes/generalAdvice.rst docs/source/builder/commonMistakes/generalAdvice.rst +0 -0
- docs/source/builder/commonMistakes/greyScreen.rst docs/source/builder/commonMistakes/greyScreen.rst +0 -0
- docs/source/builder/commonMistakes/loopFail.rst docs/source/builder/commonMistakes/loopFail.rst +0 -0
- docs/source/builder/commonMistakes/plainSquare.rst docs/source/builder/commonMistakes/plainSquare.rst +0 -0
- docs/source/builder/commonMistakes/snippetFail.rst docs/source/builder/commonMistakes/snippetFail.rst +0 -0
- docs/source/builder/commonMistakes/stimChange.rst docs/source/builder/commonMistakes/stimChange.rst +0 -0
- docs/source/builder/commonMistakes/unicodeError.rst docs/source/builder/commonMistakes/unicodeError.rst +0 -0
- docs/source/builder/commonMistakes/windowClose.rst docs/source/builder/commonMistakes/windowClose.rst +0 -0
- docs/source/builder/compileScript.rst docs/source/builder/compileScript.rst +0 -0
- docs/source/builder/components.rst docs/source/builder/components.rst +0 -0
- docs/source/builder/components/aperture.rst docs/source/builder/components/aperture.rst +0 -0
- docs/source/builder/components/cedrusResponseBox.rst docs/source/builder/components/cedrusResponseBox.rst +0 -0
- docs/source/builder/components/code.rst docs/source/builder/components/code.rst +0 -0
- docs/source/builder/components/dots.rst docs/source/builder/components/dots.rst +0 -0
- docs/source/builder/components/form.rst docs/source/builder/components/form.rst +0 -0
- docs/source/builder/components/grating.rst docs/source/builder/components/grating.rst +0 -0
- docs/source/builder/components/image.rst docs/source/builder/components/image.rst +0 -0
- docs/source/builder/components/ioLabs.rst docs/source/builder/components/ioLabs.rst +0 -0
- docs/source/builder/components/joyButtons.rst docs/source/builder/components/joyButtons.rst +0 -0
- docs/source/builder/components/joystick.rst docs/source/builder/components/joystick.rst +0 -0
- docs/source/builder/components/keyboard.rst docs/source/builder/components/keyboard.rst +0 -0
- docs/source/builder/components/microphone.rst docs/source/builder/components/microphone.rst +0 -0
- docs/source/builder/components/mouse.rst docs/source/builder/components/mouse.rst +0 -0
- docs/source/builder/components/movie.rst docs/source/builder/components/movie.rst +0 -0
- docs/source/builder/components/parallelout.rst docs/source/builder/components/parallelout.rst +0 -0
- docs/source/builder/components/patch.rst docs/source/builder/components/patch.rst +0 -0
- docs/source/builder/components/polygon.rst docs/source/builder/components/polygon.rst +0 -0
- docs/source/builder/components/pump.rst docs/source/builder/components/pump.rst +0 -0
- docs/source/builder/components/ratingscale.rst docs/source/builder/components/ratingscale.rst +0 -0
- docs/source/builder/components/sound.rst docs/source/builder/components/sound.rst +0 -0
- docs/source/builder/components/static.rst docs/source/builder/components/static.rst +0 -0
- docs/source/builder/components/text.rst docs/source/builder/components/text.rst +0 -0
- docs/source/builder/components/variable.rst docs/source/builder/components/variable.rst +0 -0
- docs/source/builder/concepts.rst docs/source/builder/concepts.rst +0 -0
- docs/source/builder/flow.rst docs/source/builder/flow.rst +0 -0
- docs/source/builder/gotchas.rst docs/source/builder/gotchas.rst +0 -0
- docs/source/builder/outputs.rst docs/source/builder/outputs.rst +0 -0
- docs/source/builder/routines.rst docs/source/builder/routines.rst +0 -0
- docs/source/builder/settings.rst docs/source/builder/settings.rst +0 -0
- docs/source/builder/startStop.rst docs/source/builder/startStop.rst +0 -0
- docs/source/coder/codeLogging.rst docs/source/coder/codeLogging.rst +0 -0
- docs/source/coder/codeStimuli.rst docs/source/coder/codeStimuli.rst +0 -0
- docs/source/coder/codeTrials.rst docs/source/coder/codeTrials.rst +0 -0
- docs/source/coder/coder.rst docs/source/coder/coder.rst +0 -0
- docs/source/coder/globalKeys.rst docs/source/coder/globalKeys.rst +0 -0
- docs/source/coder/tutorial1.py docs/source/coder/tutorial1.py +0 -0
- docs/source/coder/tutorial1.rst docs/source/coder/tutorial1.rst +0 -0
- docs/source/coder/tutorial2.py docs/source/coder/tutorial2.py +0 -0
- docs/source/coder/tutorial2.rst docs/source/coder/tutorial2.rst +0 -0
- docs/source/coder/tutorial3.py docs/source/coder/tutorial3.py +0 -0
- docs/source/coder/tutorial3.rst docs/source/coder/tutorial3.rst +0 -0
- docs/source/conf.py docs/source/conf.py +0 -0
- docs/source/demos/face.py docs/source/demos/face.py +0 -0
- docs/source/demos/face.rst docs/source/demos/face.rst +0 -0
- docs/source/demos/plaid.py docs/source/demos/plaid.py +0 -0
- docs/source/demos/plaid.rst docs/source/demos/plaid.rst +0 -0
- docs/source/demos/text.py docs/source/demos/text.py +0 -0
- docs/source/developers/addingdocumentation.rst docs/source/developers/addingdocumentation.rst +0 -0
- docs/source/developers/buildercomponent.rst docs/source/developers/buildercomponent.rst +0 -0
- docs/source/developers/demoStyleGuide.rst docs/source/developers/demoStyleGuide.rst +0 -0
- docs/source/developers/developers.rst docs/source/developers/developers.rst +0 -0
- docs/source/developers/localization.rst docs/source/developers/localization.rst +0 -0
- docs/source/developers/menuitem.rst docs/source/developers/menuitem.rst +0 -0
- docs/source/developers/repository.rst docs/source/developers/repository.rst +0 -0
- docs/source/documentation.rst docs/source/documentation.rst +0 -0
- docs/source/download.rst docs/source/download.rst +0 -0
- docs/source/faqs/bits.rst docs/source/faqs/bits.rst +0 -0
- docs/source/faqs/faqs.rst docs/source/faqs/faqs.rst +0 -0
- docs/source/faqs/timing.rst docs/source/faqs/timing.rst +0 -0
- docs/source/general/colours.rst docs/source/general/colours.rst +0 -0
- docs/source/general/dataOutputs.rst docs/source/general/dataOutputs.rst +0 -0
- docs/source/general/gamma.rst docs/source/general/gamma.rst +0 -0
- docs/source/general/general.rst docs/source/general/general.rst +0 -0
- docs/source/general/glossary.rst docs/source/general/glossary.rst +0 -0
- docs/source/general/monitors.rst docs/source/general/monitors.rst +0 -0
- docs/source/general/prefs.rst docs/source/general/prefs.rst +0 -0
- docs/source/general/projects.rst docs/source/general/projects.rst +0 -0
- docs/source/general/rendering.rst docs/source/general/rendering.rst +0 -0
- docs/source/general/timing/detectingFrameDrops.rst docs/source/general/timing/detectingFrameDrops.rst +0 -0
- docs/source/general/timing/millisecondPrecision.rst docs/source/general/timing/millisecondPrecision.rst +0 -0
- docs/source/general/timing/nonSlipTiming.rst docs/source/general/timing/nonSlipTiming.rst +0 -0
- docs/source/general/timing/reducingFrameDrops.rst docs/source/general/timing/reducingFrameDrops.rst +0 -0
- docs/source/general/timing/timing.rst docs/source/general/timing/timing.rst +0 -0
- docs/source/general/timing/timingTestByOS.rst docs/source/general/timing/timingTestByOS.rst +0 -0
- docs/source/general/units.rst docs/source/general/units.rst +0 -0
- docs/source/gettingStarted.rst docs/source/gettingStarted.rst +0 -0
- docs/source/images/BottOfScreen.jpg docs/source/images/BottOfScreen.jpg +0 -0
- docs/source/images/BuildingExperimentsCover_sm.jpg docs/source/images/BuildingExperimentsCover_sm.jpg +0 -0
- docs/source/images/TopOfScreen.jpg docs/source/images/TopOfScreen.jpg +0 -0
- docs/source/images/builder.png docs/source/images/builder.png +0 -0
- docs/source/images/builderViewIndexed.png docs/source/images/builderViewIndexed.png +0 -0
- docs/source/images/coder.gif docs/source/images/coder.gif +0 -0
- docs/source/images/coder.jpg docs/source/images/coder.jpg +0 -0
- docs/source/images/coder.png docs/source/images/coder.png +0 -0
- docs/source/images/coder_small.gif docs/source/images/coder_small.gif +0 -0
- docs/source/images/createProjDlg.png docs/source/images/createProjDlg.png +0 -0
- docs/source/images/demo_dots.jpg docs/source/images/demo_dots.jpg +0 -0
- docs/source/images/demo_elementArray.gif docs/source/images/demo_elementArray.gif +0 -0
- docs/source/images/demo_elementArray.png docs/source/images/demo_elementArray.png +0 -0
- docs/source/images/demo_face.jpg docs/source/images/demo_face.jpg +0 -0
- docs/source/images/demo_gui.jpg docs/source/images/demo_gui.jpg +0 -0
- docs/source/images/demo_mouse.jpg docs/source/images/demo_mouse.jpg +0 -0
- docs/source/images/demo_text.gif docs/source/images/demo_text.gif +0 -0
- docs/source/images/demo_text.png docs/source/images/demo_text.png +0 -0
- docs/source/images/dklSpace.png docs/source/images/dklSpace.png +0 -0
- docs/source/images/explorePav.png docs/source/images/explorePav.png +0 -0
- docs/source/images/face.jpg docs/source/images/face.jpg +0 -0
- docs/source/images/flowDiagram.png docs/source/images/flowDiagram.png +0 -0
- docs/source/images/foldersStimHTML.png docs/source/images/foldersStimHTML.png +0 -0
- docs/source/images/helloworld.png docs/source/images/helloworld.png +0 -0
- docs/source/images/pavlovHome.png docs/source/images/pavlovHome.png +0 -0
- docs/source/images/plaid_OSX.jpg docs/source/images/plaid_OSX.jpg +0 -0
- docs/source/images/projDlg.png docs/source/images/projDlg.png +0 -0
- docs/source/images/projThumb.png docs/source/images/projThumb.png +0 -0
- docs/source/images/searchDlgAnnot.png docs/source/images/searchDlgAnnot.png +0 -0
- docs/source/images/textdialog.png docs/source/images/textdialog.png +0 -0
- docs/source/images/unitsHeight.svg docs/source/images/unitsHeight.svg +0 -0
- docs/source/index.rst docs/source/index.rst +0 -0
- docs/source/installation.rst docs/source/installation.rst +0 -0
- docs/source/online/cautions.rst docs/source/online/cautions.rst +0 -0
- docs/source/online/fromBuilder.rst docs/source/online/fromBuilder.rst +0 -0
- docs/source/online/online.rst docs/source/online/online.rst +0 -0
- docs/source/online/psychojsCode.rst docs/source/online/psychojsCode.rst +0 -0
- docs/source/online/status.rst docs/source/online/status.rst +0 -0
- docs/source/online/syncOSF.rst docs/source/online/syncOSF.rst +0 -0
- docs/source/online/tech.rst docs/source/online/tech.rst +0 -0
- docs/source/psyexp.rst docs/source/psyexp.rst +0 -0
- docs/source/recipes/addCustomModules.rst docs/source/recipes/addCustomModules.rst +0 -0
- docs/source/recipes/animation.rst docs/source/recipes/animation.rst +0 -0
- docs/source/recipes/appFromScript.rst docs/source/recipes/appFromScript.rst +0 -0
- docs/source/recipes/builderFeedback.rst docs/source/recipes/builderFeedback.rst +0 -0
- docs/source/recipes/builderTerminateLoops.rst docs/source/recipes/builderTerminateLoops.rst +0 -0
- docs/source/recipes/classroomInstallation.rst docs/source/recipes/classroomInstallation.rst +0 -0
- docs/source/recipes/formattedStrings.rst docs/source/recipes/formattedStrings.rst +0 -0
- docs/source/recipes/interleaveStaircases.py docs/source/recipes/interleaveStaircases.py +0 -0
- docs/source/recipes/interleaveStaircases.rst docs/source/recipes/interleaveStaircases.rst +0 -0
- docs/source/recipes/isoluminance.rst docs/source/recipes/isoluminance.rst +0 -0
- docs/source/recipes/recipes.rst docs/source/recipes/recipes.rst +0 -0
- docs/source/recipes/webcam.rst docs/source/recipes/webcam.rst +0 -0
- docs/source/recipes/webcam_demo.py docs/source/recipes/webcam_demo.py +0 -0
- docs/source/resources/P4N-workshop.rst docs/source/resources/P4N-workshop.rst +0 -0
- docs/source/resources/jumpAnimate.gif docs/source/resources/jumpAnimate.gif +0 -0
- docs/source/resources/resources.rst docs/source/resources/resources.rst +0 -0
- docs/source/resources/scheduleBEP.png docs/source/resources/scheduleBEP.png +0 -0
- docs/source/resources/schedulePEP1.png docs/source/resources/schedulePEP1.png +0 -0
- docs/source/resources/schedulePEP2.png docs/source/resources/schedulePEP2.png +0 -0
- docs/source/resources/vss-workshop.rst docs/source/resources/vss-workshop.rst +0 -0
- docs/source/resources/workshops.rst docs/source/resources/workshops.rst +0 -0
- docs/source/screenshots.rst docs/source/screenshots.rst +0 -0
- docs/source/stroop.psyexp docs/source/stroop.psyexp +0 -0
- docs/source/troubleshooting.rst docs/source/troubleshooting.rst +0 -0
- docs/themes/__init__.py docs/themes/__init__.py +0 -0
- docs/themes/psychopy_bootstrap/globaltoc.html docs/themes/psychopy_bootstrap/globaltoc.html +0 -0
- docs/themes/psychopy_bootstrap/layout.html docs/themes/psychopy_bootstrap/layout.html +0 -0
- docs/themes/psychopy_bootstrap/localtoc.html docs/themes/psychopy_bootstrap/localtoc.html +0 -0
- docs/themes/psychopy_bootstrap/navbar.html docs/themes/psychopy_bootstrap/navbar.html +0 -0
- docs/themes/psychopy_bootstrap/navbarsearchbox.html docs/themes/psychopy_bootstrap/navbarsearchbox.html +0 -0
- docs/themes/psychopy_bootstrap/navbartoc.html docs/themes/psychopy_bootstrap/navbartoc.html +0 -0
- docs/themes/psychopy_bootstrap/relations.html docs/themes/psychopy_bootstrap/relations.html +0 -0
- docs/themes/psychopy_bootstrap/search.html docs/themes/psychopy_bootstrap/search.html +0 -0
- docs/themes/psychopy_bootstrap/searchbox.html docs/themes/psychopy_bootstrap/searchbox.html +0 -0
- docs/themes/psychopy_bootstrap/searchresults.html docs/themes/psychopy_bootstrap/searchresults.html +0 -0
- docs/themes/psychopy_bootstrap/sourcelink.html docs/themes/psychopy_bootstrap/sourcelink.html +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap-theme.css ..._bootstrap/static/bootstrap-3.3.7/css/bootstrap-theme.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap-theme.css.map ...tstrap/static/bootstrap-3.3.7/css/bootstrap-theme.css.map +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap-theme.min.css ...tstrap/static/bootstrap-3.3.7/css/bootstrap-theme.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap-theme.min.css.map ...ap/static/bootstrap-3.3.7/css/bootstrap-theme.min.css.map +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap.css ...ychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap.css.map ...py_bootstrap/static/bootstrap-3.3.7/css/bootstrap.css.map +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap.min.css ...py_bootstrap/static/bootstrap-3.3.7/css/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/css/bootstrap.min.css.map ...ootstrap/static/bootstrap-3.3.7/css/bootstrap.min.css.map +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.eot ...ic/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.eot +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.svg ...ic/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.svg +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf ...ic/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff ...c/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2 .../bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2 +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/js/bootstrap.js ...psychopy_bootstrap/static/bootstrap-3.3.7/js/bootstrap.js +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/js/bootstrap.min.js ...hopy_bootstrap/static/bootstrap-3.3.7/js/bootstrap.min.js +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-3.3.7/js/npm.js ...hemes/psychopy_bootstrap/static/bootstrap-3.3.7/js/npm.js +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-sphinx.css_t docs/themes/psychopy_bootstrap/static/bootstrap-sphinx.css_t +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-sphinx.js docs/themes/psychopy_bootstrap/static/bootstrap-sphinx.js +0 -0
- docs/themes/psychopy_bootstrap/static/bootstrap-sphinx.js_t docs/themes/psychopy_bootstrap/static/bootstrap-sphinx.js_t +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/cerulean/bootstrap.min.css ...tstrap/static/bootswatch-3.3.7/cerulean/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/cosmo/bootstrap.min.css ...bootstrap/static/bootswatch-3.3.7/cosmo/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/cyborg/bootstrap.min.css ...ootstrap/static/bootswatch-3.3.7/cyborg/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/darkly/bootstrap.min.css ...ootstrap/static/bootswatch-3.3.7/darkly/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/flatly/bootstrap.min.css ...ootstrap/static/bootswatch-3.3.7/flatly/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.eot ...c/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.eot +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.svg ...c/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.svg +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.ttf ...c/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.ttf +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.woff .../bootswatch-3.3.7/fonts/glyphicons-halflings-regular.woff +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/fonts/glyphicons-halflings-regular.woff2 ...bootswatch-3.3.7/fonts/glyphicons-halflings-regular.woff2 +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/journal/bootstrap.min.css ...otstrap/static/bootswatch-3.3.7/journal/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/lumen/bootstrap.min.css ...bootstrap/static/bootswatch-3.3.7/lumen/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/paper/bootstrap.min.css ...bootstrap/static/bootswatch-3.3.7/paper/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/readable/bootstrap.min.css ...tstrap/static/bootswatch-3.3.7/readable/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/sandstone/bootstrap.min.css ...strap/static/bootswatch-3.3.7/sandstone/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/simplex/bootstrap.min.css ...otstrap/static/bootswatch-3.3.7/simplex/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/slate/bootstrap.min.css ...bootstrap/static/bootswatch-3.3.7/slate/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/solar/bootstrap.min.css ...bootstrap/static/bootswatch-3.3.7/solar/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/spacelab/bootstrap.min.css ...tstrap/static/bootswatch-3.3.7/spacelab/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/superhero/bootstrap.min.css ...strap/static/bootswatch-3.3.7/superhero/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/united/bootstrap.min.css ...ootstrap/static/bootswatch-3.3.7/united/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/bootswatch-3.3.7/yeti/bootstrap.min.css ..._bootstrap/static/bootswatch-3.3.7/yeti/bootstrap.min.css +0 -0
- docs/themes/psychopy_bootstrap/static/js/jquery-1.11.0.min.js .../themes/psychopy_bootstrap/static/js/jquery-1.11.0.min.js +0 -0
- docs/themes/psychopy_bootstrap/static/js/jquery-fix.js docs/themes/psychopy_bootstrap/static/js/jquery-fix.js +0 -0
- docs/themes/psychopy_bootstrap/static/psychopy.css docs/themes/psychopy_bootstrap/static/psychopy.css +0 -0
- docs/themes/psychopy_bootstrap/static/psychopyLogoType_h480.png ...hemes/psychopy_bootstrap/static/psychopyLogoType_h480.png +0 -0
- docs/themes/psychopy_bootstrap/theme.conf docs/themes/psychopy_bootstrap/theme.conf +0 -0
- fileassoc.nsh fileassoc.nsh +0 -0
- gen_authors.py gen_authors.py +0 -0
- gource.cfg gource.cfg +0 -0
- gourceCaptions.txt gourceCaptions.txt +0 -0
- gourceMake.sh gourceMake.sh +0 -0
- iohub_docs/Makefile iohub_docs/Makefile +0 -0
- iohub_docs/_static/fav_io_32.ico iohub_docs/_static/fav_io_32.ico +0 -0
- iohub_docs/_static/favio16.ico iohub_docs/_static/favio16.ico +0 -0
- iohub_docs/_static/iofav.ico iohub_docs/_static/iofav.ico +0 -0
- iohub_docs/_static/logo_io.png iohub_docs/_static/logo_io.png +0 -0
- iohub_docs/_static/my-styles.css iohub_docs/_static/my-styles.css +0 -0
- iohub_docs/_templates/layout.html iohub_docs/_templates/layout.html +0 -0
- iohub_docs/_themes/LICENSE.txt iohub_docs/_themes/LICENSE.txt +0 -0
- iohub_docs/_themes/bootstrap/globaltoc.html iohub_docs/_themes/bootstrap/globaltoc.html +0 -0
- iohub_docs/_themes/bootstrap/layout.html iohub_docs/_themes/bootstrap/layout.html +0 -0
- iohub_docs/_themes/bootstrap/localtoc.html iohub_docs/_themes/bootstrap/localtoc.html +0 -0
- iohub_docs/_themes/bootstrap/relations.html iohub_docs/_themes/bootstrap/relations.html +0 -0
- iohub_docs/_themes/bootstrap/searchbox.html iohub_docs/_themes/bootstrap/searchbox.html +0 -0
- iohub_docs/_themes/bootstrap/sourcelink.html iohub_docs/_themes/bootstrap/sourcelink.html +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/css/bootstrap-responsive.css ...strap/static/bootstrap-2.3.1/css/bootstrap-responsive.css +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/css/bootstrap-responsive.min.css ...p/static/bootstrap-2.3.1/css/bootstrap-responsive.min.css +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/css/bootstrap.css ...themes/bootstrap/static/bootstrap-2.3.1/css/bootstrap.css +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/css/bootstrap.min.css ...es/bootstrap/static/bootstrap-2.3.1/css/bootstrap.min.css +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/img/glyphicons-halflings-white.png ...static/bootstrap-2.3.1/img/glyphicons-halflings-white.png +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/img/glyphicons-halflings.png ...strap/static/bootstrap-2.3.1/img/glyphicons-halflings.png +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/js/bootstrap.js .../_themes/bootstrap/static/bootstrap-2.3.1/js/bootstrap.js +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-2.3.1/js/bootstrap.min.js ...emes/bootstrap/static/bootstrap-2.3.1/js/bootstrap.min.js +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-sphinx.css_t iohub_docs/_themes/bootstrap/static/bootstrap-sphinx.css_t +0 -0
- iohub_docs/_themes/bootstrap/static/bootstrap-sphinx.js iohub_docs/_themes/bootstrap/static/bootstrap-sphinx.js +0 -0
- iohub_docs/_themes/bootstrap/static/js/jquery-1.9.1.js iohub_docs/_themes/bootstrap/static/js/jquery-1.9.1.js +0 -0
- iohub_docs/_themes/bootstrap/static/js/jquery-1.9.1.min.js iohub_docs/_themes/bootstrap/static/js/jquery-1.9.1.min.js +0 -0
- iohub_docs/_themes/bootstrap/static/js/jquery-fix.js iohub_docs/_themes/bootstrap/static/js/jquery-fix.js +0 -0
- iohub_docs/_themes/bootstrap/theme.conf iohub_docs/_themes/bootstrap/theme.conf +0 -0
- iohub_docs/conf.py iohub_docs/conf.py +0 -0
- iohub_docs/index.rst iohub_docs/index.rst +0 -0
- iohub_docs/iohub/api_and_manual/datastore/iodatastore_api.rst ...b_docs/iohub/api_and_manual/datastore/iodatastore_api.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/computer.rst iohub_docs/iohub/api_and_manual/device_details/computer.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/daq.rst iohub_docs/iohub/api_and_manual/device_details/daq.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/daq_interface/LabJack_Implementation_Notes.rst ...ce_details/daq_interface/LabJack_Implementation_Notes.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/daq_interface/MeasurementComputing_Implementation_Notes.rst ...q_interface/MeasurementComputing_Implementation_Notes.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_display.yaml .../device_details/default_yaml_configs/default_display.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_eventpublisher.yaml ..._details/default_yaml_configs/default_eventpublisher.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_experiment.yaml ...vice_details/default_yaml_configs/default_experiment.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_eyegaze_eyetracker.yaml ...ails/default_yaml_configs/default_eyegaze_eyetracker.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_eyelink_eyetracker.yaml ...ails/default_yaml_configs/default_eyelink_eyetracker.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_gamepad.yaml .../device_details/default_yaml_configs/default_gamepad.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_iviewx_eyetracker.yaml ...tails/default_yaml_configs/default_iviewx_eyetracker.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_keyboard.yaml ...device_details/default_yaml_configs/default_keyboard.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_labjack_ai.yaml ...vice_details/default_yaml_configs/default_labjack_ai.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_measurement_computing_ai.yaml ...efault_yaml_configs/default_measurement_computing_ai.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_mouse.yaml ...al/device_details/default_yaml_configs/default_mouse.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_remoteeventsubscriber.yaml ...s/default_yaml_configs/default_remoteeventsubscriber.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_tobii_eyetracker.yaml ...etails/default_yaml_configs/default_tobii_eyetracker.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_touch.yaml ...al/device_details/default_yaml_configs/default_touch.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/default_yaml_configs/default_xinput.yaml ...l/device_details/default_yaml_configs/default_xinput.yaml +0 -0
- iohub_docs/iohub/api_and_manual/device_details/display.rst iohub_docs/iohub/api_and_manual/device_details/display.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/event_pub_sub.rst ...ocs/iohub/api_and_manual/device_details/event_pub_sub.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/experiment.rst ...b_docs/iohub/api_and_manual/device_details/experiment.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/eyetracker.rst ...b_docs/iohub/api_and_manual/device_details/eyetracker.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/eyetracker_interface/LC_Technologies_Implementation_Notes.rst ...racker_interface/LC_Technologies_Implementation_Notes.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/eyetracker_interface/SMI_Implementation_Notes.rst ...details/eyetracker_interface/SMI_Implementation_Notes.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/eyetracker_interface/SR_Research_Implementation_Notes.rst ...eyetracker_interface/SR_Research_Implementation_Notes.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/eyetracker_interface/Tobii_Implementation_Notes.rst ...tails/eyetracker_interface/Tobii_Implementation_Notes.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/keyboard.rst iohub_docs/iohub/api_and_manual/device_details/keyboard.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/mouse.rst iohub_docs/iohub/api_and_manual/device_details/mouse.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/touch.rst iohub_docs/iohub/api_and_manual/device_details/touch.rst +0 -0
- iohub_docs/iohub/api_and_manual/device_details/xinput_gamepad.rst ...cs/iohub/api_and_manual/device_details/xinput_gamepad.rst +0 -0
- iohub_docs/iohub/api_and_manual/devices.rst iohub_docs/iohub/api_and_manual/devices.rst +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/config_files.rst ..._docs/iohub/api_and_manual/iohub_process/config_files.rst +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/example_experiment_config.yaml ...i_and_manual/iohub_process/example_experiment_config.yaml +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/example_iohub_config.yaml ...ub/api_and_manual/iohub_process/example_iohub_config.yaml +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/getting_connected.rst .../iohub/api_and_manual/iohub_process/getting_connected.rst +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/ioHubExperimentRuntime.rst ...b/api_and_manual/iohub_process/ioHubExperimentRuntime.rst +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/iohub_event_model.rst .../iohub/api_and_manual/iohub_process/iohub_event_model.rst +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/iohub_process.rst ...docs/iohub/api_and_manual/iohub_process/iohub_process.rst +0 -0
- iohub_docs/iohub/api_and_manual/iohub_process/launchHubServer.rst ...cs/iohub/api_and_manual/iohub_process/launchHubServer.rst +0 -0
- iohub_docs/iohub/api_and_manual/start_here.rst iohub_docs/iohub/api_and_manual/start_here.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities.rst iohub_docs/iohub/api_and_manual/utilities.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/condition_definitions.rst .../iohub/api_and_manual/utilities/condition_definitions.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/coord_gen_and_transform.rst ...ohub/api_and_manual/utilities/coord_gen_and_transform.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/dialogs.rst iohub_docs/iohub/api_and_manual/utilities/dialogs.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/exception.rst iohub_docs/iohub/api_and_manual/utilities/exception.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/misc.rst iohub_docs/iohub/api_and_manual/utilities/misc.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.ClearScreen.rst ..._and_manual/utilities/psychopy.iohub.util.ClearScreen.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.DeviceEventTrigger.rst ...nual/utilities/psychopy.iohub.util.DeviceEventTrigger.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.ExperimentVariableProvider.rst ...lities/psychopy.iohub.util.ExperimentVariableProvider.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.FileDialog.rst ...i_and_manual/utilities/psychopy.iohub.util.FileDialog.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.ImageScreen.rst ..._and_manual/utilities/psychopy.iohub.util.ImageScreen.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.InstructionScreen.rst ...anual/utilities/psychopy.iohub.util.InstructionScreen.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.MessageDialog.rst ...nd_manual/utilities/psychopy.iohub.util.MessageDialog.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.NumPyRingBuffer.rst ..._manual/utilities/psychopy.iohub.util.NumPyRingBuffer.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.ProgressBarDialog.rst ...anual/utilities/psychopy.iohub.util.ProgressBarDialog.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.ScreenState.rst ..._and_manual/utilities/psychopy.iohub.util.ScreenState.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.SinusoidalMotion.rst ...manual/utilities/psychopy.iohub.util.SinusoidalMotion.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.TimeTrigger.rst ..._and_manual/utilities/psychopy.iohub.util.TimeTrigger.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.exception_tools.createErrorResult.rst ...psychopy.iohub.util.exception_tools.createErrorResult.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.exception_tools.ioHubError.rst ...lities/psychopy.iohub.util.exception_tools.ioHubError.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.exception_tools.print2err.rst ...ilities/psychopy.iohub.util.exception_tools.print2err.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.exception_tools.printExceptionDetailsToStdErr.rst ...ub.util.exception_tools.printExceptionDetailsToStdErr.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.generatedPointGrid.rst ...nual/utilities/psychopy.iohub.util.generatedPointGrid.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.rotate2D.rst ...api_and_manual/utilities/psychopy.iohub.util.rotate2D.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/psychopy.iohub.util.win32MessagePump.rst ...manual/utilities/psychopy.iohub.util.win32MessagePump.rst +0 -0
- iohub_docs/iohub/api_and_manual/utilities/visual_utils.rst iohub_docs/iohub/api_and_manual/utilities/visual_utils.rst +0 -0
- iohub_docs/iohub/change_log.rst iohub_docs/iohub/change_log.rst +0 -0
- iohub_docs/iohub/credits.rst iohub_docs/iohub/credits.rst +0 -0
- iohub_docs/iohub/installation.rst iohub_docs/iohub/installation.rst +0 -0
- iohub_docs/iohub/iohubEventDelayTestResults_1.png iohub_docs/iohub/iohubEventDelayTestResults_1.png +0 -0
- iohub_docs/iohub/iohubEventDelayTestResults_2.png iohub_docs/iohub/iohubEventDelayTestResults_2.png +0 -0
- iohub_docs/iohub/iohubEventDelayTestResults_3.png iohub_docs/iohub/iohubEventDelayTestResults_3.png +0 -0
- iohub_docs/iohub/iohubEventDelayTestResults_4.png iohub_docs/iohub/iohubEventDelayTestResults_4.png +0 -0
- iohub_docs/iohub/license.rst iohub_docs/iohub/license.rst +0 -0
- iohub_docs/iohub/performance.rst iohub_docs/iohub/performance.rst +0 -0
- iohub_docs/iohub/quickstart.rst iohub_docs/iohub/quickstart.rst +0 -0
- iohub_docs/iohub/supported_devices.rst iohub_docs/iohub/supported_devices.rst +0 -0
- iohub_docs/searchindex.js iohub_docs/searchindex.js +0 -0
- iohub_docs/template.py iohub_docs/template.py +0 -0
- psychopy/CHANGELOG.txt psychopy/CHANGELOG.txt +0 -0
- psychopy/LICENSE.txt psychopy/LICENSE.txt +0 -0
- psychopy/LICENSES.txt psychopy/LICENSES.txt +0 -0
- psychopy/__init__.py psychopy/__init__.py +0 -0
- psychopy/_version.py psychopy/_version.py +0 -0
- psychopy/app/Resources/DejaVuSerif.ttf psychopy/app/Resources/DejaVuSerif.ttf +0 -0
- psychopy/app/Resources/README.txt psychopy/app/Resources/README.txt +0 -0
- psychopy/app/Resources/__init__.py psychopy/app/Resources/__init__.py +0 -0
- psychopy/app/Resources/add.png psychopy/app/Resources/add.png +0 -0
- psychopy/app/Resources/base.png psychopy/app/Resources/base.png +0 -0
- psychopy/app/Resources/base128.png psychopy/app/Resources/base128.png +0 -0
- psychopy/app/Resources/cogwindow128.png psychopy/app/Resources/cogwindow128.png +0 -0
- psychopy/app/Resources/cogwindow16.png psychopy/app/Resources/cogwindow16.png +0 -0
- psychopy/app/Resources/cogwindow32.png psychopy/app/Resources/cogwindow32.png +0 -0
- psychopy/app/Resources/color128.png psychopy/app/Resources/color128.png +0 -0
- psychopy/app/Resources/color16.png psychopy/app/Resources/color16.png +0 -0
- psychopy/app/Resources/color32.png psychopy/app/Resources/color32.png +0 -0
- psychopy/app/Resources/color32a.png psychopy/app/Resources/color32a.png +0 -0
- psychopy/app/Resources/compile128.png psychopy/app/Resources/compile128.png +0 -0
- psychopy/app/Resources/compile16.png psychopy/app/Resources/compile16.png +0 -0
- psychopy/app/Resources/compile32.png psychopy/app/Resources/compile32.png +0 -0
- psychopy/app/Resources/filenew128.png psychopy/app/Resources/filenew128.png +0 -0
- psychopy/app/Resources/filenew16.png psychopy/app/Resources/filenew16.png +0 -0
- psychopy/app/Resources/filenew32.png psychopy/app/Resources/filenew32.png +0 -0
- psychopy/app/Resources/fileopen128.png psychopy/app/Resources/fileopen128.png +0 -0
- psychopy/app/Resources/fileopen16.png psychopy/app/Resources/fileopen16.png +0 -0
- psychopy/app/Resources/fileopen32.png psychopy/app/Resources/fileopen32.png +0 -0
- psychopy/app/Resources/filesave128.png psychopy/app/Resources/filesave128.png +0 -0
- psychopy/app/Resources/filesave16.png psychopy/app/Resources/filesave16.png +0 -0
- psychopy/app/Resources/filesave32.png psychopy/app/Resources/filesave32.png +0 -0
- psychopy/app/Resources/filesaveas128.png psychopy/app/Resources/filesaveas128.png +0 -0
- psychopy/app/Resources/filesaveas16.png psychopy/app/Resources/filesaveas16.png +0 -0
- psychopy/app/Resources/filesaveas32.png psychopy/app/Resources/filesaveas32.png +0 -0
- psychopy/app/Resources/globe128.png psychopy/app/Resources/globe128.png +0 -0
- psychopy/app/Resources/globe16.png psychopy/app/Resources/globe16.png +0 -0
- psychopy/app/Resources/globe32.png psychopy/app/Resources/globe32.png +0 -0
- psychopy/app/Resources/info16.png psychopy/app/Resources/info16.png +0 -0
- psychopy/app/Resources/magnifier16.png psychopy/app/Resources/magnifier16.png +0 -0
- psychopy/app/Resources/monitors128.png psychopy/app/Resources/monitors128.png +0 -0
- psychopy/app/Resources/monitors16.png psychopy/app/Resources/monitors16.png +0 -0
- psychopy/app/Resources/monitors32.png psychopy/app/Resources/monitors32.png +0 -0
- psychopy/app/Resources/preferences128.png psychopy/app/Resources/preferences128.png +0 -0
- psychopy/app/Resources/preferences16.png psychopy/app/Resources/preferences16.png +0 -0
- psychopy/app/Resources/preferences32.png psychopy/app/Resources/preferences32.png +0 -0
- psychopy/app/Resources/psychopy.desktop psychopy/app/Resources/psychopy.desktop +0 -0
- psychopy/app/Resources/psychopy.icns psychopy/app/Resources/psychopy.icns +0 -0
- psychopy/app/Resources/psychopy.ico psychopy/app/Resources/psychopy.ico +0 -0
- psychopy/app/Resources/psychopy.png psychopy/app/Resources/psychopy.png +0 -0
- psychopy/app/Resources/psychopy.xml psychopy/app/Resources/psychopy.xml +0 -0
- psychopy/app/Resources/psychopySplash.png psychopy/app/Resources/psychopySplash.png +0 -0
- psychopy/app/Resources/redo128.png psychopy/app/Resources/redo128.png +0 -0
- psychopy/app/Resources/redo16.png psychopy/app/Resources/redo16.png +0 -0
- psychopy/app/Resources/redo32.png psychopy/app/Resources/redo32.png +0 -0
- psychopy/app/Resources/run128.png psychopy/app/Resources/run128.png +0 -0
- psychopy/app/Resources/run16.png psychopy/app/Resources/run16.png +0 -0
- psychopy/app/Resources/run32.png psychopy/app/Resources/run32.png +0 -0
- psychopy/app/Resources/stop128.png psychopy/app/Resources/stop128.png +0 -0
- psychopy/app/Resources/stop16.png psychopy/app/Resources/stop16.png +0 -0
- psychopy/app/Resources/stop32.png psychopy/app/Resources/stop32.png +0 -0
- psychopy/app/Resources/syncFlat16.png psychopy/app/Resources/syncFlat16.png +0 -0
- psychopy/app/Resources/syncFlat32.png psychopy/app/Resources/syncFlat32.png +0 -0
- psychopy/app/Resources/sync_green16.png psychopy/app/Resources/sync_green16.png +0 -0
- psychopy/app/Resources/tips.txt psychopy/app/Resources/tips.txt +0 -0
- psychopy/app/Resources/tips_ja_JP.txt psychopy/app/Resources/tips_ja_JP.txt +0 -0
- psychopy/app/Resources/undo128.png psychopy/app/Resources/undo128.png +0 -0
- psychopy/app/Resources/undo16.png psychopy/app/Resources/undo16.png +0 -0
- psychopy/app/Resources/undo32.png psychopy/app/Resources/undo32.png +0 -0
- psychopy/app/Resources/user128.png psychopy/app/Resources/user128.png +0 -0
- psychopy/app/Resources/user128invisible.png psychopy/app/Resources/user128invisible.png +0 -0
- psychopy/app/Resources/user16.png psychopy/app/Resources/user16.png +0 -0
- psychopy/app/Resources/user22.png psychopy/app/Resources/user22.png +0 -0
- psychopy/app/Resources/user32.png psychopy/app/Resources/user32.png +0 -0
- psychopy/app/Resources/view-refresh-4.png psychopy/app/Resources/view-refresh-4.png +0 -0
- psychopy/app/Resources/view-refresh.png psychopy/app/Resources/view-refresh.png +0 -0
- psychopy/app/Resources/view-refresh90.png psychopy/app/Resources/view-refresh90.png +0 -0
- psychopy/app/__init__.py psychopy/app/__init__.py +0 -0
- psychopy/app/_psychopyApp.py psychopy/app/_psychopyApp.py +0 -0
- psychopy/app/appData.spec psychopy/app/appData.spec +0 -0
- psychopy/app/builder/__init__.py psychopy/app/builder/__init__.py +0 -0
- psychopy/app/builder/builder.py psychopy/app/builder/builder.py +0 -0
- psychopy/app/builder/dialogs/__init__.py psychopy/app/builder/dialogs/__init__.py +0 -0
- psychopy/app/builder/dialogs/dlgsCode.py psychopy/app/builder/dialogs/dlgsCode.py +0 -0
- psychopy/app/builder/dialogs/dlgsConditions.py psychopy/app/builder/dialogs/dlgsConditions.py +0 -0
- psychopy/app/builder/flow.py psychopy/app/builder/flow.py +0 -0
- psychopy/app/builder/localizedStrings.py psychopy/app/builder/localizedStrings.py +0 -0
- psychopy/app/builder/validators.py psychopy/app/builder/validators.py +0 -0
- psychopy/app/coder/__init__.py psychopy/app/coder/__init__.py +0 -0
- psychopy/app/coder/codeEditorBase.py psychopy/app/coder/codeEditorBase.py +0 -0
- psychopy/app/coder/coder.py psychopy/app/coder/coder.py +0 -0
- psychopy/app/coder/psychoParser.py psychopy/app/coder/psychoParser.py +0 -0
- psychopy/app/connections/__init__.py psychopy/app/connections/__init__.py +0 -0
- psychopy/app/connections/news.py psychopy/app/connections/news.py +0 -0
- psychopy/app/connections/sendusage.py psychopy/app/connections/sendusage.py +0 -0
- psychopy/app/connections/updates.py psychopy/app/connections/updates.py +0 -0
- psychopy/app/dialogs.py psychopy/app/dialogs.py +0 -0
- psychopy/app/frametracker.py psychopy/app/frametracker.py +0 -0
- psychopy/app/icons.py psychopy/app/icons.py +0 -0
- psychopy/app/idle.py psychopy/app/idle.py +0 -0
- psychopy/app/ipythonShell.py psychopy/app/ipythonShell.py +0 -0
- psychopy/app/locale/ar_EG/LC_MESSAGE/messages.mo psychopy/app/locale/ar_EG/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ar_EG/LC_MESSAGE/messages.po psychopy/app/locale/ar_EG/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/cs_CZ/LC_MESSAGE/messages.mo psychopy/app/locale/cs_CZ/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/cs_CZ/LC_MESSAGE/messages.po psychopy/app/locale/cs_CZ/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/da_DK/LC_MESSAGE/messages.mo psychopy/app/locale/da_DK/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/da_DK/LC_MESSAGE/messages.po psychopy/app/locale/da_DK/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/de_DE/LC_MESSAGE/messages.mo psychopy/app/locale/de_DE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/de_DE/LC_MESSAGE/messages.po psychopy/app/locale/de_DE/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/el_GR/LC_MESSAGE/messages.mo psychopy/app/locale/el_GR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/el_GR/LC_MESSAGE/messages.po psychopy/app/locale/el_GR/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/en_NZ/LC_MESSAGE/messages.mo psychopy/app/locale/en_NZ/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/en_NZ/LC_MESSAGE/messages.po psychopy/app/locale/en_NZ/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/en_US/LC_MESSAGE/messages.mo psychopy/app/locale/en_US/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/en_US/LC_MESSAGE/messages.po psychopy/app/locale/en_US/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/es_ES/LC_MESSAGE/messages.mo psychopy/app/locale/es_ES/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_ES/LC_MESSAGE/messages.po psychopy/app/locale/es_ES/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/fa_IR/LC_MESSAGE/messages.mo psychopy/app/locale/fa_IR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fa_IR/LC_MESSAGE/messages.po psychopy/app/locale/fa_IR/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/fi_FI/LC_MESSAGE/messages.mo psychopy/app/locale/fi_FI/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fi_FI/LC_MESSAGE/messages.po psychopy/app/locale/fi_FI/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/fr_FR/LC_MESSAGE/messages.mo psychopy/app/locale/fr_FR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fr_FR/LC_MESSAGE/messages.po psychopy/app/locale/fr_FR/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/he_IL/LC_MESSAGE/messages.mo psychopy/app/locale/he_IL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/he_IL/LC_MESSAGE/messages.po psychopy/app/locale/he_IL/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/hi_IN/LC_MESSAGE/messages.mo psychopy/app/locale/hi_IN/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/hi_IN/LC_MESSAGE/messages.po psychopy/app/locale/hi_IN/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/hu_HU/LC_MESSAGE/messages.mo psychopy/app/locale/hu_HU/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/hu_HU/LC_MESSAGE/messages.po psychopy/app/locale/hu_HU/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/it_IT/LC_MESSAGE/messages.mo psychopy/app/locale/it_IT/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/it_IT/LC_MESSAGE/messages.po psychopy/app/locale/it_IT/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/ja_JP/LC_MESSAGE/messages.mo psychopy/app/locale/ja_JP/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ja_JP/LC_MESSAGE/messages.po psychopy/app/locale/ja_JP/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/ko_KR/LC_MESSAGE/messages.mo psychopy/app/locale/ko_KR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ko_KR/LC_MESSAGE/messages.po psychopy/app/locale/ko_KR/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/ms_MY/LC_MESSAGE/messages.mo psychopy/app/locale/ms_MY/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ms_MY/LC_MESSAGE/messages.po psychopy/app/locale/ms_MY/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/nl_NL/LC_MESSAGE/messages.mo psychopy/app/locale/nl_NL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/nl_NL/LC_MESSAGE/messages.po psychopy/app/locale/nl_NL/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/nn_NO/LC_MESSAGE/messages.mo psychopy/app/locale/nn_NO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/nn_NO/LC_MESSAGE/messages.po psychopy/app/locale/nn_NO/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/pl_PL/LC_MESSAGE/messages.mo psychopy/app/locale/pl_PL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pl_PL/LC_MESSAGE/messages.po psychopy/app/locale/pl_PL/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/pt_PT/LC_MESSAGE/messages.mo psychopy/app/locale/pt_PT/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pt_PT/LC_MESSAGE/messages.po psychopy/app/locale/pt_PT/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/ro_RO/LC_MESSAGE/messages.mo psychopy/app/locale/ro_RO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ro_RO/LC_MESSAGE/messages.po psychopy/app/locale/ro_RO/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/ru_RU/LC_MESSAGE/messages.mo psychopy/app/locale/ru_RU/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ru_RU/LC_MESSAGE/messages.po psychopy/app/locale/ru_RU/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/sv_SE/LC_MESSAGE/messages.mo psychopy/app/locale/sv_SE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/sv_SE/LC_MESSAGE/messages.po psychopy/app/locale/sv_SE/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/tr_TR/LC_MESSAGE/messages.mo psychopy/app/locale/tr_TR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/tr_TR/LC_MESSAGE/messages.po psychopy/app/locale/tr_TR/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/messages.mo psychopy/app/locale/zh_CN/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/messages.po psychopy/app/locale/zh_CN/LC_MESSAGE/messages.po +0 -0
- psychopy/app/locale/zh_TW/LC_MESSAGE/messages.mo psychopy/app/locale/zh_TW/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/zh_TW/LC_MESSAGE/messages.po psychopy/app/locale/zh_TW/LC_MESSAGE/messages.po +0 -0
- psychopy/app/pavlovia_ui/__init__.py psychopy/app/pavlovia_ui/__init__.py +0 -0
- psychopy/app/pavlovia_ui/_base.py psychopy/app/pavlovia_ui/_base.py +0 -0
- psychopy/app/pavlovia_ui/functions.py psychopy/app/pavlovia_ui/functions.py +0 -0
- psychopy/app/pavlovia_ui/menu.py psychopy/app/pavlovia_ui/menu.py +0 -0
- psychopy/app/pavlovia_ui/project.py psychopy/app/pavlovia_ui/project.py +0 -0
- psychopy/app/pavlovia_ui/search.py psychopy/app/pavlovia_ui/search.py +0 -0
- psychopy/app/pavlovia_ui/sync.py psychopy/app/pavlovia_ui/sync.py +0 -0
- psychopy/app/pavlovia_ui/toolbar.py psychopy/app/pavlovia_ui/toolbar.py +0 -0
- psychopy/app/pavlovia_ui/user.py psychopy/app/pavlovia_ui/user.py +0 -0
- psychopy/app/preferencesDlg.py psychopy/app/preferencesDlg.py +0 -0
- psychopy/app/psychopyApp.py psychopy/app/psychopyApp.py +0 -0
- psychopy/app/stdOutRich.py psychopy/app/stdOutRich.py +0 -0
- psychopy/app/urls.py psychopy/app/urls.py +0 -0
- psychopy/app/utils.py psychopy/app/utils.py +0 -0
- psychopy/app/viewer/__init__.py psychopy/app/viewer/__init__.py +0 -0
- psychopy/clock.py psychopy/clock.py +0 -0
- psychopy/colors.py psychopy/colors.py +0 -0
- psychopy/compatibility.py psychopy/compatibility.py +0 -0
- psychopy/constants.py psychopy/constants.py +0 -0
- psychopy/contrib/__init__.py psychopy/contrib/__init__.py +0 -0
- psychopy/contrib/configobj/LICENSE psychopy/contrib/configobj/LICENSE +0 -0
- psychopy/contrib/configobj/__init__.py psychopy/contrib/configobj/__init__.py +0 -0
- psychopy/contrib/configobj/_version.py psychopy/contrib/configobj/_version.py +0 -0
- psychopy/contrib/configobj/validate.py psychopy/contrib/configobj/validate.py +0 -0
- psychopy/contrib/lazy_import.py psychopy/contrib/lazy_import.py +0 -0
- psychopy/contrib/mseq.py psychopy/contrib/mseq.py +0 -0
- psychopy/contrib/mseqSearch.py psychopy/contrib/mseqSearch.py +0 -0
- psychopy/contrib/psi.py psychopy/contrib/psi.py +0 -0
- psychopy/contrib/quest.py psychopy/contrib/quest.py +0 -0
- psychopy/contrib/tesselate.py psychopy/contrib/tesselate.py +0 -0
- psychopy/core.py psychopy/core.py +0 -0
- psychopy/data/__init__.py psychopy/data/__init__.py +0 -0
- psychopy/data/base.py psychopy/data/base.py +0 -0
- psychopy/data/experiment.py psychopy/data/experiment.py +0 -0
- psychopy/data/fit.py psychopy/data/fit.py +0 -0
- psychopy/data/staircase.py psychopy/data/staircase.py +0 -0
- psychopy/data/trial.py psychopy/data/trial.py +0 -0
- psychopy/data/utils.py psychopy/data/utils.py +0 -0
- psychopy/demos/__init__.py psychopy/demos/__init__.py +0 -0
- psychopy/demos/builder/BART/README.txt psychopy/demos/builder/BART/README.txt +0 -0
- psychopy/demos/builder/BART/balloons.xlsx psychopy/demos/builder/BART/balloons.xlsx +0 -0
- psychopy/demos/builder/BART/bang.wav psychopy/demos/builder/BART/bang.wav +0 -0
- psychopy/demos/builder/BART/bart.psyexp psychopy/demos/builder/BART/bart.psyexp +0 -0
- psychopy/demos/builder/BART/blueBalloon.png psychopy/demos/builder/BART/blueBalloon.png +0 -0
- psychopy/demos/builder/BART/greenBalloon.png psychopy/demos/builder/BART/greenBalloon.png +0 -0
- psychopy/demos/builder/BART/redBalloon.png psychopy/demos/builder/BART/redBalloon.png +0 -0
- psychopy/demos/builder/BART/trialTypes.xlsx psychopy/demos/builder/BART/trialTypes.xlsx +0 -0
- psychopy/demos/builder/BigFiveInventory/Form.psyexp psychopy/demos/builder/BigFiveInventory/Form.psyexp +0 -0
- psychopy/demos/builder/BigFiveInventory/README.txt psychopy/demos/builder/BigFiveInventory/README.txt +0 -0
- psychopy/demos/builder/BigFiveInventory/bigFiveItems.csv psychopy/demos/builder/BigFiveInventory/bigFiveItems.csv +0 -0
- psychopy/demos/builder/BigFiveInventory/demographics.csv psychopy/demos/builder/BigFiveInventory/demographics.csv +0 -0
- psychopy/demos/builder/README.txt psychopy/demos/builder/README.txt +0 -0
- psychopy/demos/builder/__init__.py psychopy/demos/builder/__init__.py +0 -0
- psychopy/demos/builder/branchedExp/README.txt psychopy/demos/builder/branchedExp/README.txt +0 -0
- psychopy/demos/builder/branchedExp/branching.psyexp psychopy/demos/builder/branchedExp/branching.psyexp +0 -0
- psychopy/demos/builder/branchedExp/trialTypes.xlsx psychopy/demos/builder/branchedExp/trialTypes.xlsx +0 -0
- psychopy/demos/builder/envelopeGratings/EnvelopeGratingExample.psyexp ...os/builder/envelopeGratings/EnvelopeGratingExample.psyexp +0 -0
- psychopy/demos/builder/images_blocks/README.txt psychopy/demos/builder/images_blocks/README.txt +0 -0
- psychopy/demos/builder/images_blocks/blockedTrials.psyexp psychopy/demos/builder/images_blocks/blockedTrials.psyexp +0 -0
- psychopy/demos/builder/images_blocks/chooseBlock.csv psychopy/demos/builder/images_blocks/chooseBlock.csv +0 -0
- psychopy/demos/builder/images_blocks/facesBlock.csv psychopy/demos/builder/images_blocks/facesBlock.csv +0 -0
- psychopy/demos/builder/images_blocks/housesBlock.csv psychopy/demos/builder/images_blocks/housesBlock.csv +0 -0
- psychopy/demos/builder/images_blocks/stims/face01.jpg psychopy/demos/builder/images_blocks/stims/face01.jpg +0 -0
- psychopy/demos/builder/images_blocks/stims/face02.jpg psychopy/demos/builder/images_blocks/stims/face02.jpg +0 -0
- psychopy/demos/builder/images_blocks/stims/face03.jpg psychopy/demos/builder/images_blocks/stims/face03.jpg +0 -0
- psychopy/demos/builder/images_blocks/stims/house01.jpg psychopy/demos/builder/images_blocks/stims/house01.jpg +0 -0
- psychopy/demos/builder/images_blocks/stims/house02.jpg psychopy/demos/builder/images_blocks/stims/house02.jpg +0 -0
- psychopy/demos/builder/images_blocks/stims/house03.jpg psychopy/demos/builder/images_blocks/stims/house03.jpg +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/LC_eyegaze_std.yaml ...emos/builder/iohub/stroop_eyetracking/LC_eyegaze_std.yaml +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/README.txt psychopy/demos/builder/iohub/stroop_eyetracking/README.txt +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/SMI_iview_std.yaml ...demos/builder/iohub/stroop_eyetracking/SMI_iview_std.yaml +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/SRR_eyelink_std.yaml ...mos/builder/iohub/stroop_eyetracking/SRR_eyelink_std.yaml +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/stroop.psyexp ...hopy/demos/builder/iohub/stroop_eyetracking/stroop.psyexp +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/tobii_std.yaml ...opy/demos/builder/iohub/stroop_eyetracking/tobii_std.yaml +0 -0
- psychopy/demos/builder/iohub/stroop_eyetracking/trialTypes.xlsx ...py/demos/builder/iohub/stroop_eyetracking/trialTypes.xlsx +0 -0
- psychopy/demos/builder/iohub/stroop_keyboard/README.txt psychopy/demos/builder/iohub/stroop_keyboard/README.txt +0 -0
- psychopy/demos/builder/iohub/stroop_keyboard/iohub_config.yaml ...opy/demos/builder/iohub/stroop_keyboard/iohub_config.yaml +0 -0
- psychopy/demos/builder/iohub/stroop_keyboard/stroop.psyexp psychopy/demos/builder/iohub/stroop_keyboard/stroop.psyexp +0 -0
- psychopy/demos/builder/iohub/stroop_keyboard/trialTypes.xlsx psychopy/demos/builder/iohub/stroop_keyboard/trialTypes.xlsx +0 -0
- psychopy/demos/builder/keyNameFinder/README.txt psychopy/demos/builder/keyNameFinder/README.txt +0 -0
- psychopy/demos/builder/keyNameFinder/keyNameFinder.psyexp psychopy/demos/builder/keyNameFinder/keyNameFinder.psyexp +0 -0
- psychopy/demos/builder/mental_rotation/F.png psychopy/demos/builder/mental_rotation/F.png +0 -0
- psychopy/demos/builder/mental_rotation/FR.png psychopy/demos/builder/mental_rotation/FR.png +0 -0
- psychopy/demos/builder/mental_rotation/MentalRot.csv psychopy/demos/builder/mental_rotation/MentalRot.csv +0 -0
- psychopy/demos/builder/mental_rotation/MentalRot.psyexp psychopy/demos/builder/mental_rotation/MentalRot.psyexp +0 -0
- psychopy/demos/builder/mental_rotation/README.txt psychopy/demos/builder/mental_rotation/README.txt +0 -0
- psychopy/demos/builder/navon/NavonTask.psyexp psychopy/demos/builder/navon/NavonTask.psyexp +0 -0
- psychopy/demos/builder/navon/README.txt psychopy/demos/builder/navon/README.txt +0 -0
- psychopy/demos/builder/navon/bigHsmallH.png psychopy/demos/builder/navon/bigHsmallH.png +0 -0
- psychopy/demos/builder/navon/bigHsmallS.png psychopy/demos/builder/navon/bigHsmallS.png +0 -0
- psychopy/demos/builder/navon/bigSsmallH.png psychopy/demos/builder/navon/bigSsmallH.png +0 -0
- psychopy/demos/builder/navon/bigSsmallS.png psychopy/demos/builder/navon/bigSsmallS.png +0 -0
- psychopy/demos/builder/navon/mask.png psychopy/demos/builder/navon/mask.png +0 -0
- psychopy/demos/builder/navon/stimuli.pptx psychopy/demos/builder/navon/stimuli.pptx +0 -0
- psychopy/demos/builder/navon/trialTypes.xlsx psychopy/demos/builder/navon/trialTypes.xlsx +0 -0
- psychopy/demos/builder/noiseStimuli/NoiseExample.psyexp psychopy/demos/builder/noiseStimuli/NoiseExample.psyexp +0 -0
- psychopy/demos/builder/noiseStimuli/face.jpg psychopy/demos/builder/noiseStimuli/face.jpg +0 -0
- psychopy/demos/builder/practical IAT/All.csv psychopy/demos/builder/practical IAT/All.csv +0 -0
- psychopy/demos/builder/practical IAT/All_rev.csv psychopy/demos/builder/practical IAT/All_rev.csv +0 -0
- psychopy/demos/builder/practical IAT/Creat_Prac.csv psychopy/demos/builder/practical IAT/Creat_Prac.csv +0 -0
- psychopy/demos/builder/practical IAT/Creat_Prac_rev.csv psychopy/demos/builder/practical IAT/Creat_Prac_rev.csv +0 -0
- psychopy/demos/builder/practical IAT/Good_Bad.csv psychopy/demos/builder/practical IAT/Good_Bad.csv +0 -0
- psychopy/demos/builder/practical IAT/IAT.psyexp psychopy/demos/builder/practical IAT/IAT.psyexp +0 -0
- psychopy/demos/builder/practical IAT/README.TXT psychopy/demos/builder/practical IAT/README.TXT +0 -0
- psychopy/demos/builder/practical IAT/scoreIAT.py psychopy/demos/builder/practical IAT/scoreIAT.py +0 -0
- psychopy/demos/builder/psychophysicsStaircase/README.txt psychopy/demos/builder/psychophysicsStaircase/README.txt +0 -0
- psychopy/demos/builder/psychophysicsStaircase/psychophysicsStaircase.psyexp ...lder/psychophysicsStaircase/psychophysicsStaircase.psyexp +0 -0
- psychopy/demos/builder/psychophysicsStairsInterleaved/README.txt ...y/demos/builder/psychophysicsStairsInterleaved/README.txt +0 -0
- psychopy/demos/builder/psychophysicsStairsInterleaved/interleaved_SF_contrast.psyexp ...hophysicsStairsInterleaved/interleaved_SF_contrast.psyexp +0 -0
- psychopy/demos/builder/psychophysicsStairsInterleaved/stairDefinitions.xlsx ...lder/psychophysicsStairsInterleaved/stairDefinitions.xlsx +0 -0
- psychopy/demos/builder/pump/README.txt psychopy/demos/builder/pump/README.txt +0 -0
- psychopy/demos/builder/pump/bubble_cycle.psyexp psychopy/demos/builder/pump/bubble_cycle.psyexp +0 -0
- psychopy/demos/builder/ratingScales/conditions.pkl psychopy/demos/builder/ratingScales/conditions.pkl +0 -0
- psychopy/demos/builder/ratingScales/ratingScaleBuilder.psyexp ...hopy/demos/builder/ratingScales/ratingScaleBuilder.psyexp +0 -0
- psychopy/demos/builder/ratingsNew/README.txt psychopy/demos/builder/ratingsNew/README.txt +0 -0
- psychopy/demos/builder/ratingsNew/fruitConditions.xlsx psychopy/demos/builder/ratingsNew/fruitConditions.xlsx +0 -0
- psychopy/demos/builder/ratingsNew/ratingsNew.psyexp psychopy/demos/builder/ratingsNew/ratingsNew.psyexp +0 -0
- psychopy/demos/builder/sternberg/README.txt psychopy/demos/builder/sternberg/README.txt +0 -0
- psychopy/demos/builder/sternberg/mainTrials.xlsx psychopy/demos/builder/sternberg/mainTrials.xlsx +0 -0
- psychopy/demos/builder/sternberg/pracTrials.xlsx psychopy/demos/builder/sternberg/pracTrials.xlsx +0 -0
- psychopy/demos/builder/sternberg/sternberg.psyexp psychopy/demos/builder/sternberg/sternberg.psyexp +0 -0
- psychopy/demos/builder/stroop/README.txt psychopy/demos/builder/stroop/README.txt +0 -0
- psychopy/demos/builder/stroop/stroop.psyexp psychopy/demos/builder/stroop/stroop.psyexp +0 -0
- psychopy/demos/builder/stroop/trialTypes.xls psychopy/demos/builder/stroop/trialTypes.xls +0 -0
- psychopy/demos/builder/stroopExtended/README.txt psychopy/demos/builder/stroopExtended/README.txt +0 -0
- psychopy/demos/builder/stroopExtended/stroop.psyexp psychopy/demos/builder/stroopExtended/stroop.psyexp +0 -0
- psychopy/demos/builder/stroopExtended/stroopReverse.psyexp psychopy/demos/builder/stroopExtended/stroopReverse.psyexp +0 -0
- psychopy/demos/builder/stroopExtended/trialTypes.xlsx psychopy/demos/builder/stroopExtended/trialTypes.xlsx +0 -0
- psychopy/demos/builder/stroopExtended/trialTypesReverse.xlsx psychopy/demos/builder/stroopExtended/trialTypesReverse.xlsx +0 -0
- psychopy/demos/builder/voiceCapture/voiceCapture.psyexp psychopy/demos/builder/voiceCapture/voiceCapture.psyexp +0 -0
- psychopy/demos/builder/word_naming/conditions.csv psychopy/demos/builder/word_naming/conditions.csv +0 -0
- psychopy/demos/builder/word_naming/word_naming.psyexp psychopy/demos/builder/word_naming/word_naming.psyexp +0 -0
- psychopy/demos/coder/__init__.py psychopy/demos/coder/__init__.py +0 -0
- psychopy/demos/coder/basic/global_event_keys.py psychopy/demos/coder/basic/global_event_keys.py +0 -0
- psychopy/demos/coder/basic/hello_world.py psychopy/demos/coder/basic/hello_world.py +0 -0
- psychopy/demos/coder/csvFromPsydat.py psychopy/demos/coder/csvFromPsydat.py +0 -0
- psychopy/demos/coder/experiment control/JND_staircase_analysis.py .../demos/coder/experiment control/JND_staircase_analysis.py +0 -0
- psychopy/demos/coder/experiment control/JND_staircase_exp.py psychopy/demos/coder/experiment control/JND_staircase_exp.py +0 -0
- psychopy/demos/coder/experiment control/TrialHandler.py psychopy/demos/coder/experiment control/TrialHandler.py +0 -0
- psychopy/demos/coder/experiment control/TrialHandler2.py psychopy/demos/coder/experiment control/TrialHandler2.py +0 -0
- psychopy/demos/coder/experiment control/__init__.py psychopy/demos/coder/experiment control/__init__.py +0 -0
- psychopy/demos/coder/experiment control/autoDraw_autoLog.py psychopy/demos/coder/experiment control/autoDraw_autoLog.py +0 -0
- psychopy/demos/coder/experiment control/experimentHandler.py psychopy/demos/coder/experiment control/experimentHandler.py +0 -0
- psychopy/demos/coder/experiment control/fMRI_launchScan.py psychopy/demos/coder/experiment control/fMRI_launchScan.py +0 -0
- psychopy/demos/coder/experiment control/gammaMotionAnalysis.py ...opy/demos/coder/experiment control/gammaMotionAnalysis.py +0 -0
- psychopy/demos/coder/experiment control/gammaMotionNull.py psychopy/demos/coder/experiment control/gammaMotionNull.py +0 -0
- psychopy/demos/coder/experiment control/logFiles.py psychopy/demos/coder/experiment control/logFiles.py +0 -0
- psychopy/demos/coder/experiment control/runtimeInfo.py psychopy/demos/coder/experiment control/runtimeInfo.py +0 -0
- psychopy/demos/coder/hardware/CRS_BitsBox.py psychopy/demos/coder/hardware/CRS_BitsBox.py +0 -0
- psychopy/demos/coder/hardware/CRS_BitsPlusPlus.py psychopy/demos/coder/hardware/CRS_BitsPlusPlus.py +0 -0
- psychopy/demos/coder/hardware/RiftHeadTrackingExample.py psychopy/demos/coder/hardware/RiftHeadTrackingExample.py +0 -0
- psychopy/demos/coder/hardware/RiftMinimal.py psychopy/demos/coder/hardware/RiftMinimal.py +0 -0
- psychopy/demos/coder/hardware/__init__.py psychopy/demos/coder/hardware/__init__.py +0 -0
- psychopy/demos/coder/hardware/cedrusRB730.py psychopy/demos/coder/hardware/cedrusRB730.py +0 -0
- psychopy/demos/coder/hardware/crsBitsAdvancedDemo.py psychopy/demos/coder/hardware/crsBitsAdvancedDemo.py +0 -0
- psychopy/demos/coder/hardware/egi_netstation.py psychopy/demos/coder/hardware/egi_netstation.py +0 -0
- psychopy/demos/coder/hardware/ioLab_bbox.py psychopy/demos/coder/hardware/ioLab_bbox.py +0 -0
- psychopy/demos/coder/hardware/labjack_u3.py psychopy/demos/coder/hardware/labjack_u3.py +0 -0
- psychopy/demos/coder/hardware/monitorDemo.py psychopy/demos/coder/hardware/monitorDemo.py +0 -0
- psychopy/demos/coder/hardware/parallelPortOutput.py psychopy/demos/coder/hardware/parallelPortOutput.py +0 -0
- psychopy/demos/coder/hardware/qmixPump.py psychopy/demos/coder/hardware/qmixPump.py +0 -0
- psychopy/demos/coder/hardware/testSoundLatency.py psychopy/demos/coder/hardware/testSoundLatency.py +0 -0
- psychopy/demos/coder/input/GUI.py psychopy/demos/coder/input/GUI.py +0 -0
- psychopy/demos/coder/input/__init__.py psychopy/demos/coder/input/__init__.py +0 -0
- psychopy/demos/coder/input/customMouse.py psychopy/demos/coder/input/customMouse.py +0 -0
- psychopy/demos/coder/input/joystick_universal.py psychopy/demos/coder/input/joystick_universal.py +0 -0
- psychopy/demos/coder/input/keyboardNEW.py psychopy/demos/coder/input/keyboardNEW.py +0 -0
- psychopy/demos/coder/input/keyboard_getPygletKeycodes.py psychopy/demos/coder/input/keyboard_getPygletKeycodes.py +0 -0
- psychopy/demos/coder/input/latencyFromTone.py psychopy/demos/coder/input/latencyFromTone.py +0 -0
- psychopy/demos/coder/input/mic.png psychopy/demos/coder/input/mic.png +0 -0
- psychopy/demos/coder/input/mouse.py psychopy/demos/coder/input/mouse.py +0 -0
- psychopy/demos/coder/input/what_key.py psychopy/demos/coder/input/what_key.py +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/experiment_config.yaml ...s/coder/iohub/eyetracking/gcCursor/experiment_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/images/canal.jpg ...y/demos/coder/iohub/eyetracking/gcCursor/images/canal.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/images/fall.jpg ...py/demos/coder/iohub/eyetracking/gcCursor/images/fall.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/images/lake.jpg ...py/demos/coder/iohub/eyetracking/gcCursor/images/lake.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/images/party.jpg ...y/demos/coder/iohub/eyetracking/gcCursor/images/party.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/images/swimming.jpg ...emos/coder/iohub/eyetracking/gcCursor/images/swimming.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/iohub_config.yaml .../demos/coder/iohub/eyetracking/gcCursor/iohub_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/run.py psychopy/demos/coder/iohub/eyetracking/gcCursor/run.py +0 -0
- psychopy/demos/coder/iohub/eyetracking/gcCursor/trial_conditions.xlsx ...os/coder/iohub/eyetracking/gcCursor/trial_conditions.xlsx +0 -0
- psychopy/demos/coder/iohub/eyetracking/gp3_simple.py psychopy/demos/coder/iohub/eyetracking/gp3_simple.py +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/experiment_config.yaml ...er/iohub/eyetracking/selectTracker/experiment_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/eyetracker_configs/eyelink_config.yaml ...king/selectTracker/eyetracker_configs/eyelink_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/eyetracker_configs/gazepoint_config.yaml ...ng/selectTracker/eyetracker_configs/gazepoint_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/eyetracker_configs/iviewx_config.yaml ...cking/selectTracker/eyetracker_configs/iviewx_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/eyetracker_configs/tobii_config.yaml ...acking/selectTracker/eyetracker_configs/tobii_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/images/canal.jpg ...os/coder/iohub/eyetracking/selectTracker/images/canal.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/images/fall.jpg ...mos/coder/iohub/eyetracking/selectTracker/images/fall.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/images/lake.jpg ...mos/coder/iohub/eyetracking/selectTracker/images/lake.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/images/party.jpg ...os/coder/iohub/eyetracking/selectTracker/images/party.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/images/swimming.jpg ...coder/iohub/eyetracking/selectTracker/images/swimming.jpg +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/iohub_config.yaml ...s/coder/iohub/eyetracking/selectTracker/iohub_config.yaml +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/iohub_config.yaml.part ...er/iohub/eyetracking/selectTracker/iohub_config.yaml.part +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/run.py psychopy/demos/coder/iohub/eyetracking/selectTracker/run.py +0 -0
- psychopy/demos/coder/iohub/eyetracking/selectTracker/trial_conditions.xlsx ...der/iohub/eyetracking/selectTracker/trial_conditions.xlsx +0 -0
- psychopy/demos/coder/iohub/eyetracking/simple.py psychopy/demos/coder/iohub/eyetracking/simple.py +0 -0
- psychopy/demos/coder/iohub/ioHubDelayTest/experiment_config.yaml ...y/demos/coder/iohub/ioHubDelayTest/experiment_config.yaml +0 -0
- psychopy/demos/coder/iohub/ioHubDelayTest/iohub_config.yaml psychopy/demos/coder/iohub/ioHubDelayTest/iohub_config.yaml +0 -0
- psychopy/demos/coder/iohub/ioHubDelayTest/run.py psychopy/demos/coder/iohub/ioHubDelayTest/run.py +0 -0
- psychopy/demos/coder/iohub/iodatastore/event2txt.py psychopy/demos/coder/iohub/iodatastore/event2txt.py +0 -0
- psychopy/demos/coder/iohub/keyboard.py psychopy/demos/coder/iohub/keyboard.py +0 -0
- psychopy/demos/coder/iohub/keyboardreactiontime.py psychopy/demos/coder/iohub/keyboardreactiontime.py +0 -0
- psychopy/demos/coder/iohub/launchHub.py psychopy/demos/coder/iohub/launchHub.py +0 -0
- psychopy/demos/coder/iohub/mouse.py psychopy/demos/coder/iohub/mouse.py +0 -0
- psychopy/demos/coder/iohub/serial/customparser.py psychopy/demos/coder/iohub/serial/customparser.py +0 -0
- psychopy/demos/coder/iohub/serial/minimu9dof.py psychopy/demos/coder/iohub/serial/minimu9dof.py +0 -0
- psychopy/demos/coder/iohub/serial/parseserial.py psychopy/demos/coder/iohub/serial/parseserial.py +0 -0
- psychopy/demos/coder/iohub/serial/pstbox.py psychopy/demos/coder/iohub/serial/pstbox.py +0 -0
- psychopy/demos/coder/misc/captureFrames.py psychopy/demos/coder/misc/captureFrames.py +0 -0
- psychopy/demos/coder/misc/encrypt_data.py psychopy/demos/coder/misc/encrypt_data.py +0 -0
- psychopy/demos/coder/stimuli/Campaign.ttf psychopy/demos/coder/stimuli/Campaign.ttf +0 -0
- psychopy/demos/coder/stimuli/MoviePause.py psychopy/demos/coder/stimuli/MoviePause.py +0 -0
- psychopy/demos/coder/stimuli/MovieStim.py psychopy/demos/coder/stimuli/MovieStim.py +0 -0
- psychopy/demos/coder/stimuli/MovieStim2.py psychopy/demos/coder/stimuli/MovieStim2.py +0 -0
- psychopy/demos/coder/stimuli/MovieStim2TimingTest.py psychopy/demos/coder/stimuli/MovieStim2TimingTest.py +0 -0
- psychopy/demos/coder/stimuli/__init__.py psychopy/demos/coder/stimuli/__init__.py +0 -0
- psychopy/demos/coder/stimuli/aperture.py psychopy/demos/coder/stimuli/aperture.py +0 -0
- psychopy/demos/coder/stimuli/beach.jpg psychopy/demos/coder/stimuli/beach.jpg +0 -0
- psychopy/demos/coder/stimuli/bufferImageStim.py psychopy/demos/coder/stimuli/bufferImageStim.py +0 -0
- psychopy/demos/coder/stimuli/clockface.py psychopy/demos/coder/stimuli/clockface.py +0 -0
- psychopy/demos/coder/stimuli/colors.py psychopy/demos/coder/stimuli/colors.py +0 -0
- psychopy/demos/coder/stimuli/counterphase.py psychopy/demos/coder/stimuli/counterphase.py +0 -0
- psychopy/demos/coder/stimuli/customTextures.py psychopy/demos/coder/stimuli/customTextures.py +0 -0
- psychopy/demos/coder/stimuli/dot_gabors.py psychopy/demos/coder/stimuli/dot_gabors.py +0 -0
- psychopy/demos/coder/stimuli/dots.py psychopy/demos/coder/stimuli/dots.py +0 -0
- psychopy/demos/coder/stimuli/elementArrays.py psychopy/demos/coder/stimuli/elementArrays.py +0 -0
- psychopy/demos/coder/stimuli/embeddedOpenGL.py psychopy/demos/coder/stimuli/embeddedOpenGL.py +0 -0
- psychopy/demos/coder/stimuli/face.jpg psychopy/demos/coder/stimuli/face.jpg +0 -0
- psychopy/demos/coder/stimuli/face_jpg.py psychopy/demos/coder/stimuli/face_jpg.py +0 -0
- psychopy/demos/coder/stimuli/gabor.py psychopy/demos/coder/stimuli/gabor.py +0 -0
- psychopy/demos/coder/stimuli/imagesAndPatches.py psychopy/demos/coder/stimuli/imagesAndPatches.py +0 -0
- psychopy/demos/coder/stimuli/jwpIntro.mov psychopy/demos/coder/stimuli/jwpIntro.mov +0 -0
- psychopy/demos/coder/stimuli/maskReveal.py psychopy/demos/coder/stimuli/maskReveal.py +0 -0
- psychopy/demos/coder/stimuli/plaid.py psychopy/demos/coder/stimuli/plaid.py +0 -0
- psychopy/demos/coder/stimuli/ratingScale.py psychopy/demos/coder/stimuli/ratingScale.py +0 -0
- psychopy/demos/coder/stimuli/rotatingFlashingWedge.py psychopy/demos/coder/stimuli/rotatingFlashingWedge.py +0 -0
- psychopy/demos/coder/stimuli/screensAndWindows.py psychopy/demos/coder/stimuli/screensAndWindows.py +0 -0
- psychopy/demos/coder/stimuli/secondOrderGratings.py psychopy/demos/coder/stimuli/secondOrderGratings.py +0 -0
- psychopy/demos/coder/stimuli/shapeContains.py psychopy/demos/coder/stimuli/shapeContains.py +0 -0
- psychopy/demos/coder/stimuli/shapes.py psychopy/demos/coder/stimuli/shapes.py +0 -0
- psychopy/demos/coder/stimuli/soundStimuli.py psychopy/demos/coder/stimuli/soundStimuli.py +0 -0
- psychopy/demos/coder/stimuli/starField.py psychopy/demos/coder/stimuli/starField.py +0 -0
- psychopy/demos/coder/stimuli/textBoxStim/textbox_glyph_placement.py ...emos/coder/stimuli/textBoxStim/textbox_glyph_placement.py +0 -0
- psychopy/demos/coder/stimuli/textBoxStim/textbox_simple.py psychopy/demos/coder/stimuli/textBoxStim/textbox_simple.py +0 -0
- psychopy/demos/coder/stimuli/textBoxStim/textstim_vs_textbox.py ...py/demos/coder/stimuli/textBoxStim/textstim_vs_textbox.py +0 -0
- psychopy/demos/coder/stimuli/textStimuli.py psychopy/demos/coder/stimuli/textStimuli.py +0 -0
- psychopy/demos/coder/stimuli/textStimuli_pygame.py psychopy/demos/coder/stimuli/textStimuli_pygame.py +0 -0
- psychopy/demos/coder/stimuli/variousVisualStims.py psychopy/demos/coder/stimuli/variousVisualStims.py +0 -0
- psychopy/demos/coder/stimuli/visual_noise.py psychopy/demos/coder/stimuli/visual_noise.py +0 -0
- psychopy/demos/coder/sysInfo.py psychopy/demos/coder/sysInfo.py +0 -0
- psychopy/demos/coder/timing/__init__.py psychopy/demos/coder/timing/__init__.py +0 -0
- psychopy/demos/coder/timing/callOnFlip.py psychopy/demos/coder/timing/callOnFlip.py +0 -0
- psychopy/demos/coder/timing/clocksAndTimers.py psychopy/demos/coder/timing/clocksAndTimers.py +0 -0
- psychopy/demos/coder/timing/timeByFrames.py psychopy/demos/coder/timing/timeByFrames.py +0 -0
- psychopy/demos/coder/timing/timeByFramesEx.py psychopy/demos/coder/timing/timeByFramesEx.py +0 -0
- psychopy/demos/demo_migration.py psychopy/demos/demo_migration.py +0 -0
- psychopy/demos/test_demo_migration.py psychopy/demos/test_demo_migration.py +0 -0
- psychopy/devices/__init__.py psychopy/devices/__init__.py +0 -0
- psychopy/event.py psychopy/event.py +0 -0
- psychopy/exceptions.py psychopy/exceptions.py +0 -0
- psychopy/experiment/__init__.py psychopy/experiment/__init__.py +0 -0
- psychopy/experiment/_experiment.py psychopy/experiment/_experiment.py +0 -0
- psychopy/experiment/components/__init__.py psychopy/experiment/components/__init__.py +0 -0
- psychopy/experiment/components/_base.py psychopy/experiment/components/_base.py +0 -0
- psychopy/experiment/components/aperture/__init__.py psychopy/experiment/components/aperture/__init__.py +0 -0
- psychopy/experiment/components/aperture/aperture.png psychopy/experiment/components/aperture/aperture.png +0 -0
- psychopy/experiment/components/cedrusBox/__init__.py psychopy/experiment/components/cedrusBox/__init__.py +0 -0
- psychopy/experiment/components/cedrusBox/cedrusBox.png psychopy/experiment/components/cedrusBox/cedrusBox.png +0 -0
- psychopy/experiment/components/code/__init__.py psychopy/experiment/components/code/__init__.py +0 -0
- psychopy/experiment/components/code/code.png psychopy/experiment/components/code/code.png +0 -0
- psychopy/experiment/components/dots/__init__.py psychopy/experiment/components/dots/__init__.py +0 -0
- psychopy/experiment/components/dots/dots.png psychopy/experiment/components/dots/dots.png +0 -0
- psychopy/experiment/components/dots/dots.xcf psychopy/experiment/components/dots/dots.xcf +0 -0
- psychopy/experiment/components/edit_add.png psychopy/experiment/components/edit_add.png +0 -0
- psychopy/experiment/components/envelopegrating/__init__.py psychopy/experiment/components/envelopegrating/__init__.py +0 -0
- psychopy/experiment/components/envelopegrating/envgrating.png ...hopy/experiment/components/envelopegrating/envgrating.png +0 -0
- psychopy/experiment/components/eyetracker/__init__.py psychopy/experiment/components/eyetracker/__init__.py +0 -0
- psychopy/experiment/components/eyetracker/eyetracker.png psychopy/experiment/components/eyetracker/eyetracker.png +0 -0
- psychopy/experiment/components/eyetracker/eyetrackerCalib.png ...hopy/experiment/components/eyetracker/eyetrackerCalib.png +0 -0
- psychopy/experiment/components/eyetracker/eyetrackerRecord.png ...opy/experiment/components/eyetracker/eyetrackerRecord.png +0 -0
- psychopy/experiment/components/eyetracker/eyetrackerRecord.xcf ...opy/experiment/components/eyetracker/eyetrackerRecord.xcf +0 -0
- psychopy/experiment/components/eyetracker/xeyes.png psychopy/experiment/components/eyetracker/xeyes.png +0 -0
- psychopy/experiment/components/form/__init__.py psychopy/experiment/components/form/__init__.py +0 -0
- psychopy/experiment/components/form/form.png psychopy/experiment/components/form/form.png +0 -0
- psychopy/experiment/components/grating/__init__.py psychopy/experiment/components/grating/__init__.py +0 -0
- psychopy/experiment/components/grating/grating.png psychopy/experiment/components/grating/grating.png +0 -0
- psychopy/experiment/components/image/__init__.py psychopy/experiment/components/image/__init__.py +0 -0
- psychopy/experiment/components/image/image.png psychopy/experiment/components/image/image.png +0 -0
- psychopy/experiment/components/image/image128.png psychopy/experiment/components/image/image128.png +0 -0
- psychopy/experiment/components/ioLabs/__init__.py psychopy/experiment/components/ioLabs/__init__.py +0 -0
- psychopy/experiment/components/ioLabs/ioLabs.png psychopy/experiment/components/ioLabs/ioLabs.png +0 -0
- psychopy/experiment/components/joyButtons/__init__.py psychopy/experiment/components/joyButtons/__init__.py +0 -0
- psychopy/experiment/components/joyButtons/joyButtons.png psychopy/experiment/components/joyButtons/joyButtons.png +0 -0
- psychopy/experiment/components/joyButtons/joyButtons256.png psychopy/experiment/components/joyButtons/joyButtons256.png +0 -0
- psychopy/experiment/components/joyButtons/virtualJoyButtons.py ...opy/experiment/components/joyButtons/virtualJoyButtons.py +0 -0
- psychopy/experiment/components/joystick/__init__.py psychopy/experiment/components/joystick/__init__.py +0 -0
- psychopy/experiment/components/joystick/joystick.png psychopy/experiment/components/joystick/joystick.png +0 -0
- psychopy/experiment/components/joystick/joystick256.png psychopy/experiment/components/joystick/joystick256.png +0 -0
- psychopy/experiment/components/joystick/virtualJoystick.py psychopy/experiment/components/joystick/virtualJoystick.py +0 -0
- psychopy/experiment/components/keyboard.xcf psychopy/experiment/components/keyboard.xcf +0 -0
- psychopy/experiment/components/keyboard/__init__.py psychopy/experiment/components/keyboard/__init__.py +0 -0
- psychopy/experiment/components/keyboard/keyboard.png psychopy/experiment/components/keyboard/keyboard.png +0 -0
- psychopy/experiment/components/keyboard/keyboard128.png psychopy/experiment/components/keyboard/keyboard128.png +0 -0
- psychopy/experiment/components/microphone/__init__.py psychopy/experiment/components/microphone/__init__.py +0 -0
- psychopy/experiment/components/microphone/microphone.png psychopy/experiment/components/microphone/microphone.png +0 -0
- psychopy/experiment/components/mouse/__init__.py psychopy/experiment/components/mouse/__init__.py +0 -0
- psychopy/experiment/components/mouse/mouse.png psychopy/experiment/components/mouse/mouse.png +0 -0
- psychopy/experiment/components/mouse/mouse128.png psychopy/experiment/components/mouse/mouse128.png +0 -0
- psychopy/experiment/components/movie/__init__.py psychopy/experiment/components/movie/__init__.py +0 -0
- psychopy/experiment/components/movie/movie.png psychopy/experiment/components/movie/movie.png +0 -0
- psychopy/experiment/components/movie/movie128.png psychopy/experiment/components/movie/movie128.png +0 -0
- psychopy/experiment/components/noise/NoiseStim.png psychopy/experiment/components/noise/NoiseStim.png +0 -0
- psychopy/experiment/components/noise/__init__.py psychopy/experiment/components/noise/__init__.py +0 -0
- psychopy/experiment/components/parallelOut/__init__.py psychopy/experiment/components/parallelOut/__init__.py +0 -0
- psychopy/experiment/components/parallelOut/parallelOut.png psychopy/experiment/components/parallelOut/parallelOut.png +0 -0
- psychopy/experiment/components/patch/__init__.py psychopy/experiment/components/patch/__init__.py +0 -0
- psychopy/experiment/components/patch/patch.png psychopy/experiment/components/patch/patch.png +0 -0
- psychopy/experiment/components/polygon/__init__.py psychopy/experiment/components/polygon/__init__.py +0 -0
- psychopy/experiment/components/polygon/polygon.png psychopy/experiment/components/polygon/polygon.png +0 -0
- psychopy/experiment/components/polygon/polygonPrev.png psychopy/experiment/components/polygon/polygonPrev.png +0 -0
- psychopy/experiment/components/pump/__init__.py psychopy/experiment/components/pump/__init__.py +0 -0
- psychopy/experiment/components/pump/pump.png psychopy/experiment/components/pump/pump.png +0 -0
- psychopy/experiment/components/ratingScale/__init__.py psychopy/experiment/components/ratingScale/__init__.py +0 -0
- psychopy/experiment/components/ratingScale/ratingscale.png psychopy/experiment/components/ratingScale/ratingscale.png +0 -0
- psychopy/experiment/components/settings/JS_htmlHeader.tmpl psychopy/experiment/components/settings/JS_htmlHeader.tmpl +0 -0
- psychopy/experiment/components/settings/JS_setupExp.tmpl psychopy/experiment/components/settings/JS_setupExp.tmpl +0 -0
- psychopy/experiment/components/settings/__init__.py psychopy/experiment/components/settings/__init__.py +0 -0
- psychopy/experiment/components/slider/__init__.py psychopy/experiment/components/slider/__init__.py +0 -0
- psychopy/experiment/components/slider/slider.png psychopy/experiment/components/slider/slider.png +0 -0
- psychopy/experiment/components/sound/__init__.py psychopy/experiment/components/sound/__init__.py +0 -0
- psychopy/experiment/components/sound/sound.png psychopy/experiment/components/sound/sound.png +0 -0
- psychopy/experiment/components/sound/sound128.png psychopy/experiment/components/sound/sound128.png +0 -0
- psychopy/experiment/components/static/__init__.py psychopy/experiment/components/static/__init__.py +0 -0
- psychopy/experiment/components/static/static.png psychopy/experiment/components/static/static.png +0 -0
- psychopy/experiment/components/text/__init__.py psychopy/experiment/components/text/__init__.py +0 -0
- psychopy/experiment/components/text/text.png psychopy/experiment/components/text/text.png +0 -0
- psychopy/experiment/components/text/text128.png psychopy/experiment/components/text/text128.png +0 -0
- psychopy/experiment/components/unknown/__init__.py psychopy/experiment/components/unknown/__init__.py +0 -0
- psychopy/experiment/components/variable/__init__.py psychopy/experiment/components/variable/__init__.py +0 -0
- psychopy/experiment/components/variable/var.png psychopy/experiment/components/variable/var.png +0 -0
- psychopy/experiment/experiment.xsd psychopy/experiment/experiment.xsd +0 -0
- psychopy/experiment/exports.py psychopy/experiment/exports.py +0 -0
- psychopy/experiment/flow.py psychopy/experiment/flow.py +0 -0
- psychopy/experiment/localization.py psychopy/experiment/localization.py +0 -0
- psychopy/experiment/loops.py psychopy/experiment/loops.py +0 -0
- psychopy/experiment/params.py psychopy/experiment/params.py +0 -0
- psychopy/experiment/py2js.py psychopy/experiment/py2js.py +0 -0
- psychopy/experiment/routine.py psychopy/experiment/routine.py +0 -0
- psychopy/experiment/utils.py psychopy/experiment/utils.py +0 -0
- psychopy/filters.py psychopy/filters.py +0 -0
- psychopy/gamma.py psychopy/gamma.py +0 -0
- psychopy/gui/__init__.py psychopy/gui/__init__.py +0 -0
- psychopy/gui/qtgui.py psychopy/gui/qtgui.py +0 -0
- psychopy/gui/wxgui.py psychopy/gui/wxgui.py +0 -0
- psychopy/hardware/__init__.py psychopy/hardware/__init__.py +0 -0
- psychopy/hardware/bbtk/__init__.py psychopy/hardware/bbtk/__init__.py +0 -0
- psychopy/hardware/cedrus.py psychopy/hardware/cedrus.py +0 -0
- psychopy/hardware/crs/__init__.py psychopy/hardware/crs/__init__.py +0 -0
- psychopy/hardware/crs/bits.py psychopy/hardware/crs/bits.py +0 -0
- psychopy/hardware/crs/colorcal.py psychopy/hardware/crs/colorcal.py +0 -0
- psychopy/hardware/crs/optical.py psychopy/hardware/crs/optical.py +0 -0
- psychopy/hardware/crs/shaders.py psychopy/hardware/crs/shaders.py +0 -0
- psychopy/hardware/egi.py psychopy/hardware/egi.py +0 -0
- psychopy/hardware/emulator.py psychopy/hardware/emulator.py +0 -0
- psychopy/hardware/forp.py psychopy/hardware/forp.py +0 -0
- psychopy/hardware/iolab.py psychopy/hardware/iolab.py +0 -0
- psychopy/hardware/joystick/__init__.py psychopy/hardware/joystick/__init__.py +0 -0
- psychopy/hardware/keyboard.py psychopy/hardware/keyboard.py +0 -0
- psychopy/hardware/labjacks.py psychopy/hardware/labjacks.py +0 -0
- psychopy/hardware/minolta.py psychopy/hardware/minolta.py +0 -0
- psychopy/hardware/pr.py psychopy/hardware/pr.py +0 -0
- psychopy/hardware/qmix.py psychopy/hardware/qmix.py +0 -0
- psychopy/hardware/serialdevice.py psychopy/hardware/serialdevice.py +0 -0
- psychopy/info.py psychopy/info.py +0 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitmodules
0 → 100644
.lgtm.yml
0 → 100644
.mailmap
0 → 100644