Cuda-Chen / ms2psd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ms2psd

Power Spectral Density Probability Density Functions Calculation describe by McMarana 2004.

How to Install

Requirements

  • libmseed
  • FFTW

Compile

$ make

Usage

./ms2psd [f1] [f2] [f3] [f4] [totype] [input] [resp]

Input parameters:
f1, f2, f3, f4: four-corner frequencies (Hz)
totype: specify the following numbers for output waveform format:
        0: displacement
        1: velocity
        2: acceleration
input: input waveform. Should be miniSEED format
resp: response file in SACPZ format

TO-DO

  • first workable version
    • PDF calculation
    • PDF plotting feature
      • GMT w/ bash script
      • Matplotlib
  • CUDA support
  • PDF file description
  • PDF file search utility for PDF aggregation

About

License:MIT License


Languages

Language:C 93.6%Language:Makefile 2.7%Language:Shell 2.3%Language:Python 1.5%