See: Description
Interface | Description |
---|---|
FileLoader |
An interface for classes which read data from files on disk into PuffinPlot's
data structures.
|
Class | Description |
---|---|
AmsLoader |
Turns an AGICO .ASC AMS file into a list of AmsData objects.
|
CaltechLoader |
A file loader for CIT (Caltech) treatmentSteps files.
|
FileFormat |
This class represents an ASCII-based file format with one row per
measurement.
|
IapdLoader |
Loader for IAPD files.
|
Jr6Loader | |
OrientationParameters |
A set of parameters defining conventions for orienting a sample.
|
PmdLoader | |
PplLoader |
A loader for PuffinPlot's own file format.
|
TabularFileLoader |
A loader for a tabular text file with a custom format.
|
TwoGeeLoader |
A loader for the DAT files produced by the Long Core software supplied with
2G Enterprises magnetometers.
|
UcDavisLoader |
Loader for the old UC Davis format.
|
VectorAndOrientations |
VectorAndOrientations encapsulates a vector (in practice, most probably a
magnetization vector) and orientation parameters for the sample and the rock
formation.
|
ZplotLoader |
A file loader for the file format used by Steve Hurst's Zplot program.
|
Enum | Description |
---|---|
OrientationParameters.AzimuthParameter |
A parameter representing an orientation convention for an azimuthal
angular value (e.g. the azimuthal orientation of a sample core).
|
OrientationParameters.DipParameter |
A parameter representing an orientation convention for a vertical
angular measurement (e.g. the dip of a sample core).
|
TwoGeeLoader.Protocol |
A measurement protocol.
|
Exception | Description |
---|---|
MalformedFileException |
This exception is thrown when a file format does not conform to
the expectations of a file loader.
|