Correlator Time Series
From CwWiki
The TIME SERIES contains the age points which are used to build the age/spliced data.
The TIME SERIES can be used to generate the full age/spliced data.
The file is written as ASCII text or XML
The Time SERIES format is as follows:
# Mbsf, Mcd, Eld, Age, Sediment rate # Generated By Correlator mbsf, mcd, eld, age, sediment rate * mbsf : meters below seafloor * mcd : meters composite depth 14.7 16.19 16.19 0.46 33.77
Here is the AGE SERIES.
Text Version
# Mbsf, Mcd, Eld, Age, Sediment rate # Generated By Correlator # 2009-03-17 05:02:18.298050 0.0 0.0 0.0 0.0 35.19 14.7 16.19 16.19 0.46 33.77 30.0 34.43 34.43 1.0 23.78 41.2 45.37 45.37 1.46 23.78
XML Version
<?xml version="1.0" encoding="UTF-8"?> <Correlator version="1.0"> <Data type ="time series"> <Stratigraphy id="0" mbsf="0.0" mcd ="0.0" eld ="0.0" age="0.0" sedrate="35.19"/> <Stratigraphy id="1" mbsf="14.7" mcd ="16.19" eld ="16.19" age="0.46" sedrate="33.77"/> <Stratigraphy id="2" mbsf="30.0" mcd ="34.43" eld ="34.43" age="1.0" sedrate="23.78"/> <Stratigraphy id="3" mbsf="41.2" mcd ="45.37" eld ="45.37" age="1.46" sedrate="23.78"/> </Data> </Correlator>

