|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
TridasToTucsonDefaults | Place to hold and change default fields for the Tucson filetype |
TucsonFile | |
TucsonReader | Reader for the Tucson file format. |
TucsonToTridasDefaults | here for the library user to create and pass in the loadFile() arguments |
TucsonWriter | Writer for the Tucson file format. |
Enum Summary | |
---|---|
TridasToTucsonDefaults.TucsonField | |
TucsonToTridasDefaults.TucsonDefaultField |
The Tucson tree ring laboratory's file format. This has been the canonical file format since the punchcard days. Unfortunately, since it's just the punchcard format in a text file, it has numerous shortcomings:
What it does do is store dendro data, readable by most dendro programs.
There are two variants of Tucson files: raw and chronologies. Raw files (RWL) contain just ring width values, whereas chronologies also contain 'sample depth/count' values alongwide each ring width.
Due to there being a minimal specification for the format, implementations over the years have introduced many subtle variations which need to be handled. For instance, the number of keycode characters, the number of characters for the year marker, whether there should be any placeholder values after the 'end of data' marker, the units of measurement etc etc. This class should handle all popular variants of the Tucon format correctly.
See NOAA's Tree Ring Data Description. The CDendro wiki also contains useful information.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |