welltest_pta.DeconvolutionResult
- class welltest_pta.DeconvolutionResult[source]
Bases:
objectOutput of
deconvolve().- Parameters:
- __init__(t, pu, dpu_dlnt, z, p_initial, nu, converged, iterations, residual_norm, fit_pressure, obs_pressure, obs_time, rate_history, metadata=<factory>)
Methods
__init__(t, pu, dpu_dlnt, z, p_initial, nu, ...)export(path[, format])Save the response to CSV / Excel / JSON.
plot([ax, show_obs_fit])Log-log plot of the recovered \(p_u\) and its derivative.
Long-form DataFrame of the recovered response.
Attributes
- plot(ax=None, show_obs_fit=False)[source]
Log-log plot of the recovered \(p_u\) and its derivative.
- __init__(t, pu, dpu_dlnt, z, p_initial, nu, converged, iterations, residual_norm, fit_pressure, obs_pressure, obs_time, rate_history, metadata=<factory>)