public final class AmsData
extends java.lang.Object
Constructor and Description |
---|
AmsData(java.lang.String name,
double[] tensor,
double sampleAz,
double sampleDip,
double fTest)
Creates a new AMS data set with the data provided.
|
Modifier and Type | Method and Description |
---|---|
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 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 degreesfTest
- the F-test value as defined by JelĂnekpublic java.lang.String getName()
public double[] getTensor()
public double getSampleAz()
public double getSampleDip()
public double getfTest()