Changeset 30224
- Timestamp:
- Jan 7, 2011, 2:21:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotChoosePSF.c
r30175 r30224 317 317 pmSource *source = try->sources->data[i]; 318 318 if (try->mask->data.PS_TYPE_VECTOR_MASK_DATA[i]) continue; 319 source->mode |= PM_SOURCE_MODE_PSFSTAR; 319 320 320 321 // this source was used: find the parent and set its PSFSTAR flag … … 327 328 328 329 // build a PSF residual image 330 // we need to use the 'try' set because they have the associated models defined 329 331 if (!psphotMakeResiduals (try->sources, recipe, try->psf, maskVal)) { 330 332 psError(PSPHOT_ERR_PSF, false, "Unable to construct residual table for PSF");
Note:
See TracChangeset
for help on using the changeset viewer.
