We have generated a number of simulations of the XRCF measurements. Typically these simulate the XSS (to some degree), the HRMA, and the HRMA Shutters. They do not include gratings or detectors.
trace-shellz1
and trace-xrcf1.
We've used the DRAFT_as_run.cmdb as of 3 April 1998.
Some of the distinguishing features about these simulations are:
Presently these are rather sparsely populated; only measurements with the PIGS have been completed.
The ray files are available at ftp://pelf.harvard.edu/pub/dj/rays/XRCF/xrcf_xss_01a/100k/
For DCM and HIREF scans, raytraces were run for each of the
energies in the requested energy range (i.e, starting at
X_Ray_mono_initial, and incrementing by
X_Ray_mono_step_size until the range in
X_Ray_mono_range was covered).
The rays have been passed through the appropriate shutter configuration for each test.
t,
b, n, or s) appended to the
name with an underscore.
The rays are in the XRCF coordinate system, with X = 0 being the fore end of the CAP. The rays have been projected to the HRMA best focus for Al Ka (1.4967KeV), which is at -10274.86670111mm (determined from raytraces). You will undoubtedly need to project them to the appropriate focal plane for your instrument. For projection to a plane perpendicular to the optical axis (X), the formula is:
t = ( X_final - X_current ) / DC_X
Y_final = Y_current + t * DC_Y
Z_final = Z_current + t * DC_Z
where:
X_final is where you want the rays to end up
X_current, Y_current, and Z_current
indicate the current position of the ray
DC_X, DC_Y, and DC_Z are the ray's direction cosines
The rays are in FITS files, as per the
"AXAF FITS Standard for Ray Trace Interchange"
To get your copy, email
Kathy Daigle and ask for document
SAO-AXAF-DR-93-039.
That document is under revision. The FITS files follow that revision;
the sole difference that's noticeable is that ray weights are defined
to be the probability of the ray reaching the focal plane. We have
pre-filtered the rays so that each has a weight of unity.
If you're too anxious to see/use the rays, and can't wait for the
document, here's the layout. The files are FITS binary tables, the
fields are:
| Name | Type | Units | Description |
|---|---|---|---|
| RT_X | double | mm | X Position |
| RT_Y | double | mm | Y Position |
| RT_Z | double | mm | Z Position |
| RT_COSX | double | X Direction Cosine | |
| RT_COSY | double | Y Direction Cosine | |
| RT_COSZ | double | Z Direction Cosine | |
| RT_KEV | double | keV | Photon Energy |
| RT_WGHT | double | Ray Weight | |
| RT_ID | 32-bit | Photon ID |