Class DistanceRayArgs

java.lang.Object
edu.sc.seis.TauP.cmdline.args.DistanceLengthArgs
edu.sc.seis.TauP.cmdline.args.DistanceRayArgs

public class DistanceRayArgs extends DistanceLengthArgs
  • Field Details

    • exactDegreesList

      public List<Double> exactDegreesList
    • exactDegreeRange

      public List<Double> exactDegreeRange
    • exactDistKilometersList

      public List<Double> exactDistKilometersList
      Exact km, no mod 360
    • exactKilometerRange

      public List<Double> exactKilometerRange
    • takeoffAngle

      public List<Double> takeoffAngle
    • takeoffRange

      public List<Double> takeoffRange
    • incidentAngle

      public List<Double> incidentAngle
    • incidentRange

      public List<Double> incidentRange
    • shootRadianRaypList

      public List<Double> shootRadianRaypList
    • shootRaypList

      public List<Double> shootRaypList
    • shootKmRaypList

      public List<Double> shootKmRaypList
    • shootIndexRaypList

      public List<Integer> shootIndexRaypList
    • timeList

      public List<Double> timeList
    • allIndexRays

      public boolean allIndexRays
  • Constructor Details

    • DistanceRayArgs

      public DistanceRayArgs()
  • Method Details