Channel Azimuth Parser

Dear ObsPy Users,

I would like to extract the azimuth information for a given channel from a dateless seed. Does a Parser object contain that information? If so, how can I access it?

Thanks and best regards,
Florian

Hi Florian,

it seems we don't have a routine with Parser to return the information
you want (unfortunately).
But if you look at the source code for the rotate_to_zne method, you
should be able to extract it yourself in a few lines of code.
https://github.com/obspy/obspy/blob/master/obspy/io/xseed/parser.py#L1261-L1275

cheers,
Tobias