StarID.query_catalog¶
giant.stellar_opnav.star_identification:
This method queries stars from the catalog within the field of view.
The stars are queried such that any stars within 1.3*the
CameraModel.field_of_viewvalue radial distance of the camera frame z axis converted to right ascension and declination are returned betweenmin_magnitudeandmax_magnitude. The queried stars are updated to theimage.observation_datevalue using proper motion. They are stored in thequeried_catalog_star_recordsattribute. The stars are stored as a pandas DataFrame. For more information about this format see theCatalogclass documentation.In general, this method does not need to be directly called by the user as it is automatically called in the
project_stars()method.- Parameters:
image (OpNavImage) – The image to querry the catalog for (specifying the time and the a priori pointing)