Changeset 25565
- Timestamp:
- Sep 24, 2009, 4:12:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/imcombine/pmPSFEnvelope.c
r25561 r25565 110 110 } 111 111 } 112 113 pmModelClassSetLimits(PM_MODEL_LIMITS_STRICT);114 112 115 113 // Generate fake images with each PSF, and take the envelope … … 154 152 { 155 153 bool goodPSF = true; // Good PSF? 154 pmModelClassSetLimits(PM_MODEL_LIMITS_IGNORE); 156 155 pmModel *model = pmModelFromPSFforXY(psf, numCols / 2.0, numRows / 2.0, PEAK_FLUX); // Test model 156 model->modelSetLimits(PM_MODEL_LIMITS_STRICT); 157 157 for (int j = 0; j < model->params->n && goodPSF; j++) { 158 158 if (!model->modelLimits(PS_MINIMIZE_PARAM_MIN, j, model->params->data.F32, NULL) ||
Note:
See TracChangeset
for help on using the changeset viewer.
