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()
Release files for LoadWaveSurfer 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| LoadWaveSurfer-1.0.1.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| LoadWaveSurfer-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.6 kB
Release files / LoadWaveSurfer-1.0.1.tar.gz
| Download URL | LoadWaveSurfer-1.0.1.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fa0d837460e4c984b8ce0c37ed39eecb3adfc6e4c33ce3df03de07b5693701df
|
|
BLAKE2b-256 checksum How to use checksums |
717e14ee539cba85d83365439a2e88810dbe5be5bbc42e98d5163d5e7c3e3c7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.13
|
Release files / LoadWaveSurfer-1.0.1-py3-none-any.whl
| Download URL | LoadWaveSurfer-1.0.1-py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fa3a08b59276cf85adf149eed2b735241ec6ae2989d87fc95e5f089961fbf1cb
|
|
BLAKE2b-256 checksum How to use checksums |
a67cb4b15a45d453882cc93cd57c05c81fe1bd32b5096167c7eeafaea719bd34
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.13
|