rdtools.filtering.tcell_filter

rdtools.filtering.tcell_filter(temperature_cell, temperature_cell_low=-50, temperature_cell_high=110)

Filter temperature readings outside acceptable measurement bounds.

Parameters:
  • temperature_cell (pd.Series) -- Cell temperature measurements.
  • temperature_cell_low (float, default -50) -- The lower bound of acceptable values.
  • temperature_cell_high (float, default 110) -- The upper bound of acceptable values.
Returns:

Boolean Series of whether the given measurement is within acceptable bounds.

Return type:

pd.Series