Uses of Class
edu.pdx.starview.calc.KSNumbers

Packages that use KSNumbers
edu.pdx.starview.calc   
edu.pdx.starview.imaging   
 

Uses of KSNumbers in edu.pdx.starview.calc
 

Methods in edu.pdx.starview.calc with parameters of type KSNumbers
static void KSSkyPoint.nutate(KSNumbers num, SVAngle inRA, SVAngle inDec, SVAngle outRA, SVAngle outDec)
          Determine the effects of nutation for this SkyPoint.
static void KSSkyPoint.aberrate(KSNumbers num, SVAngle inRA, SVAngle inDec, SVAngle outRA, SVAngle outDec, boolean addAbberation)
          Determine the effects of aberration for this SkyPoint.
 

Uses of KSNumbers in edu.pdx.starview.imaging
 

Methods in edu.pdx.starview.imaging with parameters of type KSNumbers
static java.util.Vector SVFilter.starFilter(KSNumbers date, SVAngle lat, SVAngle lng, SVAngle az, SVAngle alt, double M_in, double N_in, double min_mag, double max_mag, java.util.Vector fullDB)