Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation (0.9.0)
»
ObsPy Library Reference
»
Classes & Functions
»
obspy.station.response
»
obspy.station.response.ResponseListElement
»
obspy.station.response.ResponseListElement.__init__
¶
ResponseListElement.
__init__
(
frequency
,
amplitude
,
phase
)
[source]
¶
Parameters:
frequency
(
float
)
The frequency for which the response is valid.
amplitude
(
float
)
The value for the amplitude response at this frequency.
phase
(
float
)
The value for the phase response at this frequency.
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation (0.9.0)
»
ObsPy Library Reference
»
Classes & Functions
»
obspy.station.response
»
obspy.station.response.ResponseListElement
»