Changeset 6900 for trunk/psphot/src/psphotGrowthCurve.c
- Timestamp:
- Apr 18, 2006, 9:01:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotGrowthCurve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotGrowthCurve.c
r6753 r6900 45 45 radius = psf->growth->radius->data.F32[i]; 46 46 47 psImageKeepCircle (mask, xc, yc, radius, "OR", PM_ SOURCE_MASK_MARKED);47 psImageKeepCircle (mask, xc, yc, radius, "OR", PM_MASK_MARK); 48 48 49 49 pmModelAdd (image, mask, model, false, false); … … 51 51 pmSourcePhotometryAper (&apMag, model, image, mask); 52 52 53 psImageKeepCircle (mask, xc, yc, radius, "AND", ~PM_SOURCE_MASK_MARKED);53 psImageKeepCircle (mask, xc, yc, radius, "AND", NOT_U8(PM_MASK_MARK)); 54 54 psf->growth->apMag->data.F32[i] = apMag; 55 55 }
Note:
See TracChangeset
for help on using the changeset viewer.
