The Scheduler
The OpenTel scheduler can generate schedules for continuous longterm observations within a global network of telescopes. Longterm observations refers to observations periods exceeding the lenght of one night, which is typically on the order of a few hours. The scheduler overcomes this natural limitation by scheduling a target with another telescope which can continue the observation. This way it is possible to perform observations of arbitrary duration.
In a network of many telescope different telescopes could be chosen to in a schedule. Therefore an additional criterion is necessary, to make a selection. The criterion employed here is optimizes for to the observation hight by the scheduling algorithm.
Usage
The scheduler is part of the ot-tools (located in the bin folder) and is called ot-schedule.The help page explains its invocation.
photon:~$ ot-scheduler |
The two input files are obligatory
- TARGET.rtml - the RTML description of an observation
- TELLIST.txt - a list of telescopes, either created manually or obtained from the broker
The following example documents the usage.
photon:~$ TARGET=Gl586A |
The first line defines the target name of the RTML target.
The second line defines the START time.
The third line executes the scheduler with the telescope list and target information.
As a result the the new schedule is displayed and two files will be produced
- Gl586A.sch - ASCII file containing schedule
- Gl586A.dat - a data file for plotting the schedule
The schedule file can now be used as an input for the ot-submit tool to submit the observation to the corresponding telescopes.
Plotting a schedule
The ot-plot tool can be used to produce a PS/EPS file of the schedule and to visualize the result.
photon:~$ ot-plot $TARGET.dat |
Schedule and corresponding altitudes during a 24 h observation of Gl586A as generated by the scheduler for a the given list of telescopes.



