feval

lsst.ts.wep.deblend.feval(func, vars=())

Evaluate the function.

Parameters:
funccallable

Function to evaluate.

varstuple, optional

Inputs of function (the default is ().)

Returns:
float

Output of evaluated function.