simplesegy release history
- 0.6 - 2009-02-12
- More error trappings for ODEC format. Some only read in Sonarweb
- Added summar to info. Incomplete
- More info on ODEC.
- Added cmds/slice for cutting up segy files to a subset of traces
- Fixed a bug in metadata where the program only worked in verbose mode... bad indentation
- Hopefully kml works better
- segy.py: Trace indexing from a Segy instance should work now
- segy.py: Number of traces implemented
- Traces can now return their raw data. Used by slice
- 0.5 - 2009-02-11
- segy-metadata: Added ODEC options
- docs/odec.txt: New file with format documentation
- 0.4 - 2009-02-11
- segy.py: Merged in Vesa Hautsalo's fixes (extendend headers would not have worked)
- segy.py: Now can read ODEC's non-segy segy w/ help from Paul Henkart
- segy.py: Much better support for decoding positions. Looked at cwp-su. Still missing support for 4
- segy.py: cleanup of method order for Trace
- added displays/kml.py, utils/debugging.py
- cmds: Added segy-info command
- 0.3 - 2009-01-26
- segy.py: Fixed bug that prevented reading the trace sample
- 0.2 - 2009-01-26
- First real public release for reading segy and templating metadata
- 0.1 - 2009-01-25