- Timestamp:
- Aug 13, 2010, 12:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourcePhotometry.c
r28904 r28909 209 209 // if the aper mag is NAN, the flux < 0. this can happen for sources near the 210 210 // detection limits (esp near bright neighbors) 211 source->apMag = source->apMagRaw; 211 212 if (isfinite (source->apMag) && isPSF && psf) { 212 213 if (psf->growth && (mode & PM_SOURCE_PHOT_GROWTH)) { … … 311 312 bool pmSourcePixelWeight (float *pixWeightNotBad, float *pixWeightNotPoor, pmModel *model, psImage *mask, psImageMaskType maskVal, psImageMaskType markVal) 312 313 { 313 PS_ASSERT_PTR_NON_NULL(pixWeight, false); 314 PS_ASSERT_PTR_NON_NULL(pixWeightNotBad, false); 315 PS_ASSERT_PTR_NON_NULL(pixWeightNotPoor, false); 314 316 PS_ASSERT_PTR_NON_NULL(mask, false); 315 317 PS_ASSERT_PTR_NON_NULL(model, false);
Note:
See TracChangeset
for help on using the changeset viewer.
