SCULIB_INTEGRATE_PHOTOM_JIGGLE

integrate the jiggle map made by a bolometer during a PHOTOM observation

Description:

This routine just sums the data for the specified bolometer over the jiggle pattern.

After checking status on entry the routine checks that the bolometer to be integrated is among those that were measured. All being well it then loops through the jiggle pattern summing the valid data and variance measured at each position for that bolometer. If no valid data were obtained then the result quality will be set bad.

Invocation

CALL SCULIB_INTEGRATE_PHOTOM_JIGGLE (BOL, N_BOLS, J_COUNT, DATA, VARIANCE, QUALITY, RESULT_D, RESULT_V, RESULT_Q, STATUS)

Arguments

BOL = INTEGER (Given)
the index of the bolometer whose data is to be integrated
N_BOLS = INTEGER (Given)
the number of bolometers being measured
J_COUNT = INTEGER (Given)
the number of jiggles in the pattern
DATA (N_BOLS, J_COUNT) = REAL (Given)
the measured data
VARIANCE (N_BOLS, J_COUNT) = REAL (Given)
the variance
QUALITY (N_BOLS, J_COUNT) = INTEGER (Given)
the quality
RESULT_D = REAL (Returned)
the sum of the input data
RESULT_V = REAL (Returned)
the sum of the input variances
RESULT_Q = INTEGER (Returned)
the quality on the sum
STATUS = INTEGER (Given and returned)
global status

Copyright

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