next up previous contents index
Next: 6. aXe Calibration Files Up: aXe 1.6 User Manual Previous: 4. aXe tasks   Contents   Index

Subsections


5. Configuration of aXe tasks

The aXe tasks are configured in three different ways:


5.1 Environment Variables

All aXe tasks use the following environment variables:

These can be set before running the aXe tasks or by a PyRAF script which runs all the aXe tasks in the desired order.

Using csh/tcsh:

setenv AXE_IMAGE_PATH /path/to/my/data/
setenv AXE_OUTPUT_PATH /output/directory/
setenv AXE_DRIZZLE_PATH /drizzle/directory/
setenv AXE_CONFIG_PATH /path/to/the/axe/config/

Using bash:

export AXE_IMAGE_PATH=/path/to/my/data/
export AXE_OUTPUT_PATH=/output/directory/
export AXE_DRIZZLE_PATH=/drizzle/directory/
export AXE_CONFIG_PATH=/path/to/the/axe/config/


5.2 Configuration Files


5.2.1 Main Configuration File

Many configuration parameters are read in by the aXe tasks from a single text file which serves as the primary means to configure the extraction process for a given mode of an instrument. A separate Main Configuration File should be created for each of the spectral modes of each of the instruments with which aXe tasks are to be used. This configuration file contains a basic geometrical description of where in the slitless image one would expect a given BEAM to be located relative to the position of the source object in a direct image.
The character '';'' can be used to add comments to this file.
A general description of the format of the input data (location of the science, error and data quality arrays) is also included in this file.

5.2.1.1 General configuration

The following keywords in the Main Configuration file are used to define several parameters such as which extension of the input FITS images contain the data, which keywords should be used to determine the exposure time of the input data, etc...
$\textstyle \parbox{4.5in}{{\bf Note on the optimum settings
for drizzle:}\\
Th...
...ement of the resolution can be expected,
whatever drizzle parameters you use.
}$


5.2.1.2 BEAM configuration

There must be a description for each of the BEAMs (i.e. dispersion orders) that are extracted. BEAMs are named using single letter characters ('A','B','C', etc.., for a maximum number of 26 BEAMs). All pixel coordinates and offsets that appear in a BEAM description are in fact offsets from the reference pixel in the BEAM (REFPIXEL## in Aperture File). The following is defined for each BEAM:


5.2.1.3 Magnitude cutoffs


5.2.1.4 Trace description

The following items apply to the BEAM ''#''. The character ''A'' through ''Z'' should be substituted for ''#''.

$\textstyle \parbox{4.5in}{\index{Note on Field Dependent
Values}{\bf Note on F...
... maximum amount of flexibility when calibrating smoothly varying quantities.
}$


5.2.1.5 Wavelength calibration description for grisms

The wavelength calibration is handled using an $n^{th}$ order polynomial which, as is the case for the Trace description, can be field dependent. The field dependence format is the same as for the trace description.


5.2.1.6 Wavelength calibration description for prisms

The wavelength calibration is handled using an $n^{th}$ order inverse polynomial which, as is the case for the trace description, can be field dependent. The field dependent format is the same as for the trace description.


5.2.1.7 Sensitivity

The absolute sensitivity calibration is handled by applying a sensitivity curve to the electron count rates at each wavelength.

$\textstyle \parbox{4.5in}{\index{Note on How to set up your
own BEAM descripti...
...fined by the DYDX description), from the BEAM Reference Pixel.
\end{itemize} }$

5.2.2 Example of a Main Configuration file

See Chapter 3.3.3.
next up previous contents index
Next: 6. aXe Calibration Files Up: aXe 1.6 User Manual Previous: 4. aXe tasks   Contents   Index
mkuemmel@eso.org