Skip to content

lanl/AmpSuite

Repository files navigation

AmpSuite: Integrated Amplitude, Coda, Discrimination and Yield Routines

AmpSuite is a comprehensive toolset for seismic data analysis, including amplitude measurement, correction, discrimination, and yield estimation.

Installation

Setting up the environment

  1. Create the conda environment:
    conda env create -f environment-nocuda.yml
    

Installing AmpSuite package

  1. Activate the conda environment:

    conda activate ampsuite
    
  2. Install the package in editable mode:

    pip install -e .
    

Tutorials

Explore the following Jupyter notebooks to learn how to use AmpSuite:

  1. Measure Amplitudes
  2. Correct Amplitudes
  3. Discrimination Analysis (No Source Fit)
  4. Simple Bayesian Yield Estimation
  5. Plot Amplitude Tomography
  6. Gaussian Process Yield Estimation

Contributing

Contributions to AmpSuite are welcome! Please refer to our contributing guidelines for more information.

License

This project is licensed under the MIT License.

Contact

For questions or support, please open an issue on our GitHub repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages