*** empty log message ***

This commit is contained in:
cultpenguin
2005-09-30 22:32:00 +00:00
parent 221cee74e9
commit f8dc5eee79
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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/
-3
View File
@@ -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);