crp2a / BayLum

Chronological Bayesian models integrated for Optically Stimulated Luminescence (OSL) Dating
https://crp2a.github.io/BayLum/
GNU General Public License v3.0
9 stars 1 forks source link

Calibration curves for 14C ages #4

Closed guiguerin closed 6 years ago

guiguerin commented 6 years ago

Expected behaviour:

Calibration curves for radiocarbon in the package should give calibrated ages in ka (the unit of OSL ages)

Observed behaviour:

Calibrated ages are given in years.

Running mini example

library(BayLum)
RLumSK commented 6 years ago

Please clarify, which function is affected?

guiguerin commented 6 years ago

The two functions needing the calibration curves - AgeC14_Computation
and Age_OSLC14. But the objects that need to be changed are
AtmosphericNorth_CalC14, AtmosphericSouth_CalC14 and Marine_CalC14: in
these objects, all values in the column CAL.BP (first column) should
be divided by 1000.

I hope it's clear enough, otherwise just let me know! Guillaume

Sebastian Kreutzer notifications@github.com a écrit :

Please clarify, which function is affected?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/R-Lum/BayLum/issues/4#issuecomment-358914674