pingwyn.core.func.fix_zero

Wrapper for pingwyn.image_fix_zero, pingwyn.curve_fix_zero and pingwyn.profile_fix_zero.

param obj:

Object to apply zero fix to.

type obj:

pingwyn.Curve or pingwyn.Image or pingwyn.Profile

param *args:

Additional arguments should be passed as keyword arguments.

param **kwargs:

Arguments for the wrapped function. Please refer to the documentation for each function for a list of all possible arguments.

returns:

Object with zero fix applied. Has the same type as the input object.

rtype:

pingwyn.Curve or pingwyn.Image or pingwyn.Profile

See also

pingwyn.image_fix_zero

Function used to zero images.

pingwyn.curve_fix_zero

Function used to zero curves.

pingwyn.profile_fix_zero

Function used to zero profiles.