mirror of
https://github.com/wassname/segpy.git
synced 2026-06-27 22:08:35 +08:00
50 lines
1.1 KiB
ReStructuredText
50 lines
1.1 KiB
ReStructuredText
.. Segpy documentation master file, created by
|
|
sphinx-quickstart on Sat Jan 31 17:56:17 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
=====
|
|
Segpy
|
|
=====
|
|
|
|
*Segpy* is a Python package for reading and writing SEG Y data. The SEG Y file format is one of several standards
|
|
developed by the Society of Exploration Geophysicists for storing geophysical seismic data. It is an open standard, and
|
|
is controlled by the SEG Technical Standards Committee, a non-profit organization.
|
|
|
|
This project aims to implement an open SEG Y module in Python for transporting seismic data between SEG Y files and
|
|
Python data structures.
|
|
|
|
Contents
|
|
========
|
|
|
|
Front Matter
|
|
------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Narrative Documentation
|
|
-----------------------
|
|
|
|
Read this to learn how to use *Segpy*:
|
|
|
|
|
|
Reference Documentation
|
|
-----------------------
|
|
|
|
Descriptions and examples for every public function, class and method in *Segpy*.
|
|
|
|
|
|
Change History
|
|
--------------
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|