define_co2_params_calibrated

define_co2_params_calibrated(co2_params)[source]

Defines the calibrated co2_params if all co2_params are given.

Parameters:co2_params (dict | lmfit.Parameters) – CO2 emission model parameters (a2, b2, a, b, c, l, l2, t, trg).
Returns:Calibrated CO2 emission model parameters (a2, b2, a, b, c, l, l2, t, trg) and their calibration statuses.
Return type:(lmfit.Parameters, list)