SCULIB_DIV_CALIBRATOR_2

divides the mean of the calibrator signal into the chop signal

Description:

This routine divides the calibrator signal into the chop signal and variance over an array of measurements. No division will occur if the measurement quality is bad or the square of the calibrator signal is zero.

Invocation

CALL SCULIB_DIV_CALIBRATOR_2 (N_BOLS, N_POS, DATA, VARIANCE, CALIBRATOR, QUALITY)

Arguments

N_BOLS = INTEGER (Given)
Number of bolometers measured
N_POS = INTEGER (Given)
Number of positions measured
DATA (N_BOLS,N_POS) = REAL (Given and returned)
Demodulated data array
VARIANCE (N_BOLS,N_POS)
= REAL (Given and returned) Variance on DATA
CALIBRATOR (N_BOLS,N_POS)
= REAL (Given) Calibration array
QUALITY (N_BOLS,N_POS)
= BYTE (Given and returned) Quality on DATA
STATUS = INTEGER (Given & Returned)
inherited status

Copyright

Copyright ©1995,1996,1997,1998,1999 Particle Physics and Astronomy Research Council. All Rights Reserved.