Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.97 KB

README.md

File metadata and controls

59 lines (46 loc) · 1.97 KB

REALAssociator

Summary

  • Tool to associate phase data from PhaseNet (Zhu and Beroza, 2019) using REAL (Zhang et al., 2019).
  • Easy to run on various OS by using docker.

Requirements

Usage

  • Installation

    $ git clone https://github.com/rintr-suzuki/REALAssociator.git
    $ cd REALAssociator
    
  • Execution

    $ ./REALAssociator.bash --infile data/picks.json
    # See 'data' directory for the result.
    
  • See here for the detailed information.

  • See here for the tips of this tool.

Acknowledgements

  • This program is forked from the original version to test. Original version is here.
    See LISENCE for the copyright notice.

References