This repository contains information regarding the software backend of our rodent odor discrimination apparatus from our paper/lab.
- Download Python
- Buy StremeCoder Software [https://www.stremecoder.com/]
- Download Pip
- Pip Requirements to run this program:
-
pip install pandas pip install simpleaudio pip install serial
-
- Pip Requirements to run this program:
In order to run the program, please download the koi file in the repository and open it up in STREMECODER. Then, make the necessary changes in the nodes using the user inferace of the nodes. After making the changes, click on the compile and run button towards the top of the software to the run the program.
- Please note that the usb port number for the Arduino/serial port number must be changed within the code under the variable name SERIAL_PORT in the "Connection to Arudino" node.
- 0.0.2
- First release deployed in lab
- 0.0.1
- Work in progress
Supraja Kalva – skalva@emich.edu -[https://github.com/SuprajaKalva]
Distributed under the GNU GPLv3 license. See LICENSE
for more information.
- Fork it (https://github.com/SuprajaKalva/Mast-Lab-PROBES.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Please report all the bugs and issues to the GitHub issues page with proper labels for them to be fixed and reviewed.