ants_2
Lightweight processing and correlation tool for ambient noise
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Repository
Lightweight processing and correlation tool for ambient noise
Basic Info
- Host: GitHub
- Owner: lermert
- Language: Python
- Default Branch: master
- Size: 1.03 MB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
ants_2
Download, process and correlate continuous seismic data
Documentation
Information on usage can be found in the ants-doc.tar archive. After installation (see below), start with ants_quickstart.pdf.
Dependencies
obspy
mpi4py (uses openmpi or mpich)
h5py (uses hdf5)
basemap
mock
click
pyasdf (https://github.com/SeismicData/pyasdf)
It is convenient to install the dependencies with anaconda (https://www.continuum.io/downloads). To install obspy and pyasdf, adding the conda-forge channel is necessary, see https://github.com/obspy/obspy/wiki/Installation-via-Anaconda. If you want to write correlations to pyasdf directly, it is currently necessary to install it with parallel hdf5 support; see http://seismicdata.github.io/pyasdf/installation.html. In most cases it is easier to write them to SAC and convert to pyasdf after all correlations are computed.
Installation
After cloning, ants should be set up by running:
pip install -v -e .
in the ants_2 directory. If successfully installed, one should be able to call the scripts with:
ants
This should display a list of commands.
mpi4py
Sometimes mpi4py causes problems when running on mac OS. In some cases installing mpi4py with pip after having installed the other dependencies with conda works better.
Owner
- Login: lermert
- Kind: user
- Repositories: 3
- Profile: https://github.com/lermert
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Ermert" given-names: "Laura" orcid: "https://orcid.org/0000-0001-9862-2710" - family-names: "Kaestle" given-names: "Emanuel" title: "ants_2 - a lightweight ambient noise processing tool" version: prelim doi: 10.5281/zenodo.7930764 date-released: 2023-05-12 url: "https://github.com/lermert/ants_2/tree/prelim"
GitHub Events
Total
- Push event: 6
- Fork event: 1
- Create event: 1
Last Year
- Push event: 6
- Fork event: 1
- Create event: 1
Dependencies
- click *
- geographiclib *
- h5py *
- mpi4py >=2.0.0
- obspy >=1.0.1