obspy.core.inventory.response.Response._get_overall_sensitivity_and_gain

Response._get_overall_sensitivity_and_gain(frequency=None, output='VEL')[source]

Get the overall sensitivity and gain from stages 1 to N.

Returns the overall sensitivity frequency and gain, which can be used to create stage 0.

Parameters:
  • output (str)

    Output units. One of:

    "DISP"
    displacement, output unit is meters
    "VEL"
    velocity, output unit is meters/second
    "ACC"
    acceleration, output unit is meters/second**2
  • frequency (float) Frequency to calculate overall sensitivity for in Hertz. Defaults to normalization frequency of stage 1.
Return type:

tuple:( float, float )

Returns:

frequency and gain at frequency.