P/S wave marker problem #34
-
|
Hi,everybody , One consequence of this situation is that the SourceSpec code cannot find the P wave arrival time. How can this problem be fixed? Junqing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi Junqing, Your SourceSpec identifies the picks using:
So, in this case, SourceSpec reads There are two possible solutions to this:
|
Beta Was this translation helpful? Give feedback.
Hi Junqing,
Your
Afield has for some reason the label"T0"(the label forAis stored in the SAC header fieldKA). This is non-standard, since the label"T0"should go with the header fieldT0.SourceSpec identifies the picks using:
Ais the P pick andT0is the S pick, if no label is defined.So, in this case, SourceSpec reads
"T0"as theAfield label, and it doesn't know how to identify this pick.There are two possible solutions to this:
you remove the labels and let SourceSpec assume that
Ais the P pick andT0is the S pick, using, e.g., the following SAC command:you explicitly mark your picks…