Changeset 30770
- Timestamp:
- Mar 1, 2011, 11:50:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotMergeSources.c
r30624 r30770 723 723 724 724 // allocate image, weight, mask for the new image for each peak 725 pmSourceRedefinePixels (sourceOut, readout, sourceOut->peak->x, sourceOut->peak->y, sourceOut->modelPSF->fitRadius); 725 if (sourceOut->modelPSF) { 726 pmSourceRedefinePixels (sourceOut, readout, sourceOut->peak->x, sourceOut->peak->y, sourceOut->modelPSF->fitRadius); 727 } 726 728 727 729 // child sources have not been subtracted in this image, but this flag may be raised if
Note:
See TracChangeset
for help on using the changeset viewer.
