Skip to content
Matt Hall edited this page Oct 29, 2013 · 4 revisions

Welcome to the agilegeo wiki! Items with links exists. Items without links, don't exist (yet).

Modules in agilegeo.api

Modules in agilegeo.wavelet

Example:

 import agilegeo.wavelet
 dir(agilegeo.wavelet)
 help(agilegeo.wavelet.ricker_alg)

Modules in agilegeo.io

  • agilegeo.io.segy - Extension of defunct SegyPy
  • agilegeo.io.pygeo - Direct access SEGY library. Nice memory maps of SEGY and SU files from Brendan Smithyman.
  • agilegeo.io.las - Fork of LASreader available from SciPy Cookbook
  • agilegeo.io.rsf - Conversion of Madagascar regularly sampled format (rsf) to NumPy array, (or SEGY?)
  • agilegeo.io.odt - Conversion of OpendTect volumes to NumPy array, (or SEGY?)
  • agilegeo.io.su - Conversion of Seismic Un*x (su) seismic data format to NumPy array, (or SEGY?)
Clone this wiki locally