StellarOpNav.sid_summary¶
giant.stellar_opnav.stellar_class:
- StellarOpNav.sid_summary(width=15)[source]¶
This method generate a summary of the star identification results overall and for each image and prints it to stdout.
The summary is a fixed width table with the following columns date, queried, q inside, q outside, poi, matched, m inside, m outside, unmatched q, u q inside, u q outside, u poi. The meaning of each column is specified in the following table:
column
description
dateThe UTC observation date for the image this line corresponds to
queriedThe total number of stars that were queried from the catalog
q insideThe number of queried catalog stars that were within the FOV of the camera
q outsideThe number of queried catalog stars that were outside the FOV of the camera
poiThe total number of points of interest that were identified in the image by the image processing algorithms
matchedThe total number of matched (identified) stars
m insideThe number of matched stars that fall within the field of view of the camera using the current attitude
m outsideThe number of matched stars that fall outside of the field of view of the camera using the current attitude
unmatched qThe total number of unmatched catalog locations
u q insideThe number of unmatched catalog locations that fall inside of the field of view of the camera using the current attitude
u q outsideThe number of unmatched catalog locations that fall outside of the field of view of the camera using the current attitude
u poiThe number of points of interested that where identified by the image processing routines in the image that were not matched with a catalog star.
This method also prints out a total row which sums each column using the same format.
There is one optional input for this method,
widthwhich specifies the width for each column of the table. You should not set this below 15 due to the length of the UTC date strings- Parameters:
width (int) – The width of the fixed width table columns in characters