Changeset 9882 for trunk/psModules/src/objects/pmPSF.h
- Timestamp:
- Nov 6, 2006, 11:09:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.h
r9779 r9882 72 72 ); 73 73 74 75 /**76 *77 * This function takes a collection of pmModel fitted models from across a78 * single image and builds a pmPSF representation of the PSF. The input array of79 * model fits may consist of entries to be ignored (noted by a non-zero mask80 * entry). The analysis of the models fits a 2D polynomial for each parameter to81 * the collection of model parameters as a function of position (and82 * normalization?). In this process, some of the input models may be marked as83 * outliers and excluded from the fit. These elements will be marked with a84 * specific mask value (1 == PSFTRY_MASK_OUTLIER).85 *86 */87 bool pmPSFFromModels(88 pmPSF *psf, ///< Add comment89 psArray *models, ///< Add comment90 psVector *mask ///< Add comment91 );92 93 94 74 /** 95 75 *
Note:
See TracChangeset
for help on using the changeset viewer.
