Calibration.update_static_alignment_estimator

giant.calibration.calibration_class:

Calibration.update_static_alignment_estimator(alignment_estimator_update=None)[source]

This method updates the attributes of the static_alignment_estimator attribute.

See the calibration.estimators documentation for accepted attribute values.

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

Parameters:

alignment_estimator_update (dict | None) – A dictionary of attribute->value pairs to update the static_alignment_estimator attribute with