Python package for parsing INTAN data.
Project description
pyintan
Python reader for INTAN rhs files
Installation
Open a terminal and:
git clone https://github.com/alejoe91/pyintan/
cd pyintan
python setup.py develop
Basic usage
In python (or ipython):
import pyintan
file = pyintan.File('path-to-rhs')
# all fields are lists of objcts
analog_signals = file.analog_signals[0]
adc_signals = file.adc_signals[0]
dac_signals = file.dac_signals[0]
# actual signals are: analog_signals.signal
digital_in_signals = file.digital_in_signals[0]
digital_out_signals = file.digital_out_signals[0]
# event times are: digital_in_signals.times
stimulation = file.stimulation[0]
# contains stimulation information
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
pyintan-0.1.6.tar.gz
(8.3 kB
view details)
File details
Details for the file pyintan-0.1.6.tar.gz
.
File metadata
- Download URL: pyintan-0.1.6.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc79f36e8a73803ac9c84465b278a19f62c510bcd3e54b42df13e379df88dad3 |
|
MD5 | 4480f00ffd81b1e16be93402519400bd |
|
BLAKE2b-256 | bdf456854041b2a576bed6c28a642d1d9e8771ca6072cb78806482c67613ef77 |