Ex Mensura, Scientia
Companion to Wndsn Quadrant Telemeters: Low tech, high utility graphical distance computers from the Wndsn applied science lab.
By way of using a Wndsn Quadrant to measure local latitude and calculate declination for a given date, a number of values can be derived through further Quadrant computations.
The equations are proof-of-concept formulas based on ancient formulas of spherical trigonometry and ignore specifics like nutation, precession, etc. The calculated results are FOR EDUCATIONAL PURPOSES ONLY; some are exact, some are approximate, and some are simplified. Actual Sun data may vary significantly.
52.5°
-15°
No
37.5°
60.94°
14.06°
90°
and 270°
49.2°
and 310.8°
130.8°
and 229.2°
115.16°
244.84°
71.23°
22.5°
-52.5°
09:29
00:47:29
The display precision set is .2
. To change that, edit the variable &digits=x
in the URL where 0 <= x <= 9
.
[Load sample values (JSON) (XML) (CSV).]
H = (90° − φ) + δ
cos αsr = sin δ / cos φ
cos τsr = -tan φ · tan δ
[To offset refraction, for true sunrise/set, a constant of 1.66667° is added to the result.]cos τ = (sin h - sin δ · sin φ) / (cos δ · cos φ)
tan αs = sin τ / (sin φ · cos τ - cos φ · tan δ)
where H = Sun altitude at noon, h = instantaneous Sun altitude, τ = hour angle, φ = latitude, and δ = declination.