Package simplesegy-py27-0.7-1
| System | Binary Distributions | CVS/rsync Source Distributions | |
|---|---|---|---|
10.7/x86_64 | 0.7-1 | ||
10.6/x86_64 | |||
10.6/i386 | |||
10.5/i386 | |||
10.5/powerpc | |||
| Description: | Segy seismic data reader (0.7-1) | |
Very simple access to SEG-Y Revision 0 or 1 files. Only implements reading. | ||
| Usage Hints: | ||
python
from simplesegy import segy
sgy = segy.Segy('foo.sgy')
sgy.trace_metadata()
(
(142.52074472222222, 14.634158055555556),
(142.67233305555555, 15.039263055555555),
(datetime.datetime(2007, 11, 29, 13, 24, 20),
datetime.datetime(2007, 11, 29, 15, 18, 33))
)
print sgy.hdr_text
for trace in sgy:
print trace.position_geographic(), trace.datetime(), trace.min, trace.sec | ||
| Section: | sci | |
| Maintainer: | Kurt Schwehr <goatbarATusersDOTsourceforgeDOTnet> | |
| Website: | http://vislab-ccom.unh.edu/~schwehr/software/simplesegy/ | |
| License: | OSI-Approved | |
| Info-File: | dists/10.7/stable/main/finkinfo/sci/simplesegy-py.info CVS log, Last Changed: Wed, 24 Aug 2011 21:51:36 (UTC) | |
Section list - Flat package list - Search packages
(*) = Unsupported distribution.