mirror of
https://github.com/wassname/segpy.git
synced 2026-07-06 05:16:46 +08:00
*** empty log message ***
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user