ccs4dt.main.modules.smoothing package

Submodules

ccs4dt.main.modules.smoothing.smoother module

class ccs4dt.main.modules.smoothing.smoother.Smoother(input_batch_df)

Bases: object

Smooth raw sensor data. Remove noise and spikes from raw sensor data.

Parameters

batch (pandas.DataFrame) – The input measurement batch

run()

Run moving average rolling window algorithm to smooth the raw data

Return type

pd.DataFrame

Returns

smoothed input batch

Module contents