Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/MOS_xmmselect_spectrum_thread.html
Дата изменения: Fri Jun 15 19:04:35 2007
Дата индексирования: Sat Dec 22 15:25:36 2007
Кодировка:
How to extract MOS spectra of a point-like source and associated matrices using the SAS GUI

  SAS home  

  SAS Watchout items  

  List of SAS threads  

Spectral analysis of MOS point-like sources with xmmselect and the SAS GUI

This thread contains a step-by-step recipe to extract MOS spectra of a point-like source observed in Imaging mode and to create the associated response matrices, starting from a calibrated, concatenated event list (either produced with emproc or available as PPS product; here it bears the file name MOS.evt). The content of this thread is the same as the thread to extract MOS spectra for point-like sources (command-line version). Here, however, the extraction of scientific products is being done using the SAS task xmmselect. This is a user-friendly, graphical interface to the SAS extractor (evselect), which allows you to create a wide range of scientific products (images and pseudo-images, time series, spectra, histograms), and screen the data prior to any product accumulations. xmmselect takes advantage of the full integration between SAS and plotting tools such as grace and ds9, to define data selection regions on a 1-D (light curve) or 2-D (image) plane.

  1. set up your SAS environment (following the SAS start-up thread)

  2. start xmmselect
    xmmselect table=MOS.evt &
    First a window pops-up, asking if you wish to visualize the "[...] selection expression [...]" corresponding to "[...] data subspace information [...]". In practise, xmmselect is asking you if you wish to see the data screening expression, which was employed to generate the event list. The answer to this question does not affect the following steps.

    The xmmselect call pops-up a window as shown in Fig.1.


    Fig.1: The main xmmselect window
     

    In this window, we identify:

  3. extract a single event (i.e. pattern zero only), high energy (E > 10 keV) light curve, to identify intervals of flaring particle background.
  4. This is done by:

    This will pop-up another window: the evselect parameter user interface (see Fig.2).


    Fig.2: The main evselect window
     

    On this multi-panel window, one should at least:


    Fig.3: The Lightcurve panel in the evselect window
     

    As customary for SAS task, each widget, button or menu in the evselect window corresponds to a task parameter. The whole list of available evselect parameters, with their description, is available at the evselect task description.

    Once Run is clicked, dsplot is silently run on the created light curve, and the corresponding grace window appears (see Fig.4)

  5. define a "low-background" interval on the light curve, using the following steps in the grace window:


    Fig.4: A grace window, displaying a light curve, and one interval created as explained in text
     

    Be aware that grace allows you to define several different types of intervals. Among the normally most useful: Above/Below line, in Vert. Range, Out of Horiz/Vert. Range, Left/Right of line

    When you are happy with your definition, click the button 1D region in the xmmselect window. The selection region will be automatically transferred into the data selection widget of the xmmselect window, and properly translated into a selectlib expression

  6. extract an image (sky coordinates in this example; extraction in detector - DET[XY] - coordinates is possible as well, and may be preferable for some specific scientific needs).
  7. This is accomplished by:


    Fig.5: The Image panel in the evselect window
     

    xmmselect will automatically launch a ds9 window on the created image

  8. select the region, from which the spectrum shall be accumulated, using the Regions/Shape/Circle in ds9 (see Fig.6)

  9. Fig.6: ds9 main window. A circular region (green circle) has been defined using the highlighted menu.
     

  10. propagate the selected region into the xmmselect data screening panel, by clicking the 2D region button

  11. extract a source spectrum, using selection expressions defined so far, and restricting the patterns to single and doubles:

  12. Fig.7: The Spectrum panel in the evselect window
     

  13. extract a background spectrum using the same steps 6. to 8. above. Have a look at the "EPIC status of calibration and data analysis" document (XMM-SOC-CAL-TN-0018) for latest recommendations on how to select source and background regions. In the following, we assume that the background is extracted from a source-free region on the same CCD and at roughly the same off-axis angle as the source under investigation.
  14. If you are interested in learning how to extract the background spectra from blank sky event lists, please click here.

  15. generate a redistribution matrix
  16. Currently there are two possible approaches:

    a) use the SAS task rmfgen to create a redistribution matrix for your previously extracted spectrum:

    NOTE: This can take long (>30 min) on low-performance computers...


    Fig.8: The rmfgen launch GUI interface
     

    b) use the ready-made (canned) matrices available at the following URL: http://xmm.esac.esa.int/external/xmm_sw_cal/calib/epic_files.shtml

  17. generate an ancillary file (for extended sources use extendedsource=yes detmaptype=flat or dataset)
  18. NOTE: arfgen reads in the pattern range from the DSS information in the spectrum dataset, and accumulates the quantum efficiency curves over those patterns, which is then combined to the other constituents of the ARF. Be aware that the entire range of allowed patterns are assumed if no pattern range is found in the DSS.


    Fig.9: The arfgen launch GUI interface
     

  19. prepare the spectrum and link associated files
  20. grppha: PHA filename: MOSsource_spectrum.fits
                   output filename: MOSsource_spectrum.grp
                   chkey BACKFILE MOSbackground_spectrum.fits
                   chkey RESPFILE MOS.rmf
                   chkey ANCRFILE MOS.arf
                   group min 25 ! as an example
                   exit
  21. fit the spectrum

  22. NOTE ON PATTERN SELECTION IN MOS SPECTRA:

  23. In general the user should use PATTERN 0-12. However, PATTERN 0 events can be used to minimise the effects of pile-up in bright sources and for sources in which the best-possible spectral resolution is crucial.
    In case of MOS Timing mode observations PATTERN 0 only should be selected for the source and PATTERN 0,1,3 for the background spectra extracted in outer CCDs. For details and latest recommendations, see again XMM-SOC-CAL-TN-0018.