Calibration.update_settings

giant.calibration.calibration_class:

Calibration.update_settings(star_id_update=None, image_processing_update=None, attitude_estimator_update=None, calibration_estimator_update=None, static_alignment_estimator_update=None, temperature_dependent_alignment_estimator_update=None)[source]

This method updates all settings to their provided values

Specifically, the following are updated depending on the input

In each case, the existing instance is modified in place with the attributes provided. Any attributes that are not specified are left as is.

This is simply a shortcut to calling the update_XXX methods individually.

Parameters: