phaseSignalToNoise

This calculates the signal to noise ratio in the time window described by the offsets around the given phases and passes if the ratio is less than the given ratio.

Example

<phaseSignalToNoise>
    <phaseName>ttp</phaseName>
    <shortOffsetBegin>
        <unit>SECOND</unit>
        <value>-5</value>
    </shortOffsetBegin>
    <shortOffsetEnd>
        <unit>SECOND</unit>
        <value>5</value>
    </shortOffsetEnd>
    <longOffsetBegin>
        <unit>SECOND</unit>
        <value>-105</value>
    </longOffsetBegin>
    <longOffsetEnd>
        <unit>SECOND</unit>
        <value>-5</value>
    </longOffsetEnd>
    <ratio>2.5</ratio>
</phaseSignalToNoise>

This consists of

<phaseSignalToNoise>

<modelName>Any text</modelName> optional
<phaseName>Any text</phaseName>
<shortOffsetBegin> </shortOffsetBegin>
<shortOffsetEnd> </shortOffsetEnd>
<longOffsetBegin> </longOffsetBegin>
<longOffsetEnd> </longOffsetEnd>
<ratio>float</ratio>
</phaseSignalToNoise>

Places this can be found

In seismogramProcess there is a choice between all of the following