obspy.core.inventory.response¶
Classes related to instrument responses.
copyright: | Lion Krischer (krischer@geophysik.uni-muenchen.de), 2013 |
---|---|
license: | GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html) |
Public Functions
paz_to_sacpz_string |
Returns SACPZ ASCII text representation of Response. |
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
_adjust_bode_plot_figure |
Helper function to do final adjustments to Bode plot figure. |
_pitick2latex |
Helper function to convert a float that is a multiple of pi/2 to a latex string. |
Classes
CoefficientWithUncertainties |
A coefficient with optional uncertainties. |
CoefficientsTypeResponseStage |
This response type can describe coefficients for FIR filters. |
FIRResponseStage |
From the StationXML Definition: |
FilterCoefficient |
A filter coefficient. |
InstrumentPolynomial |
From the StationXML Definition: |
InstrumentSensitivity |
From the StationXML Definition: |
PolesZerosResponseStage |
From the StationXML Definition: |
PolynomialResponseStage |
From the StationXML Definition: |
Response |
The root response object. |
ResponseListElement |
Describes the amplitude and phase response value for a discrete frequency value. |
ResponseListResponseStage |
This response type gives a list of frequency, amplitude and phase value pairs. |
ResponseStage |
From the StationXML Definition: |