include "../../anti_XSS.php"; if(isset($_GET["lang"])) $lang=$_GET["lang"]; if(isset($_GET["jour"])) $jour=$_GET["jour"]; if(isset($_GET["mois"])) $mois=$_GET["mois"]; if(isset($_GET["an"])) $an=$_GET["an"]; if(isset($_GET["heure"])) $heure=$_GET["heure"]; if(isset($_GET["min"])) $min=$_GET["min"]; if(isset($_GET["sec"])) $sec=$_GET["sec"]; if(isset($_GET["pm"])) $pm=$_GET["pm"]; if(isset($_GET["ut"])) $ut=$_GET["ut"]; if(isset($_GET["nut"])) $nut=$_GET["nut"]; if(isset($_GET["tides"])) $tides=$_GET["tides"]; if(isset($_GET["rt"])) $rt=$_GET["rt"]; $lang=anti_XSS($lang); $jour=anti_XSS($jour); $mois=anti_XSS($mois); $an=anti_XSS($an); $heure=anti_XSS($heure); $min=anti_XSS($min); $sec=anti_XSS($sec); $pm=anti_XSS($pm); $ut=anti_XSS($ut); $nut=anti_XSS($nut); $lang=anti_XSS($lang); $tides=anti_XSS($tides); $rt=anti_XSS($rt); ?>
Compute the Earth rotation matrix |
2021 2 26 19 h 20 min 59 s UTC
matrice:
0.055221300922 -0.998472084629 0.002025867749
0.998474132550 0.055221431989 0.000008775567
-0.000120633477 0.002022291945 0.999997947889
Transformation coordinate M from the international terrestrial reference system (ITRF) to the international celestial reference frame (ICRF) : Celestial coordinates ( X Y Z) = M x Terrestrial coordinates ( x y z )
|