public class LongShortStoN
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TimeInterval |
delay |
protected TimeInterval |
longTime |
protected TimeInterval |
meanTime |
protected TimeInterval |
shortTime |
protected float |
threshold |
Constructor and Description |
---|
LongShortStoN(TimeInterval longTime,
TimeInterval shortTime,
float threshold) |
LongShortStoN(TimeInterval longTime,
TimeInterval shortTime,
float threshold,
TimeInterval delay) |
LongShortStoN(TimeInterval longTime,
TimeInterval shortTime,
float threshold,
TimeInterval delay,
TimeInterval meanTime) |
Modifier and Type | Method and Description |
---|---|
LongShortTrigger[] |
calcTriggers(LocalSeismogramImpl seis) |
LongShortTrigger[] |
calcTriggersTJO(LocalSeismogramImpl seis) |
protected TimeInterval longTime
protected TimeInterval shortTime
protected TimeInterval delay
protected float threshold
protected TimeInterval meanTime
public LongShortStoN(TimeInterval longTime, TimeInterval shortTime, float threshold)
longTime
- Time Interval for the long term averageshortTime
- Time Interval for the short term averagethreshold
- ration of short to long termaverages above which a trigger is declaredpublic LongShortStoN(TimeInterval longTime, TimeInterval shortTime, float threshold, TimeInterval delay)
longTime
- Time Interval for the long term averageshortTime
- Time Interval for the short term averagethreshold
- ration of short to long termaverages above which a trigger is declaredpublic LongShortStoN(TimeInterval longTime, TimeInterval shortTime, float threshold, TimeInterval delay, TimeInterval meanTime)
public LongShortTrigger[] calcTriggers(LocalSeismogramImpl seis) throws FissuresException
FissuresException
public LongShortTrigger[] calcTriggersTJO(LocalSeismogramImpl seis) throws FissuresException
FissuresException