.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
Makefile
README.md
environment-dev.yml
environment.yml
readthedocs.yml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/source/adding.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/credits.rst
docs/source/faq.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/performance.rst
docs/source/roadmap.rst
docs/source/_static/pylops.png
docs/source/_static/pylops_b.png
docs/source/_static/style.css
docs/source/_templates/breadcrumbs.html
docs/source/_templates/layout.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/exception.rst
docs/source/_templates/autosummary/function.rst
docs/source/_templates/autosummary/module.rst
docs/source/api/index.rst
docs/source/api/others.rst
examples/README.txt
examples/__init__.py
examples/plot_avo.py
examples/plot_causalintegration.py
examples/plot_convolve.py
examples/plot_derivative.py
examples/plot_diagonal.py
examples/plot_fft.py
examples/plot_flip.py
examples/plot_identity.py
examples/plot_linearregr.py
examples/plot_matrixmult.py
examples/plot_mdc.py
examples/plot_prestack.py
examples/plot_regr.py
examples/plot_restriction.py
examples/plot_seismicevents.py
examples/plot_smoothing1d.py
examples/plot_smoothing2d.py
examples/plot_stacking.py
examples/plot_symmetrize.py
examples/plot_tapers.py
examples/plot_wavest.py
examples/plot_zero.py
pylops/LinearOperator.py
pylops/__init__.py
pylops/version.py
pylops.egg-info/PKG-INFO
pylops.egg-info/SOURCES.txt
pylops.egg-info/dependency_links.txt
pylops.egg-info/requires.txt
pylops.egg-info/top_level.txt
pylops.egg-info/zip-safe
pylops/avo/__init__.py
pylops/avo/avo.py
pylops/avo/poststack.py
pylops/avo/prestack.py
pylops/basicoperators/Block.py
pylops/basicoperators/BlockDiag.py
pylops/basicoperators/CausalIntegration.py
pylops/basicoperators/Diagonal.py
pylops/basicoperators/FirstDerivative.py
pylops/basicoperators/Flip.py
pylops/basicoperators/HStack.py
pylops/basicoperators/Identity.py
pylops/basicoperators/Laplacian.py
pylops/basicoperators/LinearRegression.py
pylops/basicoperators/MatrixMult.py
pylops/basicoperators/Regression.py
pylops/basicoperators/Restriction.py
pylops/basicoperators/SecondDerivative.py
pylops/basicoperators/Smoothing1D.py
pylops/basicoperators/Smoothing2D.py
pylops/basicoperators/Symmetrize.py
pylops/basicoperators/VStack.py
pylops/basicoperators/Zero.py
pylops/basicoperators/__init__.py
pylops/optimization/__init__.py
pylops/optimization/leastsquares.py
pylops/optimization/sparsity.py
pylops/signalprocessing/Convolve1D.py
pylops/signalprocessing/Convolve2D.py
pylops/signalprocessing/FFT.py
pylops/signalprocessing/FFT2D.py
pylops/signalprocessing/__init__.py
pylops/utils/__init__.py
pylops/utils/dottest.py
pylops/utils/seismicevents.py
pylops/utils/signalprocessing.py
pylops/utils/tapers.py
pylops/utils/wavelets.py
pylops/waveeqprocessing/__init__.py
pylops/waveeqprocessing/marchenko.py
pylops/waveeqprocessing/mdd.py
pytests/test_avo.py
pytests/test_basicoperators.py
pytests/test_causalintegration.py
pytests/test_combine.py
pytests/test_convolve.py
pytests/test_derivative.py
pytests/test_ffts.py
pytests/test_leastsquares.py
pytests/test_linearoperator.py
pytests/test_marchenko.py
pytests/test_poststack.py
pytests/test_prestack.py
pytests/test_seismicevents.py
pytests/test_smoothing.py
pytests/test_sparsity.py
pytests/test_waveeqprocessing.py
testdata/python.png
testdata/avo/poststack_model.npz
testdata/marchenko/input.npz
tutorials/README.txt
tutorials/deblurring.py
tutorials/dottest.py
tutorials/interpolation.py
tutorials/linearoperator.py
tutorials/marchenko.py
tutorials/mdd.py
tutorials/optimization.py
tutorials/poststack.py
tutorials/prestack.py