ObsPy Logo
1.4.0

Getting Started

  • Tutorial
  • Gallery
  • API Overview

Developer Resources

  • Contributing to ObsPy
  • Coding Style Guide
  • Contributor Covenant Code of Conduct
  • Changelog

Indices and Tables

  • Table of Contents
  • Citations
  • Contributors
ObsPy
  • obspy.io.arclink.inventory._read_response
  • View page source

obspy.io.arclink.inventory._read_response

_read_response(root, sen_element, resp_element, cha_element, data_log_element, samp_rate, fir, analogue)[source]

reads response from arclinkXML format

Parameters:
  • root – XML document root element

  • sen_element – sensor element to be used

  • resp_element – response element to be parsed

  • cha_element – channel element to be used

  • data_log_element – datalogger element to be used

  • samp_rate – sample rate of stream

  • fir – list of FIR filter chain identifiers

  • analogue – list of analogue filter chain identifiers


© Copyright 2012-2022, The ObsPy Development Team (devs@obspy.org). Last updated on 2022-11-21T14:30:24.

Built with Sphinx 5.3.0 using a theme provided by Read the Docs.