Package net.talvi.puffinplot.data

Interface Summary
FisherParams This interface provides access to the standard parameters for Fisherian spherical statistics: mean direction, alpha-95, and k.
Suite.SiteNamer A SiteNamer turns a sample name into a site name.
 

Class Summary
AmsData This class holds AMS (anisotropy of magnetic susceptibility) data for a named sample.
Correction This class represents the corrections which may be applied to the measured remanence to estimate the true remanence.
CsvWriter This class provides a wrapper around a supplied Writer to allow easy writing of lines of data delimited by a particular string.
CustomFields<T> Represents a set of custom fields for sample annotation.
Datum Datum is the fundamental data class of PuffinPlot.
Datum.Reader This class allows datum objects to be created from string representations of a specified format.
DatumComparator This class implements a specific type of comparison for datum objects.
Eigens A class to calculate and store the eigenvalues and eigenvectors of a matrix.
FisherValues This class calculates Fisher (1953) spherical statistics on sets of vectors.
GreatCircle This class represents a list of unit vectors and a best-fit great-circle path through them.
GreatCircles This class represents a set of great circles and a set of directions.
KentParams A class representing the parameters of a Kent confidence ellipse.
Line A container class holding all the data within a suite from a particular line number of their respective files.
MedianDestructiveField This class calculates and stores the median destructive field (MDF) for a set of Datum objects.
PcaAnnotated This class encapsulates a set of principal component analysis (PCA) parameters along with some data on the treatment steps from which the PCA was calculated.
PcaValues This class performs three-dimension principal component analysis on a supplied collection of vectors and stores the results.
Sample This class represents a sample on which measurements have been made.
SensorLengths Represents the effective SQUID sensor lengths of a magnetometer, as determined by the response curves of the SQUID sensors.
Site A site is a grouping of samples within a suite.
Suite A suite of data, containing a number of samples.
SuiteCalcs Represents a set of calculations for a suite of data.
SuiteCalcs.Means  
Tensor A second-order symmetric tensor used to represent the anisotropy of magnetic susceptibility.
Vec3 An immutable three-dimensional cartesian vector.
 

Enum Summary
ArmAxis ArmAxis represents the axis along which an ARM (anhysteretic remanent magnetization) field has been applied.
Correction.Rotation An enumeration of the types of rotation correction which may be applied to a sample's data.
DatumField This enum represents a field in the Datum class which is associated with a measurement or other value.
FileType This fields of this enum represent the types of file that PuffinPlot can read.
MeasType The type of measurement which was performed on a sample or set of samples.
MeasurementAxis An axis along which a magnetic moment measurement was made.
Suite.AmsCalcType The type of a statistical calculation on AMS tensors.
TreatType A type of treatment applied to a sample.