API Reference for Enthought Tool Suite 3.0.1
A generic Segy file reader
Global logger
logger = logging.getLogger(__name__)
Global translator to ensure that log-context names are python-friendly
trans_table = string.maketrans('/.\\@#$%^&*()-+=<>', '_________________')
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| array | numpy.array |
| BinaryHeader | geo.io.segy.binary_header.BinaryHeader |
| DataContext | enthought.contexts.data_context.DataContext |
| Enum | enthought.traits.trait_types.Enum |
| File | enthought.traits.trait_types.File |
| Float | enthought.traits.trait_types.Float |
| HasTraits | enthought.traits.has_traits.HasTraits |
| ibm2ieee | enthought.block_canvas.app.segy_reader.utils.ibm2ieee |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| logging | logging |
| on_trait_change | enthought.traits.has_traits.on_trait_change |
| os | os |
| ProgressDialog | enthought.pyface.progress_dialog.ProgressDialog |
| Property | enthought.traits.traits.Property |
| QuantityTrait | enthought.units.quantity_traits.QuantityTrait |
| Segy | geo.io.segy.segy.Segy |
| segy_reader_view | enthought.block_canvas.app.segy_reader.segy_reader_ui.segy_reader_view |
| string | string |
| struct | struct |
| TraceHeader | geo.io.segy.trace_header.TraceHeader |
| TraceHeaderView | enthought.block_canvas.app.segy_reader.trace_header_ui.TraceHeaderView |
© Copyright 2002-2008 Enthought, Inc.