Calibration.update_image_processing

giant.calibration.calibration_class:

Calibration.update_image_processing(image_processing_update=None)

This method updates the attributes of the image_processing attribute.

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.

This method also updates all of the elements of process_stars to True.

Parameters:

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