Skip to content

Commit

Permalink
ordering files for fisrt github version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpasquev committed Jul 6, 2013
1 parent 025352e commit 49124b5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
25 changes: 25 additions & 0 deletions README
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.

4 changes: 0 additions & 4 deletions README.md

This file was deleted.

3 changes: 1 addition & 2 deletions isfread.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@

import struct


__version__= 0.2
__version__= '0.3'
__author__= 'Gustavo Pasquevich (2011)'
__email__= '[email protected]'

Expand Down

0 comments on commit 49124b5

Please sign in to comment.