Uses of Class
net.talvi.puffinplot.data.Suite.AmsCalcType

Packages that use Suite.AmsCalcType
net.talvi.puffinplot   
net.talvi.puffinplot.data   
 

Uses of Suite.AmsCalcType in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot with parameters of type Suite.AmsCalcType
 void PuffinApp.doAmsCalc(Suite.AmsCalcType calcType, java.lang.String scriptName)
          Performs statistical calculations on AMS data using a script from Lisa Tauxe's pmagpy software suite.
 

Uses of Suite.AmsCalcType in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return Suite.AmsCalcType
static Suite.AmsCalcType Suite.AmsCalcType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Suite.AmsCalcType[] Suite.AmsCalcType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.talvi.puffinplot.data with parameters of type Suite.AmsCalcType
 void Suite.calculateAmsStatistics(java.util.List<Sample> samples, Suite.AmsCalcType calcType, java.lang.String scriptPath)
          Calculates and stores AMS statistics using an external script.