#include <pmAstrometry.h>
Collaboration diagram for pmReadout:

A readout is the result of a single read of a cell (or a portion thereof). It contains the offset from the lower-left corner of the chip, in the case that the CCD was windowed, as well as the binning factors and parity (if the binning value is negative, then the parity is reversed). It also contains the pixel data, metadata containers for the concepts and analysis, and a link to the parent.
Definition at line 140 of file pmAstrometry.h.
Data Fields | |
| int | col0 |
| Offset from the left of chip. | |
| int | row0 |
| Offset from the bottom of chip. | |
| int | colBins |
| Amount of binning in x-dimension. | |
| int | rowBins |
| Amount of binning in y-dimension. | |
| psImage * | image |
| Imaging area of readout. | |
| psImage * | mask |
| Mask of input image. | |
| psImage * | weight |
| Weight of input image. | |
| psList * | bias |
| List of bias section (sub-)images. | |
| psMetadata * | analysis |
| Readout-level analysis metadata. | |
| pmCell * | parent |
| Parent cell. | |
|
|
Offset from the left of chip.
Definition at line 143 of file pmAstrometry.h. |
1.4.5