Changeset 4642 for trunk/psphot/src/apply_psf_model.c
- Timestamp:
- Jul 28, 2005, 7:04:10 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/apply_psf_model.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/apply_psf_model.c
r4630 r4642 39 39 if (source->type == PS_SOURCE_SATURATED) continue; 40 40 41 source->modelPSF = NULL; 41 // do I even need to test? 42 if (source->modelPSF != NULL) { 43 psFree (source->modelPSF); 44 } 42 45 43 46 // use the source moments, etc to guess basic model parameters
Note:
See TracChangeset
for help on using the changeset viewer.
