Calibration.estimate_geometric_calibration¶
- Calibration.estimate_geometric_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
cameraattribute, this method provides thegeometric_estimatorwith thematched_extracted_image_points, thematched_catalog_unit_vectors_camera, and optionally thematched_weights_pictureifuse_weightsisTrue. Theestimate()method is then called and the resulting updated camera model is stored in themodelattribute. 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.geometricdocumentation.Warning
This method overwrites the camera model information in the
cameraattribute and does not save old information anywhere. If you want this information saved be sure to store it yourself.- Return type:
None