Solar Angles Geocentric


Kløpulver for hjernecellerne

     
 

 
<GetX>:
bulletGetDeclination property
bulletGetEquationOfTime property
bulletGetHourAngle property
bulletGetIncidenceAngle property
bulletGet RightAscension property
bulletGetDeclination gets the geocentric sun declination
bulletGetEquationOfTime gets equation of time
bulletGetHourAngle gets observer hour angle
bulletGetIncidenceAngle gets surface incidence angle
bulletGetRightAscension get the geocentric sun right ascension

"Geocentric" means that the angle is calculated with respect to the earth center.

SolarPlexus.SetInput must be called in advance to set the input values for date, place on earth etc.

Syntax--

DecDegrees = SolarPlexus.<GetX>(Degrees)

<GetX> is one of the above mentioned properties

 

DecDegrees Return value. Double. Angle returned as decimal numeral with degrees before the decimal point, and decimal fractions af degrees after. Example: 117.343242
Degrees Return value. String. Angle returned as a string with the format "pggg:mm:ss.ff", where p=sign (+ or -), ggg=degrees, mm=minutes, ss=seconds, and ff=fractions of seconds. Example: "-117:20:35.67" (which equals -117.343242)