-
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.py
- agilegeo.attribute.similarity.py
- agilegeo.attribute.spectraldecomp.py
- agilegeo.attribute.spectrogram.py
- agilegeo.attribute.dipsteer.py
- agilegeo.attribute.curvature.py
- agilegeo.attribute.dipsteeredfilter.py
- agilegeo.attribute.integratedtrace.py
- agilegeo.attribute.textures.py
- agilegeo.attribute.cosinephase
- agilege.attribute.instantaneousphase
- [agilegeo.attribute.envelope.py](https://github.com/agile-geoscience/agilegeo/blob/master/attribute/envelope.py)
- agilegeo.attribute.quadrature.py
- agilegeo.attribute.instantaneousfrequency.py
- agilegeo.attribute.textures.py - functions for textural statistics and patterns (from [skimage](http://scikit-image.org/docs/dev/auto_examples/plot_glcm.html) and / [mahotas](http://luispedro.org/software/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?)