public class SimplePhaseStoN
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PhaseCut |
longCut |
protected TimeInterval |
longOffsetBegin |
protected TimeInterval |
longOffsetEnd |
protected java.lang.String |
phase |
protected PhaseCut |
shortCut |
protected TimeInterval |
shortOffsetBegin |
protected TimeInterval |
shortOffsetEnd |
protected TauPUtil |
taup |
Constructor and Description |
---|
SimplePhaseStoN(java.lang.String phase)
Defaults to plus and minues 5 seconds around the phase for the short
time interval, and the preceeded 100 seconds before that for the long
time interval.
|
SimplePhaseStoN(java.lang.String phase,
TimeInterval shortOffsetBegin,
TimeInterval shortOffsetEnd,
TimeInterval longOffsetBegin,
TimeInterval longOffsetEnd) |
SimplePhaseStoN(java.lang.String phase,
TimeInterval shortOffsetBegin,
TimeInterval shortOffsetEnd,
TimeInterval longOffsetBegin,
TimeInterval longOffsetEnd,
TauPUtil taup) |
Modifier and Type | Method and Description |
---|---|
LongShortTrigger |
process(Location stationLoc,
Origin origin,
LocalSeismogramImpl seis)
Calculates the trigger value for the given wondows.
|
protected java.lang.String phase
protected TimeInterval shortOffsetBegin
protected TimeInterval shortOffsetEnd
protected TimeInterval longOffsetBegin
protected TimeInterval longOffsetEnd
protected PhaseCut shortCut
protected PhaseCut longCut
protected TauPUtil taup
public SimplePhaseStoN(java.lang.String phase, TimeInterval shortOffsetBegin, TimeInterval shortOffsetEnd, TimeInterval longOffsetBegin, TimeInterval longOffsetEnd, TauPUtil taup) throws edu.sc.seis.TauP.TauModelException
edu.sc.seis.TauP.TauModelException
public SimplePhaseStoN(java.lang.String phase, TimeInterval shortOffsetBegin, TimeInterval shortOffsetEnd, TimeInterval longOffsetBegin, TimeInterval longOffsetEnd) throws edu.sc.seis.TauP.TauModelException
edu.sc.seis.TauP.TauModelException
public SimplePhaseStoN(java.lang.String phase) throws edu.sc.seis.TauP.TauModelException
edu.sc.seis.TauP.TauModelException
public LongShortTrigger process(Location stationLoc, Origin origin, LocalSeismogramImpl seis) throws FissuresException, edu.sc.seis.TauP.TauModelException, PhaseNonExistent
FissuresException
edu.sc.seis.TauP.TauModelException
PhaseNonExistent