CALIB Manual - Appendices

[Previous Chapter] [Table of Contents]


  1. Appendix: Glossary

    calcalibrated (as in cal ages)
    Lab CodeSample identification used by laboratory which did the 14C age determination
    Sample CodeSample identification made by collector or contributor
    Sample IDSample Identification which is the user selection of the Lab Code or the Sample Code
    Yr BPYears before present (AD 1950 = 0 BP)

  2. Appendix: Per Sample Data Storage File Format

    Users wishing to extract the contents of the per sample data storage file may be able to make sense of the following description of its contents.

    revcode
    id
    description
    rage,sigma,laberr,deltar,deltarsig,permar,span  
    calcrv
    for l = 1 to 2
      calrange(l).nranges,calrange(l).plevel
      for i=1 to calrange(l).nranges
        calrange(l).ranges(i).start,calrange(l).ranges(i).ending,calrange(l).ranges(i).rarea
      next
    next
    caldist.medprb
    
    caldist.length
    for i=1 to caldist.length
      caldist.start+(i-1)*caldist.calstep,agefmt,caldist.pt(i)
    next
    

[Previous Chapter] [Table of Contents]