Files needed for target acquisition

The target aquisition is done using two IRAF tasks. The first task uses two images as input - one of the MOS mask illuminated by a calibration lamp and one of the astronomical object field. The image of the MOS mask should be made with the halogen calibration lamp, the calibration lens and a B filter. A one second exposure is sufficient.

The aperture files (.ap) has to contain the dimentions 4.0 as WIDTH and LENGTH. This is the only way for the task to identify a fiducial hole. And example of a correct ".ap" file:

Aperture   XCEN      YCEN     WIDTH    LENGTH
   #       [pix]     [pix]    [ " ]     [ " ]
   1      100.97    886.25     4.0       4.0
   2      570.46   1880.12     4.0       4.0
   3     1867.09   1811.33     4.0       4.0
   4      961.70    354.91     4.0       4.0
   5      292.55   1211.12     2.0      10.0
   6      786.51   1343.49     2.0      10.0

An example of a wrong ".ap" file:

Aperture   XCEN      YCEN     WIDTH    LENGTH
   #       [pix]     [pix]    [ " ]     [ " ]
   1      162.52    715.39     3.0       0.1
   2      332.91   1270.09     3.0       0.1
   3     1928.18   1701.38     3.0       0.1
   4      893.50    488.20     3.0       0.1
   5     1490.34    855.28     1.8      12.0
   6     1363.45    740.50     1.8      12.0

Edit the ".ap" file be hand to comply to this restriction.

The ".ap" files also needs to have 8 header lines. They will have this by default when produced by the mosplate program.

The task then calculates the amount to offset and rotate the telescope in order to make the MOS mask coincide with the objects in the field. These two images and the aperture file must exist in the directory florence:/var/guest/mosimages in order to be found by the IRAF tasks described below (it has been tested that images also can be loaded directly from the mounted directory, which is /data/alfosc. If you do this there is no need to copy the images).

The second IRAF task moves the telescope based on the results found by the first IRAF task.

As with all IRAF tasks, the parameters can be given in different ways. They can all be written on the IRAF command line after the command. The command can be typed and the parameters can be given when IRAF prompts for them. Finally, the parameters can be edited using the epar IRAF command. This manual assumes a basic knowledge of IRAF.

The following is a complete description on how to do the target aquisition.

This procedure will probably have to be iterated two times for the objects to be correctly aligned with the mask.

John Telting 2009-01-22