Changeset 5516 for trunk/psModules/src/imcombine/pmReadoutCombine.h
- Timestamp:
- Nov 15, 2005, 10:09:03 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.h
r5170 r5516 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005- 09-28 20:43:52$7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-11-15 20:09:03 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 44 44 float readnoise); 45 45 46 /** 47 * 48 * This function measures the robust median at each of the minimum and maximum 49 * coordinates and determines the difference and mean of the two values. The size 50 * of the box used to make the measurement at each point is specified by the 51 * configuration variable FRINGE_SQUARE_RADIUS. From the collection of 52 * differences, the robust median is calculated, and returned as part of the 53 * fringe statistics. For each fringe point, the values of delta and midValue are 54 * also assigned and available to the user on return. 55 * 56 */ 57 psStats *pmFringeStats( 58 psArray *fringePoints, 59 psImage *image, 60 psMetadata *config 61 ); 62 63 typedef struct 64 { 65 psF64 xMin; 66 psF64 yMin; 67 psF64 xMax; 68 psF64 yMax; 69 psF64 delta; 70 psF64 midValue; 71 } 72 pmFringePoint; 73 46 74 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
