net.aerith.misao.util
Class AstrometricError

java.lang.Object
  |
  +--net.aerith.misao.util.Coor
        |
        +--net.aerith.misao.util.AstrometricError

public class AstrometricError
extends Coor

The AstrometricError represents the error of astrometry, both of R.A. and Decl.


Fields inherited from class net.aerith.misao.util.Coor
ACCURACY_100M_ARCMIN, ACCURACY_100M_ARCMIN_HOURSEC, ACCURACY_100M_ARCSEC, ACCURACY_10M_ARCSEC, ACCURACY_1M_ARCSEC, ACCURACY_ARCMIN, ACCURACY_ARCSEC, ACCURACY_ROUGH_ARCSEC, decl, ra
 
Constructor Summary
AstrometricError(java.util.Vector pair_list)
          Constructs an AstrometricError based on the list of pairs.
 
Methods inherited from class net.aerith.misao.util.Coor
convertToXyz, create, getAbsDecl_d, getAbsDecl_m, getAbsDecl_s, getAccuracy, getAngularDistanceTo, getDecl, getOutputString, getOutputStringTo100mArcminHoursecWithoutSpace, getOutputStringTo100mArcminHoursecWithoutUnit, getOutputStringTo100mArcminHoursecWithUnit, getOutputStringTo100mArcminWithoutUnit, getOutputStringTo100mArcminWithUnit, getOutputStringTo100mArcsecWithoutSpace, getOutputStringTo100mArcsecWithoutUnit, getOutputStringTo100mArcsecWithUnit, getOutputStringTo10mArcsecWithoutSpace, getOutputStringTo10mArcsecWithoutUnit, getOutputStringTo10mArcsecWithUnit, getOutputStringTo1mArcsecWithoutSpace, getOutputStringTo1mArcsecWithoutUnit, getOutputStringTo1mArcsecWithUnit, getOutputStringToArcminWithoutUnit, getOutputStringToArcminWithUnit, getOutputStringToArcsecWithoutSpace, getOutputStringToArcsecWithoutUnit, getOutputStringToArcsecWithUnit, getOutputStringToRoughArcsecWithoutSpace, getOutputStringToRoughArcsecWithoutUnit, getOutputStringToRoughArcsecWithUnit, getPositionAngleTo, getRA_h, getRA_m, getRA_s, getRA, move, precession, residual, rotate, setDecl, setRA
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AstrometricError

public AstrometricError(java.util.Vector pair_list)
Constructs an AstrometricError based on the list of pairs.
Parameters:
pair_list - the list of pairs.