Output of Tipping Radiometer PC Program after Each Measurement Single line of ASCII characters, beginning with W0519 and followed by numbers separated with colons. The numbers are: V_warm, V_hot, T_warm, T_hot, T_cal, V(AM=1), V(AM=1.5), V(AM=2), V(AM=2.5), V(AM=3), V(AM=3.5), V(AM=4), Hour, Minute, Tau, Y-Intercept, Correlation coefficient, number of V()'s used, Bad flag, String length We use a least square fit of log(V_warm-(V_warm-V_cal)) against airmass where V_cal = V_warm - (T_warm - T_cal)*(V_hot - V_warm)/(T_hot - T_warm) The bad flag is 0 unless the correlation coefficient is < 0.975 or if an attempt was made to take the logarithm of a negative number during the least square fit.