Changeset 33444
- Timestamp:
- Mar 8, 2012, 3:59:55 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMergeSources.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMergeSources.c
r32695 r33444 677 677 if (sourceOut->modelPSF) { 678 678 pmSourceRedefinePixels (sourceOut, readoutOut, sourceOut->peak->x, sourceOut->peak->y, sourceOut->modelPSF->fitRadius); 679 } 679 } else { 680 // if we have no pixels we can't use it to determine the psf so make sure this bit is off 681 sourceOut->tmpFlags &= ~PM_SOURCE_TMPF_CANDIDATE_PSFSTAR; 682 } 680 683 681 684 // child sources have not been subtracted in this image, but this flag may be raised if … … 900 903 // allocate image, weight, mask for the new image for each peak 901 904 if (sourceOut->modelPSF) { 902 pmSourceRedefinePixels (sourceOut, readout, sourceOut->peak->x, sourceOut->peak->y, sourceOut->modelPSF->fitRadius); 903 } 905 pmSourceRedefinePixels (sourceOut, readout, sourceOut->peak->x, sourceOut->peak->y, 906 sourceOut->modelPSF->fitRadius); 907 } else { 908 // if we have no pixels we can't use it to determine the psf so make sure this bit is off 909 sourceOut->tmpFlags &= ~PM_SOURCE_TMPF_CANDIDATE_PSFSTAR; 910 } 904 911 905 912 // 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.
