Uses of Class
net.talvi.puffinplot.data.Correction

Packages that use Correction
net.talvi.puffinplot   
net.talvi.puffinplot.data   
net.talvi.puffinplot.window   
 

Uses of Correction in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return Correction
 Correction PuffinApp.getCorrection()
          Returns the correction currently being applied to the data displayed by this PuffinApp.
 

Methods in net.talvi.puffinplot with parameters of type Correction
 void PuffinApp.setCorrection(Correction correction)
          Sets the correction to apply to the displayed data.
 

Uses of Correction in net.talvi.puffinplot.data
 

Fields in net.talvi.puffinplot.data declared as Correction
static Correction Correction.NONE
           
 

Methods in net.talvi.puffinplot.data that return Correction
static Correction Correction.fromString(java.lang.String string)
          Creates a correction from the supplied string.
 

Methods in net.talvi.puffinplot.data with parameters of type Correction
static PcaAnnotated PcaAnnotated.calculate(Sample sample, Correction correction)
          Performs principal component analysis (PCA) on the specified sample.
 void Site.calculateGreatCirclesDirection(Correction correction)
          Calculate a mean direction for the site using best-fit great circles.
 void Suite.calculateSiteFishers(Correction correction)
          For each site in this suite, calculates Fisher statistics on the sample PCA directions.
 void Suite.doAllCalculations(Correction correction)
          Performs all possible sample and site calculations.
 void Site.doFisher(Correction correction)
          Calculate Fisherian statistics on the PCA directions of samples within this site.
 void Sample.doPca(Correction correction)
          Performs principal component analysis on a subset of the magnetic moment data of this sample.
 void Suite.doSampleCalculations(Correction correction)
          Performs calculations for each sample in this suite.
 void Suite.doSiteCalculations(Correction correction)
          Calculate mean directions for all suitable sites in the suite.
 void Sample.fitGreatCircle(Correction correction)
          Fits a great circle to a subset of the magnetic moment vectors in this sample.
 java.util.List<Vec3> Sample.getCirclePoints(Correction correction)
          Returns the magnetic moment vectors used for the current great-circle fit.
 Vec3 Datum.getMoment(Correction correction)
          Returns the measured magnetic dipole moment per unit volume, as modified by the supplied correction.
 

Constructors in net.talvi.puffinplot.data with parameters of type Correction
DatumComparator(MeasurementAxis axis, Correction corr)
          Creates a comparator which will compare magnetic moments along the specified axis after applying the specified correction.
 

Uses of Correction in net.talvi.puffinplot.window
 

Methods in net.talvi.puffinplot.window that return Correction
 Correction ControlPanel.getCorrection()
          Returns the correction to apply to magnetic moment data.
 Correction PlotParams.getCorrection()
          Returns the correction to be applied to magnetic moment data.
 

Methods in net.talvi.puffinplot.window with parameters of type Correction
 void ControlPanel.setCorrection(Correction c)
          Sets the correction to apply to magnetic moment data.