Changeset 9885
- Timestamp:
- Nov 6, 2006, 11:12:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.h
r9842 r9885 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-11-0 3 15:12:41$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-11-07 09:12:14 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 113 113 ); 114 114 115 /** 116 * 117 * This function takes a collection of pmModel fitted models from across a 118 * single image and builds a pmPSF representation of the PSF. The input array of 119 * model fits may consist of entries to be ignored (noted by a non-zero mask 120 * entry). The analysis of the models fits a 2D polynomial for each parameter to 121 * the collection of model parameters as a function of position (and 122 * normalization?). In this process, some of the input models may be marked as 123 * outliers and excluded from the fit. These elements will be marked with a 124 * specific mask value (1 == PSFTRY_MASK_OUTLIER). 125 * 126 */ 127 bool pmPSFFromPSFtry (pmPSFtry *psfTry); 128 115 129 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
