Package net.aerith.misao.util.star

Interface Summary
StarContainer The StarContainer represents a container of some stars.
 

Class Summary
BlendingStar The BlendingStar represents a set of some blending stars.
CatalogStar The CatalogStar represents a star data in catalog.
CatalogStarList The CatalogStarList represents a list of CatalogStar.
DetectedStar The DetectedStar is a wrapper catalog star class of the StarImage.
MergedStar The MergedStar represents a set of some star data.
Star The Star represents a star which consists of (x,y) position, R.A.
StarImage The StarImage/code> represents a detected star which consists of (x,y) position, R.A.
StarImageList The StarImageList represents a list of StarImage.
StarList The StarList represents a list of Star.
StarPosition The StarPosition represents a star which consists of (x,y) position and magnitude.
StarPositionList The StarPositionList represents a list of StarPosition.
TargetStar The TargetStar represents the target to search.
UnifiedStar The UnifiedStar represents a set of some data of one star.
 

Exception Summary
UnsupportedStarClassException The UnsupportedMagnitudeSystemException is an exception thrown if the specified star class is not supported by the catalog.