AmpSuite is a comprehensive toolset for seismic data analysis, including amplitude measurement, correction, discrimination, and yield estimation.
- Create the conda environment:
conda env create -f environment-nocuda.yml
-
Activate the conda environment:
conda activate ampsuite
-
Install the package in editable mode:
pip install -e .
Explore the following Jupyter notebooks to learn how to use AmpSuite:
- Measure Amplitudes
- Correct Amplitudes
- Discrimination Analysis (No Source Fit)
- Simple Bayesian Yield Estimation
- Plot Amplitude Tomography
- Gaussian Process Yield Estimation
Contributions to AmpSuite are welcome! Please refer to our contributing guidelines for more information.
This project is licensed under the MIT License.
For questions or support, please open an issue on our GitHub repository.