compute_precision

sitelle.calibration.compute_precision(list0, list1, scale)

Displays the astrometric mean difference between two position lists of the same objects.

Parameters:
  • list0 (ndarray) – A 2D array containg pixel positions of objects. The array should be column oriented ([[x0, y0], [x1, y1], [x2, y2], …])
  • list1 (ndarray) – A 2D array containg pixel positions of the same objects than in list0 but obtained with another method.
  • scale (float) – The pixel scale in arcsec.
Returns:

Return type:

None