This project contains the scripts necessary to collect and analyze data for the three chamber and Y-maze experiments.
chamber_run.py: collects the data
chamber_analyze.py: tracks mouse motion and stores data
chamber_visualize_data: visualizes data
ymaze.py: collects the data
ymaze_track.py: tracks mouse motion and stores data
ymaze_mark.py: applies experiment logic to tracking and stores result
ymaze_working_script.py: a convenience script for running track and mark operations