|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.talvi.puffinplot.data.AmsData
public final class AmsData
This class holds AMS (anisotropy of magnetic susceptibility) data for a named sample. It is a simple container class, and does not process the data in any way.
| Constructor Summary | |
|---|---|
AmsData(java.lang.String name,
double[] tensor,
double sampleAz,
double sampleDip,
double fTest)
Creates a new AMS data set with the data provided. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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Ănek| Method Detail |
|---|
public java.lang.String getName()
public double[] getTensor()
public double getSampleAz()
public double getSampleDip()
public double getfTest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||