Changeset 6900 for trunk/psphot/src/psphotWeightBias.c
- Timestamp:
- Apr 18, 2006, 9:01:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotWeightBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotWeightBias.c
r6862 r6900 60 60 61 61 // fit PSF model (set/unset the pixel mask) 62 psImageKeepCircle (source->mask, x, y, PSF->radiusTMP, "OR", PM_ SOURCE_MASK_MARKED);62 psImageKeepCircle (source->mask, x, y, PSF->radiusTMP, "OR", PM_MASK_MARK); 63 63 pmSourceFitModel (source, PSF, PM_SOURCE_FIT_NORM); 64 psImageKeepCircle (source->mask, x, y, PSF->radiusTMP, "AND", ~PM_SOURCE_MASK_MARKED);64 psImageKeepCircle (source->mask, x, y, PSF->radiusTMP, "AND", NOT_U8(PM_MASK_MARK)); 65 65 66 66 // re-subtract PSF for object, leave local sky
Note:
See TracChangeset
for help on using the changeset viewer.
