IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2005, 4:32:25 AM (21 years ago)
Author:
eugene
Message:

additions to fringes and astrometry functions

File:
1 edited

Legend:

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

    r5359 r5361  
    1 %%% $Id: ModulesSDRS.tex,v 1.60 2005-10-18 14:07:17 eugene Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.61 2005-10-18 14:32:25 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    12331233of an image given a collection of fringe point pairs.
    12341234\begin{prototype}
    1235 stats *pmFringeStats (psImage *image, psArray *fringePoints, psMetadata *config);
     1235stats *pmFringeStats (psArray *fringePoints, psImage *image, psMetadata *config);
    12361236\end{prototype}
    12371237This function measures the robust median at each of the minimum and
    12381238maximum coordinates and determines the difference and mean of the two
    1239 values.  From the collection of differences, the robust median is
    1240 calculated, and returned as part of the fringe statistics.
     1239values.  The size of the box used to make the measurement at each
     1240point is specified by the configuration variable
     1241\code{FRINGE_SQUARE_RADIUS}.  From the collection of differences, the
     1242robust median is calculated, and returned as part of the fringe
     1243statistics.  For each fringe point, the values of \code{delta} and
     1244\code{midValue} are also assigned and available to the user on return.
    12411245 
    12421246The \code{fringePoints} are defined by the following structure:
Note: See TracChangeset for help on using the changeset viewer.