Load and parse ephys data acquired using Janelia's WaveSurfer.
Project description
LoadWaveSurfer
Load and parse ephys data acquired using Janelia's WaveSurfer.
Example usage
from loadwavesurfer import loadws
# initialize loadws object
f = loadws(inputFile, filter=False)
# access the data as a named tuple
f.data()
# or individually
f.data().volt
f.data().curr
f.data().time
# and their units
voltage_units, current_units, time_units = f.units()
# reconstruct current or voltage stimulation parameters
f.stimParams()
# get sampling rate
f.sampleRate()
# get timestamp at start of recording, in UNIX time
f.clock()
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
LoadWaveSurfer-1.0.1.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file LoadWaveSurfer-1.0.1.tar.gz.
File metadata
- Download URL: LoadWaveSurfer-1.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa0d837460e4c984b8ce0c37ed39eecb3adfc6e4c33ce3df03de07b5693701df
|
|
| MD5 |
64dd83656deae2997d767feb6c6f2661
|
|
| BLAKE2b-256 |
717e14ee539cba85d83365439a2e88810dbe5be5bbc42e98d5163d5e7c3e3c7b
|
File details
Details for the file LoadWaveSurfer-1.0.1-py3-none-any.whl.
File metadata
- Download URL: LoadWaveSurfer-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa3a08b59276cf85adf149eed2b735241ec6ae2989d87fc95e5f089961fbf1cb
|
|
| MD5 |
498a23fc850abbea35bd567e382d5ac8
|
|
| BLAKE2b-256 |
a67cb4b15a45d453882cc93cd57c05c81fe1bd32b5096167c7eeafaea719bd34
|