welltestpy.process.filterdrawdown
- filterdrawdown(observation, tout=None, dxscale=2)[source]
Smooth the drawdown data of an observation well.
- Parameters
observation (
welltestpy.data.Observation) – The observation to be smoothed.tout (
numpy.ndarray, optional) – Time points to evaluate the smoothed observation at. IfNone, the original time points of the observation are taken. Default:Nonedxscale (
int, optional) – Scale of time-steps used for smoothing. Default:2