Skip to content

polychron.models.InterpolatedRCDCalibrationCurve Module

InterpolatedRCDCalibrationCurve dataclass

Class containing an interpolated radiocarbon dating calibration curve

An intcal.org calibration curve, linearly interpolated to fill sparser regions of the published curves.

The dataframe will include columns:

  • `` - the row index
  • Calendar_year
  • Carbon_year
  • Carbon_error

path property

path: Path

Path to the calibration curve CSV based on the selected curve name.

df property

df: DataFrame

Get the calibration data as a DataFrame (loaded on first access).

load

load() -> None

Load the calibration data from disk into a DataFrame.