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


espfilt (espfilt-5.0.2) [xmmsas_20230412_1735-21.0.0]


Main loop

This task assumes that SAS tasks cifbuild, odfingest and one of the event-list producing EPIC MOS or PN task (emchain, epchain) have previously been run.

An error will result if the odfingest ASCII output file or the cifbuild FITS file are not present and set using the proper SAS environment variables or command line options.

  1. The task checks to see if event list is present and has the requisite keywords.
  2. Define corner selection criteria for evselect calls.
  3. Create *all* and corner images and *fov* lightcurves with evselect.
  4. Depending on the method selected, the proper subroutine for processing via that method is envoked. For the Histogram method: Clean lightcurve in subroutine CLEAN_LC.
      Clean the light curve by creating a histogram of rate values
      from the light curve, finding the most likely value, assuming
      that to be similar to the mean of the quiescent rate, then
      fitting a Gaussian (or poissonian, or user defined curve) to 
      a small window around that value in the histogram to determine
      the true mean and dispersion of the quiescent background rate. 
      Excludes time intervals with rate higher than a multiple of
      the dispersion above the mean quiescent background and excludes
      good regions shorter than some (currently hardcoded) limit.
    

    For the Ratio Method:

    1. Create FOV annulus and corner annulus images and lightcurves.
    2. Determine Counts per pixel Ratio between the FOV annulus and corners.
    3. For Time Intervals within user-selected ratio threshold ranges, select data using evselect.

  5. Create an ASCII QDP format file (histogram method only)
  6. Run gtibuild.
  7. Run evselect to produce filtered, flare-free events file.
  8. Run evselect to produce filtered, flare-free image.
  9. Run evselect to produce corner-only events file.
  10. Run evselect to produce corner-only image.
  11. If PN, run evselect to produce cleaned OOT event file.

XMM-Newton SOC -- 2023-04-16