Skip to content
/ arcapollo Public

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 binaries and configuration files to perform its tasks.

Notifications You must be signed in to change notification settings

IPGP/arcapollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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 binaries and configuration files to perform its tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages