-
Notifications
You must be signed in to change notification settings - Fork 117
Home
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).
- agilegeo.attribute.energy
- agilegeo.attribute.similarity
- agilegeo.attribute.spectraldecomp
- agilegeo.attribute.spectrogram
- agilegeo.attribute.dipsteer
- agilegeo.attribute.curvature
- agilegeo.attribute.dipsteeredfilter
- agilegeo.attribute.integratedtrace
- agilegeo.attribute.textures
- agilegeo.attribute.cosinephase
- agilege.attribute.instantaneousphase
- agilegeo.attribute.envelope
- agilegeo.attribute.quadrature
- agilegeo.attribute.instantaneousfrequency
- agilegeo.attribute.textures.py - functions for textural statistics and patterns (from skimage and mahotas)
Example:
import agilegeo.wavelet dir(agilegeo.wavelet) help(agilegeo.wavelet.ricker_alg)
- agilegeo.wavelet.lfm - Linear frequency modulation (sweep)
- agilegeo.wavelet.klauder - Klauder wavelet
- agilegeo.wavelet.ormsby_alg - Ormsby wavelet
- agilegeo.wavelet.ricker_alg - Ricker wavelet
- agilegeo.wavelet.filterbank - Application of PyWavelets for wavelet domain construction
- 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?)