Changeset 6715 for trunk/psphot/src/psphotRadiusChecks.c
- Timestamp:
- Mar 27, 2006, 4:31:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadiusChecks.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadiusChecks.c
r6481 r6715 26 26 if (isnan(model->radius)) psAbort ("apply_psf_model", "error in radius"); 27 27 28 if (source->mode & PM_SOURCE_ SATSTAR) {28 if (source->mode & PM_SOURCE_MODE_SATSTAR) { 29 29 model->radius *= 2; 30 30 } 31 31 32 bool status = p sphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);32 bool status = pmSourceRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius); 33 33 return status; 34 34 } … … 43 43 if (isnan(model->radius)) psAbort ("apply_psf_model", "error in radius"); 44 44 45 if (source->mode & PM_SOURCE_ SATSTAR) {45 if (source->mode & PM_SOURCE_MODE_SATSTAR) { 46 46 model->radius *= 2; 47 47 } 48 48 49 bool status = p sphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);49 bool status = pmSourceRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius); 50 50 return status; 51 51 } … … 77 77 78 78 // redefine the pixels if needed 79 bool status = p sphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);79 bool status = pmSourceRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius); 80 80 return status; 81 81 }
Note:
See TracChangeset
for help on using the changeset viewer.
