diff --git a/README b/README index f5af552..1fdd843 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ SegyPY : A Python module for reading/writing of SEG-Y formatted files Copyright (C) 2005 Thomas Mejer Hansen, cultpenguin@gmail.com -Currently you can only READ (not write) IBM Floats, IEEE, 1, 2 and 4 byte INTEGER formatted data. +Currently you can READ IBM Floats, IEEE, 1, 2 and 4 byte INTEGER formatted data, and WRITE anything but IBM Floats. With time I would like the module to have the capabilities of SegyMAT : http://segymat.sf.net/ diff --git a/testsegy.py b/testsegy.py index 73db6db..33cc519 100644 --- a/testsegy.py +++ b/testsegy.py @@ -32,9 +32,6 @@ segypy.writeSegyStructure(filename_out,Data,SH,STH); segypy.wiggle(Data,SH,1,2) -exit - - d_ieee,SH,STH=segypy.readSegy(f_ieee); d_ibm,SH,STH=segypy.readSegy(f_ibm);