Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.09 KB

File metadata and controls

36 lines (26 loc) · 1.09 KB

arcapollo - ARChive APOLLO

A simple Bash script for archiving seismic MiniSEED data files after completing them and repacking them into 4096-bytes records. The project uses external compiled programs and configuration files to perform its tasks.

Features

  • Single-file Bash script (arcapollo.sh)
  • Central configuration file (arcapollo.cfg)
  • Per-station configuration file (stations/*.cfg)
  • Calls external compiled binaries

Requirements

Make sure wget is installed and available in your $PATH and to update the paths of the other binaries in config.cfg.

Installation

Clone the repository:

git clone https://github.com/IPGP/arcapollo.git
cd arcapollo

Copy the example configurations files:

cp example.cfg arcapollo.cfg
cp stations/NET_STA.example stations/<NET_STA>.cfg

Then edit the .cfg files according to your setup.