FluxReply
A return value of the requested_flux() function.
group FluxReply {
Double flux,
Double sdev
}
The flux member holds the average integrated flux
that was obtained, and the sdev member holds the
apparent uncertainty the flux. The uncertainty in the average is
equal to the standard deviation of the samples that went into the
average flux, divided by the square root of the number of these
samples.
FluxReply, and prints it out.
request_flux kuband, ant, 0:0:10 until $acquired(flux) FluxReply f = $requested_flux() print "Received flux = ", $f.flux, " +/- ", $f.sdev