Package net.talvi.puffinplot.data.file

Interface Summary
FileLoader An interface for classes which read data from files on disk into PuffinPlot's data structures.
 

Class Summary
AmsLoader Turns an AGICO .ASC AMS file into a list of AMS tensors.
FileFormat This class represents an ASCII-based file format with one row per measurement.
PplLoader A loader for PuffinPlot's own file format.
TabularFileLoader  
TwoGeeLoader A loader for data files produced by the Long Core software supplied with 2G Enterprises magnetometers.
ZplotLoader A file loader for the file format used by Steve Hurst's Zplot program.
 

Enum Summary
TwoGeeLoader.Protocol A measurement protocol.
 

Exception Summary
MalformedFileException This exception is thrown when a file format does not conform to the expectations of a file loader.