Changeset 9813 for trunk/psphot/src/psphotWeightBias.c
- Timestamp:
- Oct 31, 2006, 9:40:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotWeightBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotWeightBias.c
r9595 r9813 60 60 61 61 // fit PSF model (set/unset the pixel mask) 62 psImageKeepCircle (source->mask, x, y, PSF->radius TMP, "OR", PM_MASK_MARK);62 psImageKeepCircle (source->mask, x, y, PSF->radiusFit, "OR", PM_MASK_MARK); 63 63 pmSourceFitModel (source, PSF, PM_SOURCE_FIT_NORM); 64 psImageKeepCircle (source->mask, x, y, PSF->radius TMP, "AND", PS_NOT_U8(PM_MASK_MARK));64 psImageKeepCircle (source->mask, x, y, PSF->radiusFit, "AND", PS_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.
