Changeset 17342
- Timestamp:
- Apr 6, 2008, 10:15:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080324/psphot/src/psphotModelTest.c
r16820 r17342 208 208 source->modelPSF = pmModelFromPSF (model, psf); 209 209 source->modelEXT = model; 210 status = psphotPSFConvModel (source, recipe, maskVal); 211 model = source->modelConv; 210 211 // what fraction of the PSF is used? (radius in pixels : 2 -> 5x5 box) 212 int psfSize = psMetadataLookupS32 (&status, recipe, "PCM_BOX_SIZE"); 213 assert (status); 214 215 model = psphotPSFConvModel (readout, source, modelType, maskVal, psfSize); 212 216 params = model->params->data.F32; 213 217 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
