Package | Description |
---|---|
net.talvi.puffinplot |
net.talvi.puffinplot is a library and GUI application for plotting
and analysing palaeomagnetic data.
|
net.talvi.puffinplot.data |
This package contains code to read, store, analyse, and write palaeomagnetic
data.
|
Modifier and Type | Method and Description |
---|---|
Suite |
PuffinApp.getSuite()
Returns the current Suite.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Suite> |
PuffinApp.getSuites()
Returns all the Suites currently open within this PuffinApp.
|
Modifier and Type | Method and Description |
---|---|
void |
PuffinApp.save(Suite suite)
Saves the specified suite under its current filename.
|
Modifier and Type | Method and Description |
---|---|
Suite |
Datum.getSuite()
Returns the data suite containing this measurement.
|
Suite |
Sample.getSuite()
Returns the suite containing this sample.
|
Modifier and Type | Method and Description |
---|---|
static SuiteRpiEstimate<ArmSampleRpiEstimate> |
SuiteRpiEstimate.calculateWithArm(Suite nrmSuite,
Suite armSuite,
double minLevel,
double maxLevel)
Estimate RPI by normalizing a stepwise demagnetized NRM to a stepwise
demagnetized ARM.
|
static SuiteRpiEstimate<MagSusSampleRpiEstimate> |
SuiteRpiEstimate.calculateWithMagSus(Suite nrmSuite,
Suite msSuite)
Estimate RPI by normalizing NRM to MS.
|
void |
Datum.setSuite(Suite v)
Sets the data suite containing this measurement.
|
Modifier and Type | Method and Description |
---|---|
static SuiteCalcs |
Suite.calculateMultiSuiteMeans(java.util.List<Suite> suites)
Calculates and returns Fisher statistics on all the calculated PCA
directions for samples within supplied suite.
|
static java.util.List<FisherValues> |
Suite.doReversalTest(java.util.List<Suite> suites)
Performs a reversal test on a list of suites.
|
Constructor and Description |
---|
Sample(java.lang.String name,
Suite suite)
Creates a new sample.
|