The Satellite Scenario File Format
The satellite scenario file is an optional file, generally produced by the
processing programs, which lists the epochs at which the processing
switched from one reference satellite to another. Because there is
no identifier in the file and the file is a product of and not used
in the processing, one could use this file to identify any epoch of
interest.
The format is very simple: one instruction per line; each line
containing the following, free formatted and separated by whitespace:
- the year
- month (January = 1)
- day of month
- hour (0 - 23)
- minute (0 - 59)
- second (0 - 59)
A sample file looks like:
4 253 0 0 0 31
4 253 5 42 30 17
4 253 10 57 30 21
4 253 14 20 30 14
4 253 18 25 0 01
4 253 21 39 0 19
4 253 23 59 30 19
$Id: scenario.html 24 2008-04-25 15:12:21Z mark $