4. aXe Calibration Files

The aXe tasks use several calibration files in addition to the information contained in the Main Configuration File (see Main Configuration File). This section describes these files.

4.1. Sensitivity Curve

This file is a FITS binary table containing the three columns WAVELENGTH, SENSITIVITY, ERROR and listing the total system sensitivity (in \(e^-/s\) per erg cm\(^{-2}\) s\(^{-1}\) Å\(^{-1}\)) as a function of wavelength (in A). The ERROR column should contain the estimated error in the SENSITIVITY (in \(e^-/s\) per erg cm\(^{-2}\) s\(^{-1}\) A\(^{-1}\)). Note: this sensitivity curve should be per Å and not per pixel.

4.2. Flat field

This file is a multiple extension FITS file containing a model of the wavelength dependence of the flat-field for each pixel.

Each extension \(i\) of this file contains the \(n^{th}\) polynomial coefficient of the relation

\(f(i,j,x)=a_0 + a_1 * x + a_2 * {x}^{2} + ... + a_i * {x}^n\), where

\(x\) is a normalized value obtained with

\(x = (\lambda - {\lambda}_{min})/(\lambda_{max} - \lambda_{min})\)

and

\(\lambda\) is the wavelength of the pixel (i,j). The values for

\(\lambda_{max}\) and \(\lambda_{min}\)

are in the FITS header keywords \(WMIN\) and \(WMAX\). There are no hard limits on the number of extensions in this file, i.e. on the order of the polynomial model. The task petff is used to read this file, compute and apply the flat-field coefficient at each pixel contained in a Pixel Extraction Table. This is done by dividing the pixel value by the computed flat-field coefficient. The structure of this file is shown in figure 1 . Note that the first extension of this file, [0], contains the constant term of the polynomial.

../_images/FITSflat.png

Figure 1: The structure of the FITS flat-field calibration file which is used by aXe to construct, at each pixel coordinat(i,j) a proper flat-field coefficient \(FF(i,j,x)=a_0 + a_i * x + a_2 * x^2 + ... + a_i * x^n\) where \(x\) is a normalized balue obtained with \(x=(\lambda - \lambda_{min}) / (\lambda_{max} - \lambda_{min})\) and \(\lambda\) is the wavelength of pixel(i,j).