Hi,
I have been using C_Date in OxCal without any issues so far. Recently, however, I noticed that when I mix C_Date and R_Date entries in the same sequence, the calibrated BP values from C_Date appear negative in the output.
I initially thought this might be related to the X-axis format, which is correctly set to BP. However, even with the correct settings, the negative BP values persist. It seems that I now have to manually convert the C_Date values into BC/AD to avoid this issue, which is confusing because previously using BP worked fine.
I have tried this simple test nelow as well which returns negatie BP values; again this does not make any sense and I don't under what I'm doing wrong
thanks
T.
Plot()
{
C_Date("Test1", 14500, 150, "CalBP");
C_Date("Test2", 12700, 150, "CalBP");
};