Calibration.remove_matched_stars
giant.calibration.calibration_class
:
-
Calibration.remove_matched_stars(image_num, star_indices)
This method removes specified matched stars for a given image number in the camera
attribute.
This method updates the following:
- Parameters
image_num (int) – The index of the image in the camera
attribute.
star_indices (Union[Sequence, numpy.ndarray]) – The list of indices of matched stars to be removed from the specified image in the
camera
attribute.