I would like to adjust the seed Parser function or writeRESP function (not sure which one I need to tweak) such that I can add more information into RESP files created with the writeRESP function. In particular I would like to add info about the channel orientation to the RESP file, which commonly doesn’t seem to be in there. So I have to tell the functions to additionally read/write some fields of Seed Blockette 52 …
Could you point out to me which parts of the scripts I would have to change for this?
RESP files unfortunately don't have coordinates or channel orientations.
So if you write those to it its no longer a well-formed RESP file in
some sense. Programs might and likely will break with these files. I
don't think there is a formal RESP specification so I guess the ultimate
authorities are rdseed and evalresp.
I'd advise you to just use StationXML files if possible which are a
superior alternative.
thanks for the fast reply. I was already expecting something like this, since I never saw channel orientation in a RESP file. Anyways, thanks for the instructions!
Printing the stats, looks well.
If I use s.plot(type='dayplot'), plot is OK.
Plots of the previous (014) and the next (016) day are OK.
Obspy-scan shows a gap -fake- at the entire day (015) when plotting the entire year.
However, using Machine#2:
python 2.7.6
obspy 0.10.2
matplotlib 1.4.3 (older version than mahine#1)