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 |
---|---|
SensorLengths |
PuffinPrefs.getSensorLengths()
Returns the effective sensor lengths for opening 2G data files.
|
Modifier and Type | Method and Description |
---|---|
void |
PuffinPrefs.setSensorLengths(SensorLengths sensorLengths)
Sets the effective sensor lengths for opening 2G data files.
|
Modifier and Type | Method and Description |
---|---|
static SensorLengths |
SensorLengths.fromPrefs(Preferences prefs)
Creates a sensor lengths object from a string representation in a
Preferences object. |
static SensorLengths |
SensorLengths.fromPresetName(String name)
Creates a sensor lengths object with lengths determined by a named
preset.
|
static SensorLengths |
SensorLengths.fromString(String string)
Creates a new sensor lengths object from a string definition.
|
static SensorLengths |
SensorLengths.fromStrings(String x,
String y,
String z)
Creates a new sensor lengths object from three strings specifying
the individual sensor lengths.
|
Copyright © 2022. All rights reserved.