| qstatistics | noao.imred.quadred | qstatistics |
qstatistics -- Compute and print statistics for multi-amp data
qstatistics images
The remaining parameters come from the imstatistics task.
This script tasks uses the quadsections task to break the quadformat data into separate sections and runs the imstatistics task on the sections.
1. To compute the mean and stddev of the data section.
qu> qstat quad0072 fields=image,mean,stddev
# IMAGE MEAN STDDEV
quad0072[1:1034,1:1024] 5537. 2647.
quad0072[1163:2196,1:1024] 6210. 5439.
quad0072[1:1034,1025:2048] 5364. 2535.
quad0072[1163:2196,1025:2048] 5862. 1327.
2. To compute the mean and stdev of the bias section.
qu> qstat quad0072 fields=image,mean,stddev window=biassec
# IMAGE MEAN STDDEV
quad0072[1045:1098,1:1024] 713. 1.272
quad0072[1099:1152,1:1024] 516.2 1.425
quad0072[1045:1098,1025:2048] 554.3 1.347
quad0072[1099:1152,1025:2048] 530.3 1.377
quadformat, quadsections, imstatistics