Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

peterpolidoro/kaiyu_odor_rig

Repository files navigation

#kaiyu_odor_rig

Authors:

Peter Polidoro <[email protected]>

License:

BSD

##Example Usage

Example Protocol File

Open a terminal and enter:

cd ~/kaiyu_odor_rig
ipython

In iPython enter:

from kaiyu_odor_rig import KaiyuOdorRig
odor_rig = KaiyuOdorRig()
odor_rig.setup_mfcs('example_mfc_settings.yaml')
odor_rig.run_protocol('example_protocol.yaml')

##Installation

###Linux

Open a terminal and enter:

sudo apt-get install git -y
cd ~
git clone https://github.com/peterpolidoro/kaiyu_odor_rig.git
sudo pip install ipython
sudo pip install modular_device
sudo pip install pyyaml

On linux, you may need to add yourself to the group 'dialout' in order to have write permissions on the USB port:

Open a terminal and enter:

sudo usermod -aG dialout $USER
sudo reboot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages