public final class AmsData
extends java.lang.Object
Constructor and Description |
---|
AmsData(java.lang.String name,
double[] tensor,
double sampleAz,
double sampleDip,
double formAz,
double formDip,
double fTest)
Creates a new AMS data set with the data provided.
|
Modifier and Type | Method and Description |
---|---|
double |
getFormAz()
Returns the formation dip azimuth in degrees.
|
double |
getFormDip()
Returns the formation dip in degrees.
|
double |
getfTest()
Returns the F-test value for the sample's anisotropy measurement.
|
java.lang.String |
getName()
Returns the sample's name.
|
double |
getSampleAz()
Returns the sample's dip azimuth in degrees.
|
double |
getSampleDip()
Returns the sample's dip in degrees.
|
double[] |
getTensor()
Returns the sample's susceptibility tensor.
|
public AmsData(java.lang.String name, double[] tensor, double sampleAz, double sampleDip, double formAz, double formDip, double fTest)
name
- the name of the sampletensor
- the orientation tensor representing the sample's
susceptibility anisotropysampleAz
- the azimuth of the sample's dip, in degreessampleDip
- the sample's dip, in degreesformAz
- the value of formAzformDip
- the value of formDipfTest
- the F-test value as defined by JelĂnekpublic java.lang.String getName()
public double[] getTensor()
public double getSampleAz()
public double getSampleDip()
public double getFormAz()
public double getFormDip()
public double getfTest()