forked from gpasquev/isfread-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ordering files for fisrt github version
- Loading branch information
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Python script for read data from a Tektronix ".ISF" files | ||
---------------------------------------------------------- | ||
|
||
Python script for reading binary ISF files from TDS series Tektronix | ||
Oscilloscope instruments. | ||
|
||
|
||
Short usage example | ||
-------------------- | ||
In command line:: | ||
|
||
$ python isfread.py file.isf > ascii.dat | ||
|
||
Author | ||
------ | ||
Gustavo Pasquevich - 2011 | ||
UNLP-CONICET-Argentina | ||
|
||
keywords: ISF, TekTronix, isfread, python | ||
|
||
Acknowledgment | ||
-------------- | ||
|
||
Based on matab script isfread.m from Jhon Lipp. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,7 @@ | |
|
||
import struct | ||
|
||
|
||
__version__= 0.2 | ||
__version__= '0.3' | ||
__author__= 'Gustavo Pasquevich (2011)' | ||
__email__= '[email protected]' | ||
|
||
|