Detector.find_ufos

giant.ufo.detector:

Detector.find_ufos()[source]

This method finds unidentified bright spots (not matching a star or an extended body) in the images turned on in the camera.

This is done by updating the StellarOpNav.star_id and StellarOpNav.image_processing attributes using the settings saved in find_ufos_kwargs. Then StellarOpNav.id_stars() is called to identify the UFOs. The results are stored in the unmatched_* attributes of the sopnav attribute.

To get a summary of UFOs/stars with more information about them call package_results() after calling this method. Typically you should call update_attitude() before calling this method.