You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use oxcAAR, which seems to be a nice tool for R user when
calibrating 14C dates. I have a problem when changing the Resolution
option to 1 year instead of the default (5 years). The simple following
script works perfectly:
Reason: When Resolution is changed, Oxcal just add another entry for the calibration ("calib[0]") with the settings from the Option command.
Monkey patch solution: in extractCalCurveFromOxcalResult() only the last entry of name, start and resolution is considered now, using
From a user:
I am trying to use oxcAAR, which seems to be a nice tool for R user when
calibrating 14C dates. I have a problem when changing the Resolution
option to 1 year instead of the default (5 years). The simple following
script works perfectly:
and produce an adequate output (.js) file.
But, changing the resolution gives an error:
The output .js file is built (I attach it to this mail), but
"parseOxcalOutput" fails to read its content.
Do you have any idea where does this error come from?
The text was updated successfully, but these errors were encountered: