RXTE GOF |
Working with Realtime Data Recipes from the RXTE Cook Book |
RXTE FAQ |
---|
- Realtime News
- Introduction
- General differences between realtime and production data
- Preparing your realtime data for analysis
From 2003-03-05 changes have been made to the quick pseudo-production FITS
files provided by the RXTE SOF.
These changes will make the quick pseudo-production files more similar
to the final production files and thus make analysis simpler. No other
FITS products will be affected.
Currently there are three types of FITS files that are provided to
RXTE users.
These are:
Previously both types 1) and 2) differed from the production data in
that several keywords were missing from the FITS files and the directory
structure differed.
The new quick pseudo-production files will:
Realtime data are "quick look" products, useful for general
analysis of an RXTE observation before the fully-processed
data become available. (Fully-processed data are usually
available 1-2 weeks after observation.)
Although much data analysis can be performed with Realtime
Data, you should always redo your analysis with the fully-processed
production data, when it becomes available.
All RXTE data are available at three different stages of processing;
As the name implies, realtime data are telemetred when the spacecraft is in contact with the ground station. Production data, on the other hand, comprise daily batches of realtime data put together by the data capture facility. These data have been time-sorted and with duplicate telemetry removed. Consequently, users should be aware of the following caveats concerning realtime data:
There may be gaps in the real-time data
caused by telemetry interruptions which will not be present in the
production data.
Orbit ephemerides are not yet available for these observations; one will have to wait for the definitive products.
Complete filter files can be generated from realtime data, but only with a few additional steps (see recipe below).
This recipe boils down to making a filter file and PCA response. First the filter file:
However, the ObsId specified in the FMI is not the same as the one implied by the name of the tar file (which is also the ObsId the production data will be known by). Rather, realtime ObsIds are denoted with a slightly different convention. For example, the ObsId that appears to be 20077-01-13-00 is listed in the FMI file as D1144-05-07-01R. To get the realtime ObsId, either run XDF and look in the "Observations" window or run fdump on the FMI file, like this:
New! Realtime Pseudo-Production Data is Better!
The changes being made to the FITS files will only affect type 2) above,
the quick pseudo-production level files.
With these changes several of the additional steps previously required
to
analyze quick pseudo-production level data described in this recipe
are no longer needed.
These are steps:
1. It is no longer necessary to insert RA and dec. into the index file.
3. You no longer need to determine the "real" ObsID.
Introduction
Realtime data are in the same FITS format as production data and can be reduced and analyzed in the same way. However, there are some general differences, explained in the following section, of which you should be aware. The recipe itself describes the additional steps needed to prepare your realtime data for analysis.
General Differences between Realtime and Production data
Start and stop times of these observations are estimated to the best of our (planning) knowledge, but may not be entirely accurate.
Preparing your Realtime Data
And now for the response matrix:
RA_OBJ 266.137909
DEC_OBJ -28.741100
We'll call it position.
fmodhead FIST_5e47bf5-5e488d9+0 position
fdump mode=h prhead=no infile=20077-01-13-00/FMI columns=ObsId
ObsId
1 D1144-05-07-01R
xtefilt -f pulburst_13
Running XTEFILT v1.3
##########################################
Observation ID: [] D1144-05-07-01R
Path to XTE FITS Database: [] /data/realtime/20077-01-13-00
File containing AppID list: [] realtime_applist
Timestep: [16.0]
The resulting file has the same columns (bar the HEXTE particle monitors) as one generated from production data. But it will likely have gaps corresponding to periods when the spacecraft was not in contact with the ground station.
maketime
Name of FITS file and [ext#][] pulburst_13.xfl
Name of output FITS file[] on_target.gti
Selection Expression[] OFFSET.lt.0.02
Column containing HK parameter names[NAME]
Column containing HK parameter values[VALUE]
Column containing HK parameter times[TIME] Time
Flag, yes if HK format is compact[no]
The criterion used here is that pointing offset be less than 0.02 degrees. The file should be input at the saextrct prompt Input GTI file to be AND'd with INFILE.
fmodhead flare.pha position
[This step is not strictly necessary if the previous step is followed: Selecting only on-target data means, in effect, that the target is at the center of the field of view, in which case "NONE" can be given to pcarsp as the attitude file.]
If you have a question about RXTE, please send email to one of our
help desks.