ObsPy Logo
1.4.1

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._tag2pole_or_zero
  • View page source

obspy.io.arclink.inventory._tag2pole_or_zero

_tag2pole_or_zero(paz_element, count)[source]

Parses arclinkXML paz format Uncertainties on poles removed, not present in fo Always put to None so no internal conflict The sanitization removes the first/last parenthesis and split by comma, real part is 1st, imaginary 2nd

Parameters:
  • paz_element – string of poles or zeros e.g. (12320, 23020)

  • count – sequential numbering of poles/zeros


© Copyright 2012-2024, The ObsPy Development Team (devs@obspy.org). Last updated on 2024-05-03T07:59:19.

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