-
Notifications
You must be signed in to change notification settings - Fork 45
/
header.htm
46 lines (43 loc) · 2.73 KB
/
header.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Header for pseudo-MPECs. You can customize this without much trouble.
# '$Name$' will be replaced with the object name; '$Tg$' with the time the
# pseudo-MPEC was generated; $Incl$ with the inclination in degrees, and
# so on. IMPORTANT : modify non-English *header.htm files to match!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE> Pseudo-MPEC for $Name$ </TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<style type="text/css">
.neocp {color:black; background-color:black; text-decoration:blink;}
.whtext {color:white;}
</style>
</HEAD>
<BODY>
<P><b> "Pseudo-MPEC" for $Name$ </b></p>
<p><i> Created $Tg$ UT using <a href="https://www.projectpluto.com/find_orb.htm">Find_Orb</a></i></p>
<p><i> <a href="https://www.projectpluto.com/mpec_xpl.htm"> Click here for an
explanation of pseudo-MPECs </a> </i> </p>
$Error # The server flavor of Find_Orb inserts error messages here.
<ul>
<li> <a href="#ast_xx"> Astrometry </a> </li>
# neocp_only 1 These lines only make sense for NEOCP objects:
<li> <a href="https://cgi.minorplanetcenter.net/cgi-bin/showobsorbs.cgi?Obj=$Name$&obs=y"> Astrometry (from NEOCP, if available) </a> </li>
<li> <a href="https://cneos.jpl.nasa.gov/scout/#/object/$Name$"> 'Scout' (JPL) information </a> </li>
# neocp_only 0
<li> <a href="#stations"> Observing stations </a> </li>
<li> <a href="#elements_xx"> Orbital elements </a> </li>
<li> <a href="#residuals_xx"> Residuals </a> </li>
<li> <a href="#eph_xx"> Ephemeris </a> </li>
# helio_only 1
<li> <a href="http://skyview.gsfc.nasa.gov/cgi-bin/skymorph/mobssel.pl?target=&NEAT=on&OE_EPOCH=$EpJD$&OE_EC=$ecc$&OE_QR=$q$&OE_TP=$T$&OE_OM=$Node$&OE_W=$Peri$&OE_IN=$Incl$&OE_H=$H$"> Click here to search NEAT images for this object using Skymorph </a> </li>
<li> <a href="http://skyview.gsfc.nasa.gov/cgi-bin/skymorph/mobssel.pl?target=&DSS2=on&OE_EPOCH=$EpJD$&OE_EC=$ecc$&OE_QR=$q$&OE_TP=$T$&OE_OM=$Node$&OE_W=$Peri$&OE_IN=$Incl$&OE_H=$H$"> Click here to search DSS2 images for this object using Skymorph </a> </li>
<li> <a href="http://skyview.gsfc.nasa.gov/cgi-bin/skymorph/mobssel.pl?target=&Spacewatch=on&OE_EPOCH=$EpJD$&OE_EC=$ecc$&OE_QR=$q$&OE_TP=$T$&OE_OM=$Node$&OE_W=$Peri$&OE_IN=$Incl$&OE_H=$H$"> Click here to search Spacewatch images for this object using Skymorph </a> </li>
# helio_only 0
</ul>
<p>
<input type = "button" value = "Orbit Simulator View" onclick = "window.open('http://orbitsimulator.com/gravitySimulatorCloud/yr/gsim2023.html?sv,1,$SV$')">
</p>
# helio_only 0
<pre> <a name="ast_xx"></a>
<a href="https://www.projectpluto.com/mpec_xpl.htm#astrometry"> <b>Astrometry:</b> </a>
# End of header