wradlib.adjust.AdjustAdd.__call__#
- AdjustAdd.__call__(obs, raw, targets=None, rawatobs=None, ix=None)[source]#
Returns an array of
raw
values that are adjusted byobs
.Calling an adjustment object works the same for all adjustment classes. Detailed instructions on the parameters
obs
andraw
are provided inwradlib.adjust.AdjustBase.__call__
.