XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


arfgen (arfgen-1.104) [xmmsas_20230412_1735-21.0.0]

Conversion to DET coordinates

The internal coordinate system used by arfgen is DET, so if the input coordinate system is EQPOS, POS or TEL, a conversion to DET is performed. If the input system is POS, it is firstly converted to EQPOS. To perform this intermediate conversion, the nominal pointing position is required. This is taken from the global attributes REFXCRVL and REFYCRVL of the spectrum dataset.

The conversion from EQPOS to DET in general requires knowledge of the spacecraft attitude. By default the task uses the mean pointing position contained within the spectrum header in the RA_PNT, DEC_PNT, PA_PNT keywords. This is expected to be accurate enough in most cases. An alternative approach is to use the attitude from the OAL corresponding to the start of the exposure by specifying useodfatt=true. In this case, coordinate conversions are performed using the ODF attitude throughout the code including the places where the task attcalc is called. The attitude files are accessed from the directory pointed to by the environment variable SAS_ODF. A special case is multi-pointing mode, where the satellite is repointed in each exposure. In this case useodfatt=true should be used as the header attitude keywords will generally not be correct.

It is recommended to use DET coordinates if the mean attitude over the exposure period differs significantly from the start attitude.

An intermediate stage of the conversion from equatorial to detector coordinates is via the telescope position (theta, phi). The source position may be input directly in terms of theta, phi by setting sourcecoords=TEL, sourcex=theta and sourcey=phi. In this case, sourcex=0 sourcey=0 refers to the optical axis.

XMM-Newton SOC -- 2023-04-16