A Python package for creating 3D vision psychology experiments using PsychoPy and haploscope displays.
- Clone or download this repository
- Navigate to the repository directory
- To run template scripts:
- Open powershell and run
.\build_pc.ps1to install uv - Close and reopen powershell and run
.\build_pc.ps1to install dependencies and the threedipa package and open the threedipa env - Run
python .\templates\johnstonTemplate\johnstonTemplate.py
Create the environment
conda env create -f environment.yml
Activate the environment
conda activate threedipa
Run
python .\templates\johnstonTemplate\johnstonTemplate.py
See the templates/ directory for example experiments.
See LICENSE file for details.