Learn R Programming

TDD (version 0.4)

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

fn
List of filenames of instrument response files to read

Value

Sense
Sensitivity of instrument (V * s/m)
Knorm
Normalization constant
poles
Poles of Laplace transform of instrument impulse response (rad/s)
np
Number of poles
zeros
Zeros of Laplace transform of instrument impulse response (rad/s)
nz
Number 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