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.3.tar.gz
(8.1 kB
view details)
File details
Details for the file pyintan-0.1.3.tar.gz
.
File metadata
- Download URL: pyintan-0.1.3.tar.gz
- Upload date:
- Size: 8.1 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 | d0ddab2ed094e6e3e0150a6c800e6eeefeeca365d6437d0df5cd97c3579caf7a |
|
MD5 | 0730694d6ee3432a11b4c34009a625b9 |
|
BLAKE2b-256 | 9177ae7cb88ccb4bd8ee615f0ec1b2009e204323a5fef5343bc3695bed33dfc2 |