| deadtimez | stsdas.hst_calib.hrs.z_calib | deadtimez |
deadtimez -- Compute GHRS paired pulse coefficients.
deadtimez observed expected table pptab
This routines computes the paired pulse, or deadtime coefficient, for the equation:
y = (1 - exp(-tx)) / t where: y - observed count rate, x - true count rate, and t - time coefficient.The value of "t" is computed using a least squares fit to an input set of observed count rates, x, versus expected count rates, y. The Levenberg-Marquardt iterative method is used to compute the least squares value of t by minimizing chi-squared.
'EXPECTED' - Expected count rates (real).
'OBSERVED' - Observed count rates (real).
'OBS_FIT' - Fitted values of the observed count rates (real).
'RESIDUAL' - Residuals of the fit (real).
'INSTRUMENT' - Set to "HRS" (character*3).
'DETECTOR' - Detector number (1 or 2) (integer).
'TAU1' - Set to the computed time coefficient (double).
'EPSILON' - Set to "0.0" (real).
'THRESHOLD' - Set to the value of the 'threshold' input
parameter (double).
'Q0' - Set to "0.0" (real).
'Q1' - Set to "0.0" (real).
'F' - Set to "0.0" (real).
'ITERATIONS' - Set to "1" (integer).
1. Compute the paired pulse coefficients using the data images obs and exp.
cl> deadtimez obs exp fittab pptab
For assistance using this or any other tasks, please contact help@stsci.edu or call the help desk at 410-338-1082.