Class WavefrontPathSegment


  • public class WavefrontPathSegment
    extends AbstractPathSegment
    Segment of the path of wavefront of a seismic phase at a time step. Usually a segment the full wavefront between discontinuities in the model, or turning point.
    • Constructor Detail

      • WavefrontPathSegment

        public WavefrontPathSegment​(java.util.List<TimeDist> path,
                                    boolean isPWave,
                                    java.lang.String segmentName,
                                    TimeDist prevEnd,
                                    int segmentIndex,
                                    int totalNumSegments,
                                    SeismicPhase phase,
                                    double timeVal)