If the source count rate is greater than
counts/s for a pn
Timing mode observation or
counts/s for MOS Timing mode then
the source events are likely to be affected by photon pile-up.
This can be checked by selecting events from regions which exclude the inner column(s) of the data and running epatplot. For instance the spatial selection region, which shows no pile-up for the MOS may be:
( RAWX in [280:298] || RAWX in [303:321] )
The BACKSCAL value can be calculated for the created spectrum in the normal manner using xmmselect or the backscale task. Similarly the task rmfgen may be used to create the redistribution matrix (RMF) in the normal manner (see § 4.10.2).
The calculation of the ARF is a little more complicated because the encircled energy (PSF) correction is not performed correctly by arfgen in this case. To overcome this problem the following steps need to be taken.
( RAWX in [299:302] )
arfgen spectrumset=spec_full.ds arfset=arf_full.ds
arfgen spectrumset=spec_inner.ds arfset=arf_inner.ds
addarf "arf_full.ds arf_inner.ds" "1.0 -1.0" arf_outer.ds
The arf_outer.ds file can then be used as the ARF for fitting the spectrum created from the region:
( RAWX in [280:298] || RAWX in [303:321] )
together with the RMF produced earlier.