Calibration.update_geometric_estimator¶
giant.calibration.calibration_class
:
- Calibration.update_geometric_estimator(geometric_estimator_update=None)[source]¶
This method updates the attributes of the
geometric_estimator
attribute.Note that to update only specific settings it is best to initialize the settings structure with update = cal.geometric_estimator.original_options.copy() and then modify the specific attributes
- Parameters:
geometric_estimator_update (GeometricEstimatorOptions | None) – An instance of the GeometricEstimatorOptions or a subclass to update settings with