ReadInstr: Read IRIS Instrument Response File

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ReadInstr.R

Description

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

Usage

1
  ReadInstr(fn)

Arguments

fn

List of filenames of instrument response files to read

Value

List including the following elements:

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

Author(s)

Jake Anderson

See Also

GetPZ MakeRespSP

Examples

1
2
# not run:
# ReadInstr('SAC_PZs_IU_OTAV_BHZ_00_2009.091.00.00.00.0000_2010.136.22.12.60.99999')

Example output

Loading required package: signal

Attaching package: 'signal'

The following objects are masked from 'package:stats':

    filter, poly

Loading required package: RSEIS
Loading required package: pracma

Attaching package: 'pracma'

The following objects are masked from 'package:RSEIS':

    detrend, hypot, logspace, peaks, trapz

The following objects are masked from 'package:signal':

    conv, ifft, interp1, pchip, polyval, roots


Attaching package: 'TDD'

The following object is masked from 'package:RSEIS':

    ReadInstr

TDD documentation built on May 2, 2019, 4:51 a.m.

Related to ReadInstr in TDD...