crisThickMaps package author: bruce sears released: 6-9-97 This package is used for determining the absolute thickness of a cris detector given the number of the cris detector and a point (x, y) on the detector. IMPORTANT: This package relies on the package idlUtilities_bs being installed on your system (and in your IDLPATH). version 1.00: Calls: get_cris_thickness, detNum, x, y, thickness, extrapCount in: detNum = cris detector number (integer) e.g., 8004, 8151, etc. x, y = point on the detector (float, float) out: thickness = thickness at (x, y) in microns (float) extrapCount = the value of thickness at (x, y) is interpolated between the 4 nodes at the corners of 3 mm x 3 mm pixels. The nodes correspond to the points which were measured by the MSU particle beam maps of the cris detectors. At the edges of the detector, the thickness has been extrapolated to the nodes outside of the actual measurments. extrapCount will usually return as 0, but near the edges of the detector may be from 1 to 3. if extrapCount = 4, the point you are looking at is probably not physically on the detector even though get_cris_thickness may return a thickness value using 4 extrapolated nodes. (integer)