Batch Observations
Joachim Köppen Strasbourg 2010
Only when you are well familiar how to do observations
manually and when you start systematic observations,
perhaps at inconvenient times, then you can turn using batch operating.
The telescope can be operated in batch mode, i.e. without the direct control
of the user. For this purpose we prepare a text file which contains all the
commands we plan to issue during the observation run. However, we should take
care that we do not demand the telescope to go to a source which at that moment
happens to be below the horizon ... in this case the telescope will retire to
its stow position.
Such a run may be short, and we might simply sit in front of the computer watching
the incoming results. This may be useful during tests, such as the ones we need to
excute because of the strong interference: All commands are stored in the file and
are executed in the prescribed manner ... so that it won't happen that we forget
something ;-)
We can also run the telescope for a longer run, such as overnight, or during times
we cannot be present. In this case, it is useful to plan ahead, as to ensure that
the telescope is not pointed at objects below the horizon. For this purpose, we
can use the planning tool or the
simulator to check the visibility of your sources.
To run ESA-Haystack in batch mode, you click the CmdFile button, upon which
a window opens with a file selection menu. You select your file ... The program then
reads and execute one line after the other of the file. The commands are displayed
in the lower right hand corner.
In case you want to change something in the file, such as modifying the interation
time, having seen the previous results, you may do so: simply open the file with
the text editor, apply the changes or add anything, and then save it. Obviously,
you can only change lines that have not yet been read by the program!
The rules for the command file text are:
For example: a solar observation would entail measurement of the solar flux,
the background of the empty sky, and the flux from the ISU library wall, which
can serve as a flux calibrator source
The keywords are (items in [ ] are optional):
each line MUST start with time or : or * for comment
mode = 1 2 3 4 5 6
span = 0.5 0.25 0.125 1.2 1.5
2 MHz
: pointcorr -0.5 -3.5 | apply the pointing correction |
: freq 1420 1 | set centre frequency 1420 MHz and span 500 kHz |
: record | start recording |
: Sun | goto Sun |
:600 | measure for 10 min |
: offset -90 0 | offset 90° east of Sun, same elevation |
:600 | measure for 10 min |
: ISU | goto ISU wall for flux calibration |
:600 | measure for 10 min |
: roff | stop record |
: stow | goto stow position |
It is a good idea to keep an eye on the telescope, during the beginning of each batch run, just to be sure that everything works as it should!
| Top of the Page | Back to the MainPage | to my HomePage |
last update: Apr. 2010 J.Köppen