- Timestamp:
- Mar 26, 2023, 11:04:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psphot/src/psphotSourceStats.c
r42435 r42439 144 144 } 145 145 146 // XXX I want to identify sources which are on lines. these can be excluded from147 // the Moments and PSF analysis148 149 psphotFindFeatures (sources);150 151 146 if (setWindow) { 147 // identify sources on lines, drop from MomentsWindow analysis 148 psphotFindFeatures (readout, sources); 149 152 150 if (!psphotSetMomentsWindow(recipe, readout->analysis, sources, maskVal)) { 153 151 psError(PS_ERR_UNEXPECTED_NULL, false, "Failed to determine Moments Window!");
Note:
See TracChangeset
for help on using the changeset viewer.
