Package | Description |
---|---|
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.
|
net.talvi.puffinplot.window |
This package contains windows and related GUI classes for PuffinPlot.
|
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 FileFormat |
FileFormat.readFromPrefs(java.util.prefs.Preferences prefs)
Creates a format from a preferences object.
|
Constructor and Description |
---|
TabularFileLoader(java.io.File file,
FileFormat format)
Creates a new TabularFileLoader.
|
Modifier and Type | Method and Description |
---|---|
FileFormat |
TabularImportWindow.getFormat()
Returns the chosen format.
|