Skip to content

P/S wave marker problem #34

Answered by claudiodsf
woxin5295 asked this question in Q&A
Apr 5, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi Junqing,

Your A field has for some reason the label "T0" (the label for A is stored in the SAC header field KA). This is non-standard, since the label "T0" should go with the header field T0.

SourceSpec identifies the picks using:

  • the field labels, if they are defined
  • or assuming that A is the P pick and T0 is the S pick, if no label is defined.

So, in this case, SourceSpec reads "T0" as the A field label, and it doesn't know how to identify this pick.

There are two possible solutions to this:

  1. you remove the labels and let SourceSpec assume that A is the P pick and T0 is the S pick, using, e.g., the following SAC command:

    SAC> ch ka undef kt0 undef
    
  2. you explicitly mark your picks…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@claudiodsf
Comment options

@woxin5295
Comment options

Answer selected by woxin5295
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants