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.2.0.tar.gz
(7.2 MB
view details)
Built Distribution
File details
Details for the file isfreader-1.2.0.tar.gz
.
File metadata
- Download URL: isfreader-1.2.0.tar.gz
- Upload date:
- Size: 7.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c24a2bb087a9099873df08b6f1248a56e8b065c2301c0d9bc335496acb0b77a1
|
|
MD5 |
f28bd54416d910f1d169dc03e92b85c1
|
|
BLAKE2b-256 |
b24f6537a6beefd56f4c655004c0df8c3abc2095260475c46e1f41d0ef8ab035
|
File details
Details for the file isfreader-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: isfreader-1.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d6adfafb2ee27d4f16b5576a960a8319c702bba2192c693a75a634cc82ed182d
|
|
MD5 |
d82fcf3d96a31ac0ad5f45371f9a2133
|
|
BLAKE2b-256 |
28cb5edb75c2fa1aea0b6b336b6a2bab897b34be753476cb9ed76106811bbfc7
|