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.
|
net.talvi.puffinplot.data.file |
This package contains classes for reading palaeomagnetic data from a file.
|
Modifier and Type | Method and Description |
---|---|
TwoGeeLoader.Protocol |
PuffinPrefs.get2gProtocol()
Returns the measurement protocol used when opening 2G data files.
|
Modifier and Type | Method and Description |
---|---|
void |
PuffinPrefs.set2gProtocol(TwoGeeLoader.Protocol protocol)
Sets the measurement protocol to use when opening 2G data files.
|
Modifier and Type | Method and Description |
---|---|
void |
Suite.readFiles(java.util.List<java.io.File> files,
SensorLengths sensorLengths,
TwoGeeLoader.Protocol protocol,
boolean usePolarMoment,
FileType fileType,
FileFormat format,
java.util.Map<java.lang.Object,java.lang.Object> importOptions)
Reads data into this suite from the specified files.
|
Modifier and Type | Method and Description |
---|---|
static TwoGeeLoader.Protocol |
TwoGeeLoader.Protocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwoGeeLoader.Protocol[] |
TwoGeeLoader.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TwoGeeLoader(java.io.File file,
TwoGeeLoader.Protocol protocol,
Vec3 sensorLengths,
boolean usePolarMoment)
Creates a new 2G loader using the supplied parameters.
|