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.2.0.tar.gz
(8.2 kB
view details)
File details
Details for the file pyintan-0.2.0.tar.gz
.
File metadata
- Download URL: pyintan-0.2.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7976089691a3a5a50edb3b02bbc58affdc520225986209b89a2fffa741d05878 |
|
MD5 | 2c825ef5d72768475b4bd5baadc140a9 |
|
BLAKE2b-256 | 95177a6d3707192d834af102f5e1eee8e9b01948cb1a716030fd79715fb21623 |