Changeset 5361 for trunk/doc/modules/ModulesSDRS.tex
- Timestamp:
- Oct 18, 2005, 4:32:25 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/ModulesSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ModulesSDRS.tex
r5359 r5361 1 %%% $Id: ModulesSDRS.tex,v 1.6 0 2005-10-18 14:07:17eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.61 2005-10-18 14:32:25 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1233 1233 of an image given a collection of fringe point pairs. 1234 1234 \begin{prototype} 1235 stats *pmFringeStats (ps Image *image, psArray *fringePoints, psMetadata *config);1235 stats *pmFringeStats (psArray *fringePoints, psImage *image, psMetadata *config); 1236 1236 \end{prototype} 1237 1237 This function measures the robust median at each of the minimum and 1238 1238 maximum 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. 1239 values. The size of the box used to make the measurement at each 1240 point is specified by the configuration variable 1241 \code{FRINGE_SQUARE_RADIUS}. From the collection of differences, the 1242 robust median is calculated, and returned as part of the fringe 1243 statistics. For each fringe point, the values of \code{delta} and 1244 \code{midValue} are also assigned and available to the user on return. 1241 1245 1242 1246 The \code{fringePoints} are defined by the following structure:
Note:
See TracChangeset
for help on using the changeset viewer.
