From 25b2371ae12403e89a31a3bb72dc0e12b1d93447 Mon Sep 17 00:00:00 2001 From: cultpenguin Date: Sun, 10 Jul 2005 23:20:12 +0000 Subject: [PATCH] *** empty log message *** --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README b/README index 06c5f72..9b3b407 100644 --- a/README +++ b/README @@ -1,12 +1,10 @@ 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 IEEE, 1, 2 and 4 byte INTEGER formatted data. -Big Endian is assumed. -IBM FLOAT POINT format, is implemented, but there is a bug when transforming the read data into a matrix. Any help would be greatly appreciated. +Currently you can only READ (not write) IBM Floats, IEEE, 1, 2 and 4 byte INTEGER formatted data. With time I would like the module to have the capabilities of SegyMAT : http://segymat.sf.net/ -Thomas(cultpenguin@gmail.com), May 22, 2005. +Thomas(cultpenguin@gmail.com), July 22, 2005.