//CQL code for the achaeological sequence and in-built age //correction presented in Kessler et al. //"Tree-ring-radiocarbon dating paraffin conserved charcoal..." Plot() { //Outlier_Model("charcoal",Exp(1,-10,0),U(0,2),"t"); Outlier_Model("empirical",U(-1,10)-LnN(2.25,0.93),U(0,1),"t"); Phase() { Phase("PE") { Date(Prior("mxo10-28D","mxo10_28D.prior")); Date(Prior("mxo10-173","mxo10_173.prior")); }; Sequence() { Boundary("Start F8-CH sequence"); Phase("F8") { Date(Prior("mxo10-12A","mxo10_12.prior")) { Outlier(1); }; Date(Prior("mxo10-75","mxo10_75.prior")) { Outlier(1); }; Date(Prior("mxo10-193","mxo10_193.prior")) { Outlier(1); }; }; Phase("CS") { Date(Prior("mxo10-7","mxo10_7.prior")); Date(Prior("mxo10-5","mxo10_5B.prior")) { Outlier(1); }; }; Interval(); Boundary("End F8-CS sequence"); }; }; };