Package edu.sc.seis.TauP
Class RayParamRay
java.lang.Object
edu.sc.seis.TauP.RayCalculateable
edu.sc.seis.TauP.ShootableRay
edu.sc.seis.TauP.RayParamRay
Calculatable ray based on ray parameter departing the source in seconds per radian or seconds per degree.
-
Field Summary
Fields inherited from class edu.sc.seis.TauP.RayCalculateable
azimuth, backAzimuth, description, distCalc, evtLatLon, seismicSource, staLatLon -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculate(SeismicPhase phase) ray param in s/radianray param in s/radianbooleanstatic RayParamRayofRayParamSDegree(double d, DistanceCalc distCalc) static RayParamRayofRayParamSRadian(double d, DistanceCalc distCalc) Methods inherited from class edu.sc.seis.TauP.ShootableRay
getLatLonable, isLatLonableMethods inherited from class edu.sc.seis.TauP.RayCalculateable
getAttenuationFrequency, getAzimuth, getBackAzimuth, getDescription, getDistCalc, getFaultPlane, getGeodesic, getMoment, getMw, getNormalizedAzimuth, getNormalizedBackAzimuth, getNumFrequencies, getReceiver, getReceiverDepth, getSeismicSource, getSource, getSourceDepth, hasAzimuth, hasBackAzimuth, hasDescription, hasFaultPlane, hasMw, hasReceiver, hasReceiverDepth, hasSeismicSource, hasSource, hasSourceDepth, insertSeismicSource, normalizAzimuth, setAzimuth, setBackAzimuth, setDescription, setSeismicSource, toString, withEventAzimuth, withStationBackAzimuth
-
Constructor Details
-
RayParamRay
-
-
Method Details
-
ofRayParamSRadian
-
ofRayParamSDegree
-
calculate
- Specified by:
calculatein classRayCalculateable- Throws:
TauPException
-
getRayParam
ray param in s/radian- Returns:
- ray param in seconds per radian
-
hasSDegree
public boolean hasSDegree() -
getRayParamSDegree
ray param in s/radian- Returns:
- ray param in seconds per radian
-