EDS Configurations: Good Xenon
- General Description
- Detailed Description
- Time and energy resolution
- Reduction requirements and options
- Gain and offset
The Good Xenon configurations use two Event Analyzers simultaneously to provide detailed spectral and temporal information about every event that survives background rejection. There are two pairs of Good Xenon configurations:
Good_Xenon1_16s with Good_Xenon2_16s (again, the 1 and 2 denote the two EAs; 16s is the readout time).
Files containing Good Xenon data are in science event format. The science data occupy the XTE_SE extension in the form of individual time-stamped binary event words, one per line, which fill the Event column. The words themselves are strings of ones and zeros, the combinations of which define the properties of each event with respect to a template of all possible properties within the configuration. This template is broken up into sections - one for the PCU ID, one for the anode ID, and one for the PHA channel. Thus, an individual event word, with its particular combination of ones and zeros, picks out one PCU ID, one anode ID and one PHA channel. The time stamps occupy the Time column.
The key to understanding and manipulating your Good Xenon data lies in "decoding" the event word template. The template itself occupies the TEVTB2 keyword in the header of the XTE_SE extension and is written in DDL - the Data Descriptor Language. Its value for Good Xenon is:
The resolution of the time stamps in Good Xenon is 1/2**20 seconds, i.e. 0.95367431640625 microsec. This is the value of the TIMEDEL keyword in the header of the XTE_SE extension. Good Xenon provides the full 256-channel pass band of the PCA.
Once make_se has been run on the Good_Xenon_1 and Good_Xenon_2
pairs,the resulting files are reduced as event files using
seextrct. Apart from adjusting screening criteria, your
primary reduction options include:
For complete details on working with Event mode data and GoodXenon
data, see the RXTE Cookbook recipe
Reduction and Analysis of PCA Event-Mode Spectra.
A further option is to convert the data from their event-word format into the more understandable, but more expansive, event file format which has explicit columns for the PCU ID etc. - similar to ASCA and ROSAT event lists. The conversion is effected, when you merge the two EAs, by running xenon2fits with the wrtparm=a option. Note that you will have to use the extractor ftool rather than seextrct to extract events. You will, however, be able to read the entire events file into xronos which cannot handle bitmasks at the moment.
Gain and offset corrections are not applied by the EDS to Good Xenon data.
General Description
Good_Xenon1_2s with Good_Xenon2_2s (the 1 and 2 denote the two EAs; the 2s is the readout time)
Before you reduce Good Xenon data, you must combine matched pairs of files from the two EAs. The Perl script make_se will accomplish this task. The description of the data files that follows assumes the combination has been completed.
Detailed Description
(M[1]{1},S[Zero]{6},D[0:4]{3},E[0:63]{6},C[0:255]{8})
which, broken down into its parts, means:
Note that the readout time of the configuration (2 or 16 seconds) has no influence on the structure or properties of Good Xenon data. Its role is to provide observers with two telemetry choices. Note too that running fdump on a Good Xenon file will not provide an ASCII dump of the bitmask.
Time and energy resolution
Reduction requirements and options
Gain and offset
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 Tuesday, 14-Sep-1999 13:45:44 EDT.

