obspy.core.inventory.response.Response¶
-
class
Response
(resource_id=None, instrument_sensitivity=None, instrument_polynomial=None, response_stages=None)[source]¶ Bases:
obspy.core.util.base.ComparingObject
The root response object.
Attributes
__dict__
__doc__
__hash__
__module__
__weakref__
list of weak references to the object (if defined)
Public Methods
Returns frequency response and corresponding frequencies using evalresp.
Returns frequency response for given frequencies using evalresp.
Get Poles and Zeros stage.
Returns SACPZ ASCII text representation of Response.
Computes the input and output sampling rates of each stage.
Show bode plot of instrument response.
Recalculates the overall sensitivity.
Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
Internal helper function that will add units to gain only stages based on the units of surrounding stages.
Returns frequency response for given frequencies using evalresp.
Get the overall sensitivity and gain from stages 1 to N.
Special Methods
Default dir() implementation.
Return self==value.
Default object formatter.
- type resource_id
str
This method is called when a class is subclassed.
Return self!=value.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Return str(self).
Abstract classes can override this to customize issubclass().