Package edu.sc.seis.TauP
Class FaultPlane
- java.lang.Object
-
- edu.sc.seis.TauP.FaultPlane
-
public class FaultPlane extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FaultPlane(double strike, double dip, double rake)FaultPlane(edu.sc.seis.seisFile.fdsnws.quakeml.NodalPlane qmlNodalPlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaultPlaneauxPlane()RadiationAmplitudecalcRadiationPatDegree(double azimuth, double takeoff)Calculate radiation pattern terms, Fp, Fsv, Fsh for the given fault orientation and az,takeoff.double[]calcRadiationPatRadian(double azimuth, double takeoff)Calculate radiation pattern terms, Fp, Fsv, Fsh for the given fault orientation and az,takeoff.booleanequals(java.lang.Object o)VectorfaultNormal()VectorfaultSlip()VectorfaultVector(double rake)A vector within the fault plane at the given rake/slip angle.doublegetDip()doublegetRake()doublegetStrike()inthashCode()VectornullAxis()VectorpAxis()VectortAxis()java.lang.StringtoString()
-
-
-
Method Detail
-
faultNormal
public Vector faultNormal()
-
faultSlip
public Vector faultSlip()
-
faultVector
public Vector faultVector(double rake)
A vector within the fault plane at the given rake/slip angle.- Parameters:
rake- rake/slip angle- Returns:
- vector in plane
-
auxPlane
public FaultPlane auxPlane()
-
nullAxis
public Vector nullAxis()
-
pAxis
public Vector pAxis()
-
tAxis
public Vector tAxis()
-
calcRadiationPatDegree
public RadiationAmplitude calcRadiationPatDegree(double azimuth, double takeoff)
Calculate radiation pattern terms, Fp, Fsv, Fsh for the given fault orientation and az,takeoff.- Parameters:
azimuth- azimuth to receiver in degreestakeoff- takeoff angle in degrees- Returns:
- Fp, Fsv, Fsh
-
calcRadiationPatRadian
public double[] calcRadiationPatRadian(double azimuth, double takeoff)Calculate radiation pattern terms, Fp, Fsv, Fsh for the given fault orientation and az,takeoff. ALl in radians.- Parameters:
azimuth- azimuth to receiver in radiantakeoff- takeoff angle in radian- Returns:
- Fp, Fsv, Fsh
-
getStrike
public double getStrike()
-
getDip
public double getDip()
-
getRake
public double getRake()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-