RelativeOpNav.update_image_processing

giant.relative_opnav.relnav_class:

RelativeOpNav.update_image_processing(image_processing_update=None)

This method updates the attributes of the image_processing instance.

See the ImageProcessing class for accepted attribute values.

If a supplied attribute is not found in the image_processing attribute then this will print a warning and ignore the attribute. Any attributes that are not supplied are left alone.

Parameters:

image_processing_update (dict | None) – A dictionary of attribute->value pairs to update the attributes of the image_processing attribute with.