Class DepthRange

java.lang.Object
edu.sc.seis.TauP.DepthRange
All Implemented Interfaces:
Serializable, Cloneable

public class DepthRange extends Object implements Serializable, Cloneable
Convenience class for storing a depth range. It has a top and a bottom and can have an associated ray parameter.
See Also:
  • Field Details

    • topDepth

      public double topDepth
      Top of the depth range.
    • botDepth

      public double botDepth
      Bottom of the depth range.
    • rayParam

      public double rayParam
      rayParam associated with the depth range. If this were a high slowness depth range, then rayParam would be the largest ray parameter that would penetrate the depth range.
  • Constructor Details

    • DepthRange

      public DepthRange()
    • DepthRange

      public DepthRange(double topDepth, double botDepth, double rayParam)
  • Method Details