saltxtalk – Correct images for amplifier crosstalk
saltxtalk images outimages outpref (xtalkfile) (usedb) (clobber) (logfile) (verbose)
String. This is the name of an ascii table that contains the CCD amplifier crosstalk coeffcients. The table is used to subtract cross-talk contamination from the CCD amplifier images. Crosstalk is assumed to occur at a constant level across an individual amplifier, but the coefficients are assumed to vary across amplifer pairs. An example of the table format follows:
# PFIS CCD amplifier crosstalk data
# from 20041201 gain = bright distortion image, outer amps duplicated
# Date VCTM 2 1 4 3 6 5
# SRC 1 2 3 4 5 6
2004-01-01 .001474 .001474 .001166 .001111 .001377 .001377
The crosstalk-corrected amplifier image is given by SRC - VCTM * coeff.
saltxtalk corrects data listed by the images argument for amplifier crosstalk. Each SALTICAM and RSS CCD has two readout ammplifiers. There is crosstalk between them at the level of ~ 0.1% which results in faint ghost sources across the image. Ghosts appear as faint mirror images across amplifier boundaries of bright sources. Provided images are not saturated or non-linear, crosstalk can be mostly removed by simple subtraction of a scaled image of one amplifier from it’s neighbour. The scaling factors are supplied as an ascii table through the xtalkfile argument or in the header keywords.
The task creates new files with names specified by either the outimages or outpref argument. Existing files of the same name can overwritten if clobber=’yes’.
Coefficients stored in the xtalkfile must be recalibrated on a TBD schedule and made available to SALT users.
To correct for crosstalk contamination in image files:
--> saltxtalk images='@images.lis' outimages='' outpref='x'
xtalkfile='/iraf/extern/salt/pfis/data/PFISxtalk.dat'
clobber='no' logfile='salt.log' verbose='yes'
Individual unbinned full frame RSS image files can be 112MB in size. It is recommended to use workstations with a minimum of 512MB RAM. On a linux machine with 2.8 Ghz processor and 2 Gb of RAM, one 2051x2051 image in 0.85 sec.
Currently no error propagation is performed through the calculations. This can occur once the saltprepare tool writes bad pixel and variance maps to raw data.
Send feedback and bug reports to salthelp@saao.ac.za