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. If None, the original time points of the observation are taken. Default: None

  • dxscale (int, optional) – Scale of time-steps used for smoothing. Default: 2