Changeset 21175
- Timestamp:
- Jan 26, 2009, 2:02:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r21166 r21175 231 231 232 232 // construct the fitted values and the residuals 233 psVector *apResidFit = pmTrend2DEvalVector (psf->ApTrend, xPos, yPos);233 psVector *apResidFit = pmTrend2DEvalVector (psf->ApTrend, mask, 0xff, xPos, yPos); 234 234 psVector *apResidRes = (psVector *) psBinaryOp (NULL, (void *) apResid, "-", (void *) apResidFit); 235 235 psVector *dMagSys = (psVector *) psBinaryOp (NULL, (void *) dMag, "*", (void *) psScalarAlloc(errorScale, PS_TYPE_F32)); … … 430 430 431 431 // construct the fitted values and the residuals 432 psVector *apResidFit = pmTrend2DEvalVector (psf->ApTrend, xPos, yPos);432 psVector *apResidFit = pmTrend2DEvalVector (psf->ApTrend, mask, 0xff, xPos, yPos); 433 433 psVector *apResidRes = (psVector *) psBinaryOp (NULL, (void *) apResid, "-", (void *) apResidFit); 434 434
Note:
See TracChangeset
for help on using the changeset viewer.
