Getting Started
Parser
Parser._check_blockettes()
Parser._compare_blockettes()
Parser._create_blockettes_11_and_12()
Parser._create_cut_and_flush_record()
Parser._delete_blockettes_11_and_12()
Parser._get_abbreviation()
Parser._get_resp_string()
Parser._parse_merged_data()
Parser._parse_resp()
Parser._parse_seed()
Parser._parse_xml_blockette()
Parser._parse_xseed()
Parser._repr_pretty_()
Parser._select()
Parser._update_internal_seed_structure()
Parser._update_temporary_stations()
Parser.__delattr__()
Parser.__dir__()
Parser.__eq__()
Parser.__format__()
Parser.__ge__()
Parser.__getattribute__()
Parser.__gt__()
Parser.__hash__()
Parser.__init__()
Parser.__init_subclass__()
Parser.__le__()
Parser.__lt__()
Parser.__ne__()
Parser.__new__()
Parser.__reduce__()
Parser.__reduce_ex__()
Parser.__repr__()
Parser.__setattr__()
Parser.__sizeof__()
Parser.__str__()
Parser.__subclasshook__()
Developer Resources
Indices and Tables
Create an ObsPy response object from all blockettes of a channel.
This is a method instead of function as it needs to access the abbreviation dictionary.
blockettes_for_channel (List[:class:`~obspy.io.xseed.blockette.Blockette]) – The blockettes for the channel to calculate the response for.
epoch_str (str) – A string representing the epoch. Used for nice warning and error message.
obspy.core.inventory.response.Response
Inventory response object.