wradlib.adjust.AdjustMultiply.__call__¶
- AdjustMultiply.__call__(obs, raw, targets=None, rawatobs=None, ix=None)¶
Returns an array of
rawvalues that are adjusted byobs.Calling an adjustment object works the same for all adjustment classes. Detailed instructions on the parameters
obsandraware provided inwradlib.adjust.AdjustBase.__call__.