Calibration.estimate_calibration

giant.calibration.calibration_class:

Calibration.estimate_calibration()[source]

This method estimates an updated camera model using all stars identified in all images that are turned on.

For each turned on image in the camera attribute, this method provides the calibration_estimator with the matched_extracted_image_points, the matched_catalogue_unit_vectors_camera, and optionally the matched_weights_picture if use_weights is True. The estimate() method is then called and the resulting updated camera model is stored in the model attribute. Finally, the updated camera model is used to update the following:

For a more thorough description of the calibration estimation routines see the calibration.estimators documentation.

Warning

This method overwrites the camera model information in the camera attribute and does not save old information anywhere. If you want this information saved be sure to store it yourself.

Return type:

None