calibration¶
- pyeem.preprocessing.calibration(dataset, routine_results_df, step='complete')¶
Perform a calibration with the samples marked as calibration sources in the dataset’s metadata.
- Parameters
dataset (pyeem.datasets.Dataset) – Your PyEEM dataset.
routine_results_df (pandas.DataFrame) – The results from the preprocessing routine.
step (str, optional) – The step in the preprocessing routine you would like to use in the calibration. Defaults to “complete”.
- Returns
A table containing information about the calibration for each source.
- Return type
pandas.DataFrame