obspy.core.inventory.response.paz_to_sacpz_string

paz_to_sacpz_string(paz, instrument_sensitivity, to_radians_per_second=True)[source]

Returns SACPZ ASCII text representation of Response.

Parameters:
  • paz (PolesZerosResponseStage) – Poles and Zeros response information

  • paz – Overall instrument sensitivity of response

  • to_radians_per_second (bool) – Whether to convert poles and zeros to radians/s before returning SACPZ string. This should be done in most cases as SAC is expecting radians/s.

Return type:

str

Returns:

Textual SACPZ representation of poles and zeros response stage.