Python interface to the Janelia Dudman lab mouse lickport array.
Project description
About
- Name: lickport_array_interface
- Version: 1.0.11
- Description: Python interface to the Janelia Dudman lab mouse lickport array.
- License: BSD 3-Clause License
- URL: https://github.com/janelia-pypi/lickport_array_interface_python
- Author: Peter Polidoro
- Email: peter@polidoro.io
- Copyright: 2022 Howard Hughes Medical Institute
- Dependencies:
- modular_client
More Information
This library is an interface to the Lickport Array Module.
Usage
from lickport_array_interface import LickportArrayInterface
dev = LickportArrayInterface() # Try to automatically detect port
dev = LickportArrayInterface(port='/dev/ttyACM0') # Linux specific port
dev = LickportArrayInterface(port='/dev/tty.usbmodem262471') # Mac OS X specific port
dev = LickportArrayInterface(port='COM3') # Windows specific port
data_path_string = '~/lickport_array_data/data_file'
dev.start_acquiring_data()
dev.start_saving_data(data_path_string)
dev.stop_saving_data()
dev.stop_acquiring_data()
dev.controller.dispense_lickport_for_duration(0,200)
dev.controller.dispense_lickports_for_duration([0,1],200)
dev.controller.dispense_all_lickports_for_duration(200)
dev.controller.get_activated_lickports()
dev.controller.activate_only_lickport(0)
dev.controller.activate_only_lickports([0,1])
dev.controller.activate_lickport(0)
dev.controller.activate_lickports([0,1])
dev.controller.deactivate_lickport(0)
dev.controller.deactivate_lickports([0,1])
dev.controller.activate_all_lickports()
dev.controller.deactivate_all_lickports()
Data
time,millis,lickport_0,lickport_1,lickport_2,lickport_3,lickport_4,lickport_5,lickport_6,lickport_7,lickport_8,lickport_9,lickport_10,lickport_11
1649700627,12084104,,,,,,,,,,,L,
1649700628,12085195,L,,,,,,,,,,,
1649700628,12085749,,,,,,,,,,,,L
time
time in seconds since the epoch
The epoch is the point where the time starts, and is platform dependent. For Unix, the epoch is January 1, 1970, 00:00:00 (UTC)
The term seconds since the epoch refers to the total number of elapsed seconds since the epoch, typically excluding leap seconds. Leap seconds are excluded from this total on all POSIX-compliant platforms.
millis
The number of milliseconds passed since the LickportArrayController board was powered. This number will overflow (go back to zero), after approximately 50 days.
lickport_n
Symbol | Meaning |
---|---|
"L" | lickport_n lick detected |
"A" | lickport_n activated |
"LA" or "AL" | lickport_n lick detected and activated |
"" | lickport_n neither lick detected nor activated |
Installation
https://github.com/janelia-pypi/python_setup
Linux and Mac OS X
python3 -m venv ~/venvs/lickport_array_interface
source ~/venvs/lickport_array_interface/bin/activate
pip install lickport_array_interface
Windows
python3 -m venv C:\venvs\lickport_array_interface
C:\venvs\lickport_array_interface\Scripts\activate
pip install lickport_array_interface
Guix
Setup guix-janelia channel:
https://github.com/guix-janelia/guix-janelia
guix install python-lickport-array-interface
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lickport_array_interface-1.0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2543ff6b959bcfd14356540a7efb0e809df081b2ac11a278e0ff436641b5f3b8 |
|
MD5 | f4e81fb6ba8ff0faa1d4483f5dd02a9a |
|
BLAKE2b-256 | fc0c4b2be0cac891b09d1be7a31f4bad74934511d9fc956f5835fb677d61fe4b |
Hashes for lickport_array_interface-1.0.11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c35f71a671750ba3181e0622aec8ad2f556cddc6df32b02ab78e0a5e2445f07 |
|
MD5 | 2dfefcc423e330c373fec645e9299bca |
|
BLAKE2b-256 | de62479345202d214a110f43655217461d169b99e0bb3fa1acecc0bd1155a343 |