stimulus-presentation-software
├── README.md
├── LICENSE
├── docs
│ ├── design.md
│ ├── installation.md
│ ├── usage.md
│ ├── troubleshooting.md
│ ├── examples.md
│ ├── API_reference.md
│ └── best_practices.md
├── tests
│ ├── unit
│ │ ├── presentation_module_test.py
│ │ ├── display_module_test.py
│ │ └── timing_module_test.py
│ ├── integration
│ │ └── *all integration test files*
│ └── acceptance
│ │ └── *all acceptance test files*
├── data
│ ├── input
│ │ └── *all input data files*
│ └── output
│ └── *all output data files*
src/main
│ ├── presentation_module.py
│ ├── display_module.py
│ ├── timing_module.py
│ └── *all other source code files*
├── libraries
│ │ └── *all library files*
│ ├── pyglet
│ │ └── *all pyglet library files*
│ ├── psychopy
│ │ └── *all psychopy library files*
│ └── numpy
│ └── *all numpy library files*
├── scripts
│ └── *all script files*
├── build
│ ├── deploy
│ │ └── *all deployment scripts and tools*
│ ├── build.sh
│ └── packaging.sh
├── requirements.txt
└── Dockerfile
-
Notifications
You must be signed in to change notification settings - Fork 1
License
Tensornetics/stimulus-presentation-software
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published