SeisRuby

What is this?

Ruby library and command line tools for earthquake science.

Command Line Tool

seis_ruby help

Library

Please check SeisRuby::Command which provides handy methods via SeisRuby.

Quick Start

require 'seis_ruby'
sac = SeisRuby.load_file('test_read.SAC') # Read a SAC file
sac.head[:a] += 3.0                       # Shift Tp 3.0 seconds
sac.dump_file('test_dump_shifted.SAC')    # Output a SAC file

License

GPL v3

Author

Kasahara Amato

Semantic Versioning

This software basically follow the / Semantic Versioning.