pingwyn.fix_zero
- pingwyn.fix_zero(obj, *args, **kwargs)
Wrapper for pingwyn.image_fix_zero, pingwyn.curve_fix_zero and pingwyn.profile_fix_zero.
- Parameters:
obj (pingwyn.Curve or pingwyn.Image or pingwyn.Profile) – Object to apply zero fix to.
*args – Additional arguments should be passed as keyword arguments.
**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.
- Return type:
See also
pingwyn.image_fix_zeroFunction used to zero images.
pingwyn.curve_fix_zeroFunction used to zero curves.
pingwyn.profile_fix_zeroFunction used to zero profiles.