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__ str(object=’‘) -> string
__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.

Special Methods

__eq__
__init__
type resource_id:
 string
__ne__
__str__

This Page