Dear List,
I am using rdseed to extract SAC files from seed files:
rdseed -f x.seed -d -z 3 -b 2000000
This works fine, except for the Arrival Picks, they don't make it into
the sac header.
Picks are stored int he seed file and I can see them with:
rdseed -f x.seed -c
# Event phases:
B072F03 Station id: ABC
B072F06 Phase arrival time: 2005,003,19:32:59.0299
B072F10 Phase name: SG
I could read out this output, but maybe there is an easier way to get
the Arrival time into the sac header or at least to access this
blockette 72 information, just as there is for blockette 71 (-e
option).
Has anyone faced this problem?
Cheers,
Andreas