2 files changed
+2
-2
lines changed- .github/workflows/bids_validator.yml+5-9
- .github/workflows/check_markdown.yml-34
- .github/workflows/check_md_links.yml+2-2
- .github/workflows/miss_hit.yml+1-2
- .github/workflows/run_tests.yml+3-3
- .pre-commit-config.yaml+44
- .readthedocs.yml+1-1
- .remarkrc-11
- .travis.yml-48
- .zenodo.json+1-1
- README.md-4
- binder/postBuild-1
- checkCppBidsDependencies.m+65
- docs/Makefile+3
- docs/source/conf.py+2-2
- docs/source/contributing.rst+1-4
- docs/source/function_description.rst+7-9
- docs/source/gui.rst+2-4
- docs/source/index.rst+5-5
- docs/source/set_up.rst+3-3
- docs/source/utilities.rst+3-4
- lib/utils/abspath.m+5-5
- lib/utils/file_utils.m+16-16
- miss_hit.cfg+3-1
- notebooks/README.md+1-1
- npm-requirements.txt-6
- requirements.txt+2-2
- src/saveEventsFile.m+23-8
- src/templates/miss_hit.cfg+2-1
- src/utils/checkCppBidsDependencies.m-50
- templates/CHANGES+1-1
- templates/README+22-23
- tests/miss_hit.cfg+2-1
- tests/testData/eventsDataDictionary.json+1-1
- tests/testData/extra_bold.json+1-1
- tests/testData/stimDataDictionary.json+1-1
- tests/test_saveEventsFileSave.m+48
- tests/utils/setUp.m+1-1
- version.txt+1-1
- .all-contributorsrc+10
- .github/workflows/check_markdown.yml-31
- .github/workflows/check_md_links.yml+2-2
- .github/workflows/miss_hit.yml+1-1
- .github/workflows/run_tests.yml+3-3
- .pre-commit-config.yaml+44
- .readthedocs.yml+2-2
- .remarkrc-11
- .zenodo.json+9-1
- README.md+2-3
- demos/miss_hit.cfg+2-1
- demos/video/CPP_playVideoFramesDemo.m+39-46
- docs/Makefile+5-2
- docs/source/conf.py+1-1
- docs/source/installation.rst+1-1
- docs/source/set_up.rst+1-1
- manualTests/miss_hit.cfg+2-8
- manualTests/test_dotMotionSimulation.m+2
- manualTests/test_getResponse.m+3
- manualTests/test_radialMotion.m+3
- miss_hit.cfg+3-1
- npm-requirements.txt-6
- requirements.txt+2-1
- src/aperture/apertureTexture.m+2-3
- src/aperture/eccenLogSpeed.m+1-2
- src/aperture/getApertureName.m+2-3
- src/aperture/saveApertures.m+3-4
- src/aperture/smoothOval.m+2-3
- src/aperture/smoothRect.m+2-3
- src/dot/computeCartCoord.m+6-2
- src/dot/computeRadialMotionDirection.m+2-2
- src/dot/decomposeMotion.m+1-2
- src/dot/dotMotionSimulation.m+1-2
- src/dot/dotTexture.m+2-3
- src/dot/generateNewDotPositions.m+2-2
- src/dot/initDots.m+1-2
- src/dot/reseedDots.m+2-2
- src/dot/seedDots.m+2-2
- src/dot/setDotDirection.m+2-2
- src/dot/updateDots.m+2-2
- src/drawFieldOfVIew.m+1-2
- src/errors/errorAbort.m+3-2
- src/errors/errorAbortGetReponse.m+2-2
- src/errors/errorDistanceToScreen.m+2-2
- src/errors/errorRestrictedKeysGetReponse.m+2-2
- src/eyeTracker.m+2-3
- src/fixation/drawFixation.m+1-2
- src/fixation/initFixation.m+1-2
- src/getExperimentEnd.m+1-2
- src/getExperimentStart.m+1-2
- src/initPTB.m+1-2
- src/isOctave.m+3-3
- src/keyboard/checkAbort.m+1-2
- src/keyboard/checkAbortGetResponse.m+2-3
- src/keyboard/collectAndSaveResponses.m+2-2
- src/keyboard/getResponse.m+1-2
- src/keyboard/pressSpaceForMe.m+1-2
- src/keyboard/testKeyboards.m+1-2
- src/randomization/repeatShuffleConditions.m+1-2
- src/randomization/setTargetPositionInSequence.m+2-2
- src/randomization/shuffle.m+1-2
- src/screen/farewellScreen.m+2-2
- src/screen/standByScreen.m+1-2
- src/templates/miss_hit.cfg+1
- src/templates/templateFunction.m+2-2
- src/templates/templateFunctionExample.m+2-2
- src/utils/checkPtbVersion.m+1-2
- src/utils/cleanUp.m+1-2
- src/utils/computeFOV.m+1-2
- src/utils/degToPix.m+1-2
- src/utils/pixToDeg.m+1-2
- src/utils/printCreditsCppPtb.m+2-3
- src/utils/printScreen.m+2-2
- src/utils/setDefaults.m+2-2
- src/utils/setDefaultsPTB.m+1-2
- src/utils/setUpRand.m+2-3
- src/video/createFramesTextureStructure.m+34-23
- src/video/playVideoFrames.m+32-23
- src/waitFor.m+1-2
- src/waitForTrigger.m+1-2
- tests/miss_hit.cfg+2-8
- tests/test_checkAbortGetResponse.m+2
- tests/test_computeFOV.m+2
- tests/test_computeRadialMotionDirection.m+2
- tests/test_decomposeMotion.m+2
- tests/test_degToPix.m+2
- tests/test_generateNewDotPositions.m+2
- tests/test_initDots.m+2
- tests/test_initFixation.m+2
- tests/test_pixToDeg.m+2
- tests/test_repeatShuffleConditions.m+2
- tests/test_reseedDots.m+2
- tests/test_seedDots.m+2
- tests/test_setDefaults.m+2
- tests/test_setDefaultsPTB.m+2
- tests/test_setDotDirection.m+2
- tests/test_setTargetPositionInSequence.m+3
- tests/test_utils.m+2
- version.txt+1-1
0 commit comments