#include <psAstrometry.h>
Collaboration diagram for psReadout:

A readout is the result of a single read of a cell (or a portion thereof). It contains a pointer to the pixel data, and additional pointers to the objects found in the readout, and the readout metadata. It also contains the offset from the lower-left corner of the chip, in the case that the CCD was windowed.
Definition at line 96 of file psAstrometry.h.
Data Fields | |
| const psS32 | col0 |
| Offset from the left of chip. | |
| const psS32 | row0 |
| Offset from the bottom of chip. | |
| const int | colParity |
| Column Readout Direction. | |
| const int | rowParity |
| Row Readout Direction. | |
| const psU32 | colBins |
| Amount of binning in x-dimension. | |
| const psU32 | rowBins |
| Amount of binning in y-dimension. | |
| psImage * | image |
| Imaging area of readout. | |
| psImage * | mask |
| Mask area for readout. | |
| psList * | objects |
| Objects derived from Readout. | |
| psMetadata * | metadata |
| Readout-level metadata. | |
|
|
Offset from the left of chip.
Definition at line 98 of file psAstrometry.h. |
|
|
Amount of binning in x-dimension.
Definition at line 104 of file psAstrometry.h. |
|
|
Column Readout Direction.
Definition at line 101 of file psAstrometry.h. |
|
|
Imaging area of readout.
Definition at line 107 of file psAstrometry.h. |
|
|
Mask area for readout.
Definition at line 108 of file psAstrometry.h. |
|
|
Readout-level metadata.
Definition at line 110 of file psAstrometry.h. |
|
|
Objects derived from Readout.
Definition at line 109 of file psAstrometry.h. |
|
|
Offset from the bottom of chip.
Definition at line 99 of file psAstrometry.h. |
|
|
Amount of binning in y-dimension.
Definition at line 105 of file psAstrometry.h. |
|
|
Row Readout Direction.
Definition at line 102 of file psAstrometry.h. |
1.4.1