Read tek scope isf files as a numpy array.
Project description
Read tek scope isf files as a numpy array.
import isfreader
data = isfreader.read_file('T0000CH1.ISF')
data[:, 0] # Time column (Does not always start at 0)
data[:, 1] # Data (Voltage) column
print(data.shape)
print(data.dtype)
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
isfreader-1.0.0.tar.gz
(5.1 kB
view details)
File details
Details for the file isfreader-1.0.0.tar.gz
.
File metadata
- Download URL: isfreader-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47be380f39294829e29429a0c7330f6fc29519aebade3bfc6d187ca52b677e14 |
|
MD5 | 46ba3ce90dacfebbf73d5fd9473e5227 |
|
BLAKE2b-256 | 8d86e284ad29f71ba68d78e659d08a5c730eab7bfab2c6af1e98e4ed9b556f2c |