IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2005, 10:15:05 AM (21 years ago)
Author:
eugene
Message:

added flat-field norm, update names on pmAstrom functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/CameraImages.tex

    r5361 r5367  
    863863entry must contain the following user-defined parameters:
    864864\begin{itemize}
    865 \item GRID_OFFSET : maximum allowed displacement in search
    866 \item GRID_SCALE  : grid bin size in focal-plane coordinate units
    867 \item MIN_ANGLE : minimum tested relative rotation
    868 \item MAX_ANGLE : maximum tested relative rotation
    869 \item DEL_ANGLE : relative rotation step size
     865\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
    870870\end{itemize}
    871871The output from this process is the statistics of the best-fit
     
    930930following function performs this operation:
    931931\begin{prototype}
    932 bool pmAstromMatchedListFit (pmFPA *fpa, psArray *st1, psArray *st2, psArray *match, psMetadata *config);
     932bool pmAstromFitFPA (pmFPA *fpa, psArray *st1, psArray *st2, psArray *match, psMetadata *config);
    933933\end{prototype}
    934934This function accepts the raw and reference source lists and the list
     
    949949linear terms and the higher-order terms of the polynomial fits.
    950950
     951An alternative to fitting the rotation of the FPA relative to the
     952Tangent Plane is to treat the fitted transformation as a measurement
     953of the chip within the FPA.  The following function performs this
     954operation in the same way as \code{pmAstromFitFPA}:
     955\begin{prototype}
     956bool pmAstromFitChip (pmFPA *fpa, psArray *st1, psArray *st2, psArray *match, psMetadata *config);
     957\end{prototype}
     958This function accepts the raw and reference source lists for a single
     959chip and the list of matched entries.  It uses the matched list to
     960determine a polynomial transformation between the two coordinate
     961systems.  The fitting uses clipping to exclude outliers, likely
     962representing poor matches.  The \code{config} element must contain the
     963information \code{ASTROM_NSIGMA} (specifying the number of sigma used
     964in the clipping) and \code{ASTROM_NCLIP} (specifying the number of
     965clipping iterations must be performed).  The \code{config} element
     966must also specify the order of the polynomial fit (keyword:
     967\code{ASTROM_ORDER}).  The result of this fit is a set of
     968modifications of the components of the \code{pmChip.toFPA}
     969transformation.
     970
    951971A mosaic represents a particular set of challenges when determining an
    952972astrometric solution.  There is substantial degeneracy between the
Note: See TracChangeset for help on using the changeset viewer.