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

A focal plane consists of one or more chips (according to the number of contiguous silicon). It contains pointers to the focal-plane's metadata and the exposure information. For astrometry, it contains a transformation from the focal plane to the tangent plane and the fixed pattern residuals. Since colors are involved in the transformation, it is necessary to specify the color the transformation is defined. We also include some values to characterize the quality of the transformation: the root square deviation for the x and y transformation fits, and the chi-squared for the transformation fit.
Definition at line 179 of file psAstrometry.h.
Data Fields | |
| psArray * | chips |
| chips in the focal plane array | |
| psMetadata * | metadata |
| focal-plane's metadata | |
| psPlaneDistort * | fromTangentPlane |
| transformation from tangent plane to focal plane | |
| psPlaneDistort * | toTangentPlane |
| transformation from focal plane to tangent plane | |
| psFixedPattern * | pattern |
| fixed pattern residual offsets | |
| const struct psExposure * | exposure |
| information about this exposure | |
| psGrommit * | grommit |
| Wallace's grommit. | |
| psPhotSystem * | colorPlus |
| Color reference. | |
| psPhotSystem * | colorMinus |
| Color reference. | |
| psProjection * | projection |
| projection | |
| float | rmsX |
| RMS for x transformation fits. | |
| float | rmsY |
| RMS for y transformation fits. | |
| float | chi2 |
| chi^2 of astrometric solution | |
|
|
chi^2 of astrometric solution
Definition at line 197 of file psAstrometry.h. |
|
|
chips in the focal plane array
Definition at line 181 of file psAstrometry.h. |
|
|
Color reference.
Definition at line 192 of file psAstrometry.h. |
|
|
Color reference.
Definition at line 191 of file psAstrometry.h. |
|
|
information about this exposure
Definition at line 188 of file psAstrometry.h. |
|
|
transformation from tangent plane to focal plane
Definition at line 184 of file psAstrometry.h. |
|
|
Wallace's grommit.
Definition at line 189 of file psAstrometry.h. |
|
|
focal-plane's metadata
Definition at line 182 of file psAstrometry.h. |
|
|
fixed pattern residual offsets
Definition at line 186 of file psAstrometry.h. |
|
|
projection
Definition at line 193 of file psAstrometry.h. |
|
|
RMS for x transformation fits.
Definition at line 195 of file psAstrometry.h. |
|
|
RMS for y transformation fits.
Definition at line 196 of file psAstrometry.h. |
|
|
transformation from focal plane to tangent plane
Definition at line 185 of file psAstrometry.h. |
1.4.1