CalibrateResult¶
CalibrateResult
¶
Result of camera calibration.
Returned by SolverDatabase.calibrate_camera.
Supports pickle serialization.
camera_model
property
¶
The fitted CameraModel (focal length, crpix, distortion).
rmse_before_px
property
¶
RMS residual in pixels before calibration.
rmse_after_px
property
¶
RMS residual in pixels after calibration.
n_inliers
property
¶
Number of inlier star matches used in the fit.
n_outliers
property
¶
Number of outlier star matches rejected by sigma clipping.
iterations
property
¶
Number of sigma-clip iterations performed.