A package for working with Yokogowa oscilloscope files (WDF, WVF).
Project description
wvfreader
Yokogowa Oscilloscope WVF file reader with basic plotting function
Example Usage
import wvfreader
# Get Some Data
datafiles = wvfreader.datafile()
# Get some info on the first file
datafiles[0].info()
# Files and Traces can be accessed by name
files = datafiles[['file1','file2']]
traces = datafiles['file1'].traces['trace1,trace2']
# Plot the first and second trace, between time 0s and 5s
[datafiles[0].traces[num].plot(t_ind=(0,5)) for num in [0,1]]
# If Bokeh is installed, you can save plots to interactive HTML files
# This will down sample your data if it has more than 15,000 points
datafiles[0].traces[0].plot(output='html')
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
wvfreader-0.1.2.tar.gz
(7.3 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 wvfreader-0.1.2.tar.gz.
File metadata
- Download URL: wvfreader-0.1.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6b10d83ea91a42c61b268eb7db4a47cd97503df040d4a301b11f9943d84f89e
|
|
| MD5 |
e0d12a80160a8808a6de0895f1cf8654
|
|
| BLAKE2b-256 |
ab8619c52b2a9b542b126487a43abbf74a6fbae1964511bd1c08619cb4dd2f8d
|
File details
Details for the file wvfreader-0.1.2-py3-none-any.whl.
File metadata
- Download URL: wvfreader-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a3cde2279caf02404b42d8edb1475c7b13114c0e7709cb6c059bd022e569f9
|
|
| MD5 |
3db2a5f4bf7d27757a346c2b801a8202
|
|
| BLAKE2b-256 |
3345aca2924aca85430779cd38566bbbb3d99ba276836c9bff4bea53661e4013
|