Learn R Programming

TDD (version 0.1)

ReadInstr: Read IRIS Instrument Response File

Description

Scans an instrument response file from IRIS and returns a list with poles, zeros, normalization constant, and sensitivity.

Usage

ReadInstr(fn)

Arguments

Value

List including the following elements:SenseSensitivity of instrument (V * s/m)KnormNormalization constantpolesPoles of Laplace transform of instrument impulse response (rad/s)npNumber of poleszerosZeros of Laplace transform of instrument impulse response (rad/s)nzNumber of zeros

See Also

GetPZ MakeRespSP

Examples

Run this code
# not run:
# ReadInstr('SAC_PZs_IU_OTAV_BHZ_00_2009.091.00.00.00.0000_2010.136.22.12.60.99999')

Run the code above in your browser using DataLab