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 |
---|---|
void |
PuffinApp.errorDialog(java.lang.String title,
PuffinUserException ex)
Displays a dialog box reporting an error.
|
Modifier and Type | Method and Description |
---|---|
void |
Suite.save()
If a default PuffinPlot file is set for this suite, saves the suite data
to that file.
|
void |
Suite.saveAs(java.io.File file)
Saves the data in this suite to a specified file.
|
void |
Suite.saveCalcsSample(java.io.File file)
Exports sample calculations to a specified file in CSV format.
|
void |
Suite.saveCalcsSite(java.io.File file)
Exports site calculations to a specified file in CSV format.
|
void |
Suite.saveCalcsSuite(java.io.File file)
Saves the Fisher mean direction for the whole suite to a file in CSV format
|