SUBROUTINE OZPPF1(Y,X,N,C1,C2,C3,C4,F,Q0,Q1,TIME,FTIME, * EXPFIT,STATUS) * * Module Number: 13.6.1 * * Module Name: OZPPF1 * * Keyphrase: * ---------- * Compute HRS paired pulse coefficients * * Description: * ------------ * The paired pulse equation is given by: * * y = x/(1-tx) * where * x is the true count rate * y is the observed count rate * t is a time coef. which depends on the observed count * rate by the following relation. * * t = q0 for y <= F * t = q0 + q1*(x-F) for y>F * * This routine computes the values for q0, q1 and F as follows. * * 1) The time constant for each pair of input x(i), y(i) is computed * by t(i)=(x-y)/xy * 2) The constant q0 is computed by the average of t(i) where * c1