The ABC of XTE
Screening
Screening
Postscript version of this chapter
Screening means getting rid of invalid or unwanted data - data taken, for example, when the target was at the edge of the field of view. In practice, screening entails applying various criteria to create good time intervals (GTI) which include only the good data. These GTI are then implemented when light curves and spectra are extracted.
This chapter describes the various screening criteria and how to create GTI. The basic scheme is that the screening criteria are constructed from quantities contained in the filter file which is used as input by the GTI-generating ftool maketime. As an intermediate step, we recommend plotting selected columns in the filter file (with the ftool fplot) before running maketime.
Listed below are the quantities in the
filter file
which are important in screening data. This list is based on
experience as the mission has progressed, and may continue to grow as
the mission continues to mature.
Please note that the full list of filter file columns can be displayed by running the ftool flcol on a filter file.
As the Earth's atmosphere absorbs X-rays, preferentially at low energies, the shape of the source spectrum is distorted when the elevation angle is low. We recommend restricting the elevation to be greater than 10 degrees for spectral studies. A lower limit can be used for timing studies.
Plotting the elevation angle will not only show its range, but also whether the target is occulted by the Earth (when the elevation angle is less than zero).
Like most FITS files, filter files can be plotted using the ftool fplot. The program prompts the user for the column containing the x-axis and then for the columns to be used on the y-axes. It calls the same PGPLOT subroutines as Xspec and Xronos.
For example, here's the screen dialogue that corresponds to plotting elevation angle (ELV), pointing direction (POINT_RA, POINT_DEC) and PCA high voltage (hvXE_PCU0) against time (Time) from the filter file FP_3c8fbb1-3c930a9.xfl:
In the RXTE context, the term good time interval (GTI) applies to sets of start and stop times that exist either in the GTI extension of data files or in specially created FITS files. The former is described in the Data Files chapter. Here, we'll learn how to make the latter.
In general, GTI files are created with the ftool maketime which applies Boolean and/or arithmetic selection criteria to the columns in the filter file and outputs a file containing the time ranges satisfying the criteria. In particular:
Note that for analysis of faint sources, we recommend the additional expressions (TIME_SINCE_SAA > 30 || TIME_SINCE_SAA < 0.0) && ELECTRON2 < 0.1, which will filter out data within thirty minutes of the peak of SAA and data with high electron contamination.
Note also that the current version of this tool is not case sensitive in the column names and that the last input has the default of 'yes' which must be changed to 'no' for XTE data.
Introduction
Screening Criteria
Current List of Screening Criteria and Corresponding Columns in the Filter File
Plotting the Filter File
rufus [46] [day] filter: fplot FP_3c8fbb1-3c930a9.xfl offset=yes
Name of X Axis Parameter[error][Time] Time
Name of Y Axis Parameter[error] up to 8 allowed[ELV] ELV OFFSET PCU0_ON
PCU3_0N PCU4_ON NUM_PCU_ON
Lists of rows[-]
Device: /XWindow, /XTerm, /TK, /PS, etc[/te] /xw
Please note that fplot can plot at most 10,000 points per graph. If
your filter file contains more points, then a series of plots will be
displayed. Note too that filter files span entire ObsIds which do not,
however, necessarily contain a continuous train of scientific data:
the PCA, for example, could be turned off (check, e.g the value of
NUM_PCU_ON). The "offset=yes" option produces a plot in which the
time axis starts at 0, and the start time of the file is printed at
the top of the plot.
Creating GTI
Here's an example of using maketime on a filter file. We'll create the GTI file basic.gti from the filter file FP_3c7a9f5-3c855c1.xfl containing the times when the elevation angle was bigger than 10 degrees, when the OFFSET was less that 0.02 to cut out a slew at the beginning, and when three PCU's were on (the other two being off for the entire observation):
olegacy [84] [day] ~: maketime
Name of FITS file and [ext#][] FP_3c7a9f5-3c855c1.xfl
Name of output FITS file[] basic.gti
Selection Expression[] elv.gt.10.and.offset.lt.0.02.and.num_pcu_on.eq.3
Column containing HK parameter names[NAME]
Column containing HK parameter values[VALUE]
Column containing HK parameter times[TIME]
Flag, yes if HK format is compact[yes] no
The ABC of XTE is written and maintained by the RXTE GOF. Please email xtehelp@athena.gsfc.nasa.gov if you have any questions or comments. This particular page was last modified on Wednesday, 21-Feb-2001 11:55:36 EST.