Changeset 5367 for trunk/doc/modules/CameraImages.tex
- Timestamp:
- Oct 18, 2005, 10:15:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/CameraImages.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r5361 r5367 863 863 entry must contain the following user-defined parameters: 864 864 \begin{itemize} 865 \item GRID_OFFSET: maximum allowed displacement in search866 \item GRID_SCALE: grid bin size in focal-plane coordinate units867 \item MIN_ANGLE: minimum tested relative rotation868 \item MAX_ANGLE: maximum tested relative rotation869 \item DEL_ANGLE: relative rotation step size865 \item \code{GRID_OFFSET} : maximum allowed displacement in search 866 \item \code{GRID_SCALE} : grid bin size in focal-plane coordinate units 867 \item \code{MIN_ANGLE} : minimum tested relative rotation 868 \item \code{MAX_ANGLE} : maximum tested relative rotation 869 \item \code{DEL_ANGLE} : relative rotation step size 870 870 \end{itemize} 871 871 The output from this process is the statistics of the best-fit … … 930 930 following function performs this operation: 931 931 \begin{prototype} 932 bool pmAstrom MatchedListFit(pmFPA *fpa, psArray *st1, psArray *st2, psArray *match, psMetadata *config);932 bool pmAstromFitFPA (pmFPA *fpa, psArray *st1, psArray *st2, psArray *match, psMetadata *config); 933 933 \end{prototype} 934 934 This function accepts the raw and reference source lists and the list … … 949 949 linear terms and the higher-order terms of the polynomial fits. 950 950 951 An alternative to fitting the rotation of the FPA relative to the 952 Tangent Plane is to treat the fitted transformation as a measurement 953 of the chip within the FPA. The following function performs this 954 operation in the same way as \code{pmAstromFitFPA}: 955 \begin{prototype} 956 bool pmAstromFitChip (pmFPA *fpa, psArray *st1, psArray *st2, psArray *match, psMetadata *config); 957 \end{prototype} 958 This function accepts the raw and reference source lists for a single 959 chip and the list of matched entries. It uses the matched list to 960 determine a polynomial transformation between the two coordinate 961 systems. The fitting uses clipping to exclude outliers, likely 962 representing poor matches. The \code{config} element must contain the 963 information \code{ASTROM_NSIGMA} (specifying the number of sigma used 964 in the clipping) and \code{ASTROM_NCLIP} (specifying the number of 965 clipping iterations must be performed). The \code{config} element 966 must also specify the order of the polynomial fit (keyword: 967 \code{ASTROM_ORDER}). The result of this fit is a set of 968 modifications of the components of the \code{pmChip.toFPA} 969 transformation. 970 951 971 A mosaic represents a particular set of challenges when determining an 952 972 astrometric solution. There is substantial degeneracy between the
Note:
See TracChangeset
for help on using the changeset viewer.
