The OBS
START command starts a cross-correlation
measurement on the source specified by the OBS
SOURCE
command.
The software allows mosaicing techniques through the use of the OBS
OFFSET command. A mosaic is done using SIC procedures:
SIC\FOR I -40 TO 40 BY 40
SIC\FOR J -40 TO 40 BY 40
OBS\OFFSET I J/BASIS
OBS\START
SIC\NEXT
SIC\NEXT
The OBS
Since integration time may be low in mosaicing, dead time should be reduced as much as possible. The present implementation is not optimised in this respect and a faster scheme should be investigated later.