|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.util.Position
|
+--net.aerith.misao.util.star.StarPosition
|
+--net.aerith.misao.util.star.Star
|
+--net.aerith.misao.util.star.CatalogStar
|
+--net.aerith.misao.util.star.TargetStar
The TargetStar represents the target to search.
| Field Summary | |
protected double |
astrometric_error
The astrometric error in arcsec. |
| Fields inherited from class net.aerith.misao.util.star.CatalogStar |
detailed_output |
| Fields inherited from class net.aerith.misao.util.star.Star |
color,
container_pair,
coor |
| Fields inherited from class net.aerith.misao.util.star.StarPosition |
mag |
| Fields inherited from class net.aerith.misao.util.Position |
x,
y |
| Constructor Summary | |
TargetStar()
Constructs an empty TargetStar. |
|
TargetStar(Coor coor,
double pos_error)
Constructs a TargetStar. |
|
| Method Summary | |
double |
getMaximumPositionErrorInArcsec()
Gets the maximum error of position in arcsec. |
double |
getPositionErrorInArcsec()
Gets the mean error of position in arcsec. |
| Methods inherited from class net.aerith.misao.util.star.Star |
equals,
getColor,
getCoor,
getDecl,
getItemDelimiter,
getKeyAndValueDelimiter,
getKeyAndValues,
getName,
getOutputString,
getOutputStringsWithXY,
getOutputStringWithoutName,
getOutputStringWithXY,
getPair,
getPositionString,
getPxfString,
getPxfStringsWithXY,
getPxfStringWithXY,
getRA,
getVsnetName,
mapCoordinatesToXY,
mapCoordinatesToXY,
mapXYToCoordinates,
mapXYToCoordinates,
setColor,
setCoor,
setKeyAndValue,
setPair |
| Methods inherited from class net.aerith.misao.util.star.StarPosition |
getMag,
getOutputStrings,
paramString,
setMag,
toString |
| Methods inherited from class net.aerith.misao.util.Position |
add,
getDistanceFrom,
getPositionAngleTo,
getX,
getY,
rescale,
setPosition,
setX,
setY |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected double astrometric_error
| Constructor Detail |
public TargetStar()
TargetStar. It is used in
StarClass#newInstance to review the XML data.
public TargetStar(Coor coor,
double pos_error)
TargetStar.coor - the the R.A. and Decl.pos_error - the astrometric error in arcsec.| Method Detail |
public double getPositionErrorInArcsec()
public double getMaximumPositionErrorInArcsec()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||