From 115c96124c384753c721206f72fda4be988943a3 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Wed, 15 Aug 2012 06:45:01 -0400 Subject: [PATCH] show EOT as H:M:S not just fractional hours --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0dabdc1..70cfe8e 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

Coordinated Mars Time

Ls = °
- EOT = ° = h + EOT = ° =

Curiosity
137.4°E longitude

@@ -463,7 +463,7 @@

Areocentric Solar Longitude

$(".nu").text(nu.toFixed(5)); $(".l_s").text(l_s.toFixed(5)); $(".eot").text(eot.toFixed(5)); - $(".eot_h").text(eot_h.toFixed(5)); + $(".eot_h").text(h_to_hms(eot_h.toFixed(5))); $(".msd").text(add_commas(msd.toFixed(5))); $(".mtc").text(h_to_hms(mtc));