obspy.station.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__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

get_evalresp_response Returns frequency response and corresponding frequencies using evalresp.
get_paz Get Poles and Zeros stage.
get_sacpz Returns SACPZ ASCII text representation of Response.
next
plot Show bode plot of instrument response.

Private Methods

_repr_pretty_

Special Methods

__eq__
__init__
type resource_id:
 str
__long__
__native__ Hook for the future.utils.native() function
__ne__
__nonzero__
__str__
__unicode__