pastas.rfunc.HantushWellModel.block_from_impulse ================================================ .. py:method:: pastas.rfunc.HantushWellModel.block_from_impulse(p: pastas.typing.ArrayLike, dt: float = 1, cutoff: float | None = None, maxtmax: float | None = None, **kwargs) -> pastas.typing.ArrayLike Method to return the block function from the impulse response. :param p: Response function parameters. :type p: array_like :param dt: Time step in days. :type dt: float :param cutoff: Fraction of the step response used to determine the response cutoff. Defaults to `self.cutoff` if `cutoff is None`. :type cutoff: float, optional :param maxtmax: Maximum response time to compute. Not used if None, else, the used tmax is the minimum of the tmax determined from the cutoff and maxtmax. :type maxtmax: float, optional :returns: Block response values. :rtype: array_like .. !! processed by numpydoc !!