SAC style response file. This contains poles and zeros to represent the
analog stage, plus a constant for the overall gain. See
seisplotjs.transfer.convertToSacPoleZero() for conversion from a
StationXML response to SacPoleZero.
Parameters
Static Members
Parses a string in sac polezero format into a SacPoleZero.
Parameters
Returns
any
:
SacPoleZero instance
Instance Members
Complex poles
poles
Type:
Array<Complex>
Complex zeros
zeros
Type:
Array<Complex>
Scalar overall gain
constant
Type:
number
number of zeros added to convert to displacement, for debugging
gamma
Type:
number
hertz/radian factor, for debugging
mulFactor
Type:
number
sensitivity accounting for gamma, for debugging
sd
Type:
number
normalization factor for poles and zeros accounting for gamma, for debugging
A0
Type:
number