obspy.io.xseed.parser.Parser ============================ .. currentmodule:: obspy.io.xseed.parser .. autoclass:: Parser :show-inheritance: .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Parser.get_coordinates ~Parser.get_inventory ~Parser.get_paz ~Parser.get_resp ~Parser.get_response_for_channel ~Parser.get_seed ~Parser.get_xseed ~Parser.read ~Parser.resolve_abbreviation ~Parser.rotate_to_zne ~Parser.write_resp ~Parser.write_seed ~Parser.write_xseed .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Parser._check_blockettes .. automethod:: Parser._compare_blockettes .. automethod:: Parser._create_blockettes_11_and_12 .. automethod:: Parser._create_cut_and_flush_record .. automethod:: Parser._delete_blockettes_11_and_12 .. automethod:: Parser._get_abbreviation .. automethod:: Parser._get_resp_string .. automethod:: Parser._parse_merged_data .. automethod:: Parser._parse_resp .. automethod:: Parser._parse_seed .. automethod:: Parser._parse_xml_blockette .. automethod:: Parser._parse_xseed .. automethod:: Parser._repr_pretty_ .. automethod:: Parser._select .. automethod:: Parser._update_internal_seed_structure .. automethod:: Parser._update_temporary_stations .. rubric:: Special Methods .. automethod:: Parser.__delattr__ .. automethod:: Parser.__dir__ .. automethod:: Parser.__eq__ .. automethod:: Parser.__format__ .. automethod:: Parser.__ge__ .. automethod:: Parser.__getattribute__ .. automethod:: Parser.__gt__ .. automethod:: Parser.__hash__ .. automethod:: Parser.__init__ .. automethod:: Parser.__init_subclass__ .. automethod:: Parser.__le__ .. automethod:: Parser.__lt__ .. automethod:: Parser.__ne__ .. automethod:: Parser.__new__ .. automethod:: Parser.__reduce__ .. automethod:: Parser.__reduce_ex__ .. automethod:: Parser.__repr__ .. automethod:: Parser.__setattr__ .. automethod:: Parser.__sizeof__ .. automethod:: Parser.__str__ .. automethod:: Parser.__subclasshook__