Changeset 21136
- Timestamp:
- Jan 17, 2009, 10:35:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psphot/src/psphotSourceSize.c
r21087 r21136 239 239 240 240 if (yPixM >= 0 && yPixM < image->numRows && 241 !(mask && (mask->data.PS_TYPE_ MASK_DATA[yPixM][xPix] & maskVal))) {241 !(mask && (mask->data.PS_TYPE_IMAGE_MASK_DATA[yPixM][xPix] & maskVal))) { 242 242 float dSigma = image->data.F32[yPixM][xPix] / sqrtf(weight->data.F32[yPixM][xPix]); 243 243 nSigma += dSigma; … … 250 250 251 251 if (yPixP >= 0 && yPixP < image->numRows && 252 !(mask && (mask->data.PS_TYPE_ MASK_DATA[yPixP][xPix] & maskVal))) {252 !(mask && (mask->data.PS_TYPE_IMAGE_MASK_DATA[yPixP][xPix] & maskVal))) { 253 253 float dSigma = image->data.F32[yPixP][xPix] / sqrtf(weight->data.F32[yPixP][xPix]); 254 254 nSigma += dSigma;
Note:
See TracChangeset
for help on using the changeset viewer.
