Name Template: PUB/MISSION/level1a/doleoO/doleoO_YYYY.DDD.LLL.NN_pl
DDD | Day of year |
LLL | LEO id (1-999) |
MISSION | Mission ID (eight characters or less--champ, champrt, sacc, sacctst, etc) |
NN | dump number (1-99) |
PUB | Base directory for the pub hierarchy |
YYYY | Year |
This file is used to schedule calling of the leoOrb program
which computes LEO orbits (positions and velocities of a Low Earth Orbiter
with respect to time).
The program which generates this file doleoO.pl is called
in response to two different file types: comClk
and podGps. Once doleoO.pl determines that enough
comClk and podGps files are present on the system, the doleoO file is
submitted to the scheduler to start leoOrb processing.
Here is an example doleoO file for real time processing:
@comClkfiles = ('comClk_2004.263.09.00.0060_0001.0001_clk',
'comClk_2004.263.10.00.0060_0001.0001_clk',
'comClk_2004.263.11.00.0060_0001.0001_clk',
'comClk_2004.263.12.00.0060_0001.0001_clk',
'comClk_2004.263.13.00.0060_0001.0001_clk',
'comClk_2004.263.14.00.0060_0001.0001_clk',
'comClk_2004.263.15.00.0060_0001.0001_clk',
'comClk_2004.263.16.00.0060_0001.0001_clk',
'comClk_2004.263.17.00.0060_0001.0001_clk',
'comClk_2004.263.18.00.0060_0001.0001_clk');
$complete = '1';
$podGpsfile = 'podGps_2004.263.001.04_bnx';
$startTime = '779622945';
$stopTime = '779654636';
|