-
I think there is a bug in `readSACXY`[[BR]]
See the [http://tests.obspy.org/?id=1190#0 test report].[[BR]]
I think the first waveform line is recognized as still header.
-
When I look at this sac file, input into SAC, and run "lh" command, I get following:
{{{
KINST = LYE
KSTNM = PIN1
KNETWK = GD
}}}
But when I read it into ObsPy - and print - I see the following:
…
-
Currently, certain SAC header variables are not kept in the trace.stats.sac dictionary when read in from Obspy. I feel that the expected behavior is to keep ''all'' SAC headers in the trace.stats.sac…