Changeset 18555 for trunk/psphot/src/psphotPSFConvModel.c
- Timestamp:
- Jul 15, 2008, 10:25:50 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotPSFConvModel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotPSFConvModel.c
r17396 r18555 9 9 // modelConv to contain the fitted parameters, and the modelFlux to contain the 10 10 // convolved model image. 11 pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmModelType modelType, psMaskType maskVal, int psfSize) {11 pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmModelType modelType, psMaskType maskVal, psMaskType markVal, int psfSize) { 12 12 13 // maskVal is used to test for rejected pixels, and must include markVal 14 maskVal |= markVal; 15 13 16 // make sure we save a cached copy of the psf flux 14 17 pmSourceCachePSF (source, maskVal); … … 65 68 psVector *dparams = modelConv->dparams; 66 69 67 psphotCheckRadiusEXT (readout, source, modelConv );70 psphotCheckRadiusEXT (readout, source, modelConv, markVal); 68 71 69 72 // create the minimization constraints
Note:
See TracChangeset
for help on using the changeset viewer.
