forked from gpasquev/isfread-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (21 loc) · 733 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Python script for read data from a Tektronix ".ISF" files
----------------------------------------------------------
Python script for ascii-converting binary ISF files from TDS series Tektronix
Oscilloscope instruments.
Short usage example
--------------------
In linux command line::
$ python isfread.py file.isf > ascii.dat
modified by fenixnano on 2019:
tweak the code so it can work in python 3 as well as python 2.7
tweak the code for header so it can work with newer isf format
required module:
six
original Author
------
Gustavo Pasquevich - 2011
UNLP-CONICET-Argentina
keywords: ISF, TekTronix, isfread, python
Acknowledgment
--------------
Based on matab script isfread.m by Jhon Lipp.