File indexing completed on 2025-02-16 03:37:49
0001 <html> 0002 <head> 0003 <title>Satellite information</title> 0004 <link rel="stylesheet" media="screen" href="qrc:/marble/webpopup/placesscreen.css"> 0005 <link rel="stylesheet" media="screen" href="qrc:/marble/satellites/satellitescreen.css"> 0006 <link rel="stylesheet" media="print, embossed" href="qrc:/marble/satellites/satelliteprint.css"></head> 0007 <body> 0008 <div id="Marblelogo"> 0009 <h1>%name%</h1> 0010 0011 <h2>NORAD ID: %noradId%</h2> 0012 <p> 0013 <table> 0014 <tr class="blue"> 0015 <td colspan="2">Coordinates</td> 0016 </tr> 0017 <tr> 0018 <td><a href="https://en.m.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td> 0019 </tr> 0020 <tr> 0021 <td><a href="https://en.m.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td> 0022 </tr> 0023 <tr> 0024 <td>Altitude</a></td><td>%altitude% m</td> 0025 </tr> 0026 </table> 0027 <p> 0028 <div class="image"> 0029 <img src="qrc:/marble/satellites/elements.png"> 0030 <div><i>Geometry of a satellite orbit</i></div> 0031 </div> 0032 <p> 0033 <table> 0034 <tr class="blue"> 0035 <td colspan="2">Orbital data</td> 0036 </tr> 0037 <tr> 0038 <td><a href="https://en.m.wikipedia.org/wiki/Apsis">Perigee</a></td><td>%perigee% km</td> 0039 </tr> 0040 <tr> 0041 <td><a href="https://en.m.wikipedia.org/wiki/Apsis">Apogee</a></td><td>%apogee% km</td> 0042 </tr> 0043 <tr> 0044 <td><a href="https://en.m.wikipedia.org/wiki/Inclination">Inclination</a> (<i>i</i>)</td><td>%inclination%°</td> 0045 </tr> 0046 <tr> 0047 <td><a href="https://en.m.wikipedia.org/wiki/Orbital_period">Period</a> (<i>P</i>)</td><td>%period% min</td> 0048 </tr> 0049 <tr> 0050 <td><a href="https://en.m.wikipedia.org/wiki/Semi-major_axis">Semi-major axis</a> (<i>a</i>)</td><td>%semiMajorAxis% km</td> 0051 </tr> 0052 </table> 0053 0054 <hr> 0055 0056 <p>Earth-Satellites orbital elements from <a href="https://www.celestrak.com">http://www.celestrak.com</a>. 0057 <p>Planetary-Satellites orbital elements from <a href="https://ssd.jpl.nasa.gov/?horizons">JPL Horizons</a> 0058 0059 </body> 0060 </html>