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.3.0.tar.gz
(8.5 kB
view details)
File details
Details for the file pyintan-0.3.0.tar.gz
.
File metadata
- Download URL: pyintan-0.3.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b26c583bfed737d49e93abbcfa2780b8a455e18b12c91662d5a63c657f891b2d |
|
MD5 | ed874cfd3558ac6cfb7e1503ae443e73 |
|
BLAKE2b-256 | 926ae902928b2990f62d3ac340e53cb5b4b38fbe29a7c26ea5c726d0e34da47b |