Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/timing_GUI.html
Дата изменения: Tue Aug 22 17:24:21 2006
Дата индексирования: Sat Dec 22 14:40:25 2007
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п
Extraction of a X-ray light curve for an EPIC point-like source (GUI version)

  SAS home  

  SAS Watchout items  

  List of SAS threads  

Extraction of a X-ray light curve for an EPIC point-like source (GUI version)

This thread contains a step-by-step recipe to extract EPIC (pn will be used as an example) light-curves of a point-like source, starting from a calibrated, concatenated event list (either produced with epproc or available as PPS product; it will bear the name: PN.fits in this thread). The content of this thread is the same as Extraction of a X-ray light curve for a point-like source (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 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=PN.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:

    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.

  3. extract an image (sky coordinates in this example; extraction in detector - DET[XY] - coordinates is possible as well). This is accomplished by:

    xmmselect will automatically launch a ds9 window on the created image (Fig.4)

  4. select the region, from which the source light curve shall be accumulated, using the Regions/Shape/Circle in ds9 (see Fig.4)

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

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

  7. extract a light curve in the spatial region defined by the previous 2 steps, restricting the accumulation to single and double events, and the energy range between 200 and 10000 eV
  8. xmmselect launches automatically a grace window, displaying the output light curve (see Fig.6)


    Fig.4: the grace panel displaying the light curve
     

  9. extract a background light curve (PN_lightcurve_background.fits) from a region of the PN field-of-view free from contaminating sources, using the same steps 4. to 6. above
  10. subtract the background from the source lightcurve with lccorr

    The file PN_lightcurve_bs.fits contains the background-subtracted light curve. This file is compliant with the OGIP standards, and can be therefore analyzed with, e.g., the XRONOS package (refer to the timing analysis thread if you want to continue this way).