public class PhaseCut
extends java.lang.Object
Constructor and Description |
---|
PhaseCut(TauPUtil timeCalc,
java.lang.String beginPhase,
TimeInterval beginOffset,
java.lang.String endPhase,
TimeInterval endOffset)
warning, this class assumes that no other thread will be accessing
the TauP_Time class while it is being used here.
|
Modifier and Type | Method and Description |
---|---|
LocalSeismogramImpl |
cut(Location stationLoc,
Origin origin,
LocalSeismogramImpl seis)
Cuts the seismogram based on offsets from the given phases.
|
public PhaseCut(TauPUtil timeCalc, java.lang.String beginPhase, TimeInterval beginOffset, java.lang.String endPhase, TimeInterval endOffset)
public LocalSeismogramImpl cut(Location stationLoc, Origin origin, LocalSeismogramImpl seis) throws edu.sc.seis.TauP.TauModelException, PhaseNonExistent, FissuresException
PhaseNonExistent
- if either of the phases does not exist
at the distance.edu.sc.seis.TauP.TauModelException
FissuresException