An repository for an experiment that acquires data from MotorObservatory and FIP.
- Ensure the requirements of both repositories Aind.Behavior.JustFramesand Aind.Physiology.Fip are fulfilled. This repository requires uv to be installed!
- Clone this repository
- Run
./scripts/deploy.cmd - (Optional) If you need an additional computer to run camera acquisition, run
scripts/serve.cmdon that computer after ensuring the requirements are fulfilled there as well. main.pyprovides an easy way to launch the combined experiment. Feel free to locally change theexperimentfunction to whatever fits your need.- Run the experiment by
uv run clabe run main.py(or target whatever specific script you want to run).