https://sscweb.gsfc.nasa.gov/WS/tipsod/1/launch.jsp?parameters
parameters
is
a
variable number of
parameter-name=parameter-value
pairs as described in the
following table.Parameter-name |
Parameter-value |
Description |
---|---|---|
begin |
Beginning of time range |
This value should be formatted
as yyyy-MM-ddTHH:mm (see java.text.SimpleDateFormat API documentation
for the pattern description) and be specified for the UTC time
zone.
If this parameter is not given or its value is not formatted correctly,
the viewer will be launched but the user will have to specify a value
before the orbits will be shown. |
end |
Ending of time range |
This value should be formatted as yyyy-MM-ddTHH:mm (see java.text.SimpleDateFormat API documentation for the pattern description) and be specified for the UTC time zone. If this parameter is not given or its value is not formatted correctly, the viewer will be launched but the user will have to specify a value before the orbits will be shown. |
coord |
coordinate system |
This value should be one of SM,
GSM, GSE, GM, GEO, GEI_J2000, GEI_TOD. This parameter is optional
and defaults to the 4D Orbit Viewer's default value. |
resolution |
small integer |
This value corresponds to the SSC
DB factor. This parameter is optional and defaults to the 4D
Orbit Viewer's default value. |
btrace |
1 |
This value enables magnetic
field line tracing. This should be disabled to improve
performance unless tracing is actually desired. This parameter is
optional and defaults to "disabled" if the parameter is omitted or has
a value other than 1. |
single |
1 |
This value specifies whether subsequent requests should be handled by a single instance of the Orbit Viewer application or if each request should start a new instance of the application. This parameter is optional and defaults to "disabled" (that is, multiple instances) if the parameter is omitted or has a value other than 1. |
sat |
satellite identifier |
This parameter may be given any number of times. If the parameter is omitted, the viewer will be launched but the user will have to choose the satellites that are to be shown. The values should be the Id value from the SatelliteDescriptions returned by SatelliteSituationCenterInterface.getAllSatellites() Web service call or the corresponding SPASE Observatory ResourceID shown here. |
application/x-java-jnlp-file
and conforming to
the Java Network Launching Protocol (JNLP) Specification (JSR-56),
versions 1.5 and higher. The resulting JNLP does not contain
<shortcut>
and <desktop>
elements.
Furthermore, to discourage
intermediate proxies, Web browsers, and JNLP clients from caching this
dynamic response, the response will have the HTTP
header fields set as described in the table belowHeader |
Value |
Comment |
---|---|---|
Cache-Control |
no-store |
for HTTP 1.1 |
Pragma |
no-cache |
for HTTP 1.0 |
Expires |
0 |
to prevent caching at a proxy
server |