Uses of Class
utility.Sixty

Packages that use Sixty
main Provides main classes for TheSky applet program. 
utility Provides utility classes for TheSky applet program. 
 

Uses of Sixty in main
 

Fields in main declared as Sixty
 Sixty TheSky.Sky.dec
           
 Sixty TheSky.Sky.ha
           
 Sixty TheSky.lat
           
 Sixty TheSky.longit
           
 Sixty TheSky.Sky.ra
           
 

Methods in main that return Sixty
static Sixty DBAccess.getCandDEC(java.sql.Connection con, java.lang.String scpName)
          Gets the DEC of a candidate
static Sixty DBAccess.getCandRA(java.sql.Connection con, java.lang.String scpName)
          Gets the RA of a candidate
 Sixty TheSky.Sky.raToHA(Sixty ra, double lst)
          converts RA to HA(-12 to 12)
 Sixty TheSky.Sky.xToHA(double x)
          converts an x-coordinate to HA
 Sixty TheSky.Sky.xToRA(double x, double lst)
          converts an x-coordinate to RA
 Sixty TheSky.Sky.yToDEC(double y)
          converts a y-coordinate to dec
 

Methods in main with parameters of type Sixty
 int TheSky.Sky.decToY(Sixty dec)
          converts a DEC to a y-coordinate
 int TheSky.Sky.haToX(Sixty ha)
          converts an HA to a x-coordinate
 Sixty TheSky.Sky.raToHA(Sixty ra, double lst)
          converts RA to HA(-12 to 12)
 

Uses of Sixty in utility
 

Fields in utility declared as Sixty
 Sixty NameRaDec.dec
           
 Sixty ExpTime.dec
           
 Sixty CandPrior.ShowCandInfo.dec
           
 Sixty CandPrior.PriorField.dec
           
 Sixty CandInfo.dec
           
 Sixty CandPrior.ShowCandInfo.ha
           
 Sixty NightFrame.lat
           
 Sixty ExpTime.lat
           
 Sixty CandPrior.lat
           
 Sixty CandPrior.ShowCandInfo.lat
           
 Sixty NightFrame.longit
           
 Sixty ExpTime.longit
           
 Sixty CandPrior.longit
           
 Sixty CandPrior.ShowCandInfo.longit
           
 Sixty NameRaDec.ra
           
 Sixty ExpTime.ra
           
 Sixty CandPrior.ShowCandInfo.ra
           
 Sixty CandPrior.PriorField.ra
           
 Sixty CandInfo.ra
           
 Sixty NightPlanner.theStart
           
 Sixty NightFrame.theStart
           
 

Methods in utility that return Sixty
static Sixty DBAccess.getCandDEC(java.sql.Connection con, java.lang.String funName)
          Gets the DEC of a candidate
static Sixty DBAccess.getCandRA(java.sql.Connection con, java.lang.String funName)
          Gets the RA of a candidate
static Sixty Sixty.getSixtyFromHMS(double hvalue)
          pseudo-constructor for hours-minutes-seconds
static Sixty Sixty.getSixtyFromHMS(double hr, double min, double sec)
          pseudo-constructor for hours-minutes-seconds
static Sixty Sixty.parseStringDMS(java.lang.String s)
           
static Sixty Sixty.parseStringHMS(java.lang.String s)
           
static Sixty Stars.raToHA(Sixty ra, double lst)
          converts RA to HA(-12 to 12)
 Sixty CandPrior.ShowCandInfo.raToHA(Sixty ra, double lst)
          converts RA to HA(-12 to 12)
 

Methods in utility with parameters of type Sixty
static void Stars.fk5prp(double eqx1, double ra_in, double dec_in, double pma_in, double pmd_in, double par_in, double vel_in, double eqx2, Sixty ra_out, Sixty dec_out, Sixty pma_out, Sixty pmd_out)
          I stole all this code and ported it from C to Java -Robert Quimby 1999 j.bennett (1992) - Julian precession subroutine using IAU (1976) System of Astronomical Constants Allows precession of proper motion values (also will make use of parallax and radial velocity if not zero.
static double ExpTime.getExpTime(double sigToNoise, double mag, double seeing, double zeropoint, java.lang.String filter, JulianDate jd, Sixty ra, Sixty dec, Sixty lat, Sixty longit, double elev)
          calculates the exposture time and rounds to multiples of 5, 15, or 60.
static double Stars.getZenithAngle(JulianDate jd, Sixty lat, Sixty longit, double ra, double dec)
          returns the zenith angle at jd.
static void Stars.precess(double eqx1, Sixty ra_in, Sixty dec_in, double eqx2, Sixty ra_out, Sixty dec_out)
          Julian precession subroutine.
static Sixty Stars.raToHA(Sixty ra, double lst)
          converts RA to HA(-12 to 12)
 Sixty CandPrior.ShowCandInfo.raToHA(Sixty ra, double lst)
          converts RA to HA(-12 to 12)
static void ExpTime.setSky(JulianDate jd, Sixty ra, Sixty dec, Sixty lat, Sixty longit, double elev)
          Calculates the sky brightness.
static double ExpTime.setSky(JulianDate jd, Sixty ra, Sixty dec, Sixty lat, Sixty longit, double elev, java.lang.String filter)
          Calculates the sky brightness in one filter.
 void NightPlanner.setUpBars(java.util.Vector candNames, java.util.Vector riseTimes, java.util.Vector setTimes, java.util.Vector expTimes, double nightBegin, double nightEnd, int slewTime, int readoutTime, Sixty theStart)
           
 

Constructors in utility with parameters of type Sixty
CandPrior.PriorField(java.lang.String cand2, java.lang.String type2, java.lang.String filt2, int value2, double mag2, double zeropoint2, Sixty ra2, Sixty dec2, boolean moonFlag)
           
CandPrior.ShowCandInfo(java.lang.String cand, Sixty lat, Sixty longit, double elev)
           
NameRaDec(java.lang.String name, Sixty ra, Sixty dec)