IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2023, 11:04:35 AM (3 years ago)
Author:
eugene
Message:

psphotFindFeatures now works well to reject sources on trails from Moments and PSF analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psphot/src/psphotSourceStats.c

    r42435 r42439  
    144144    }
    145145
    146     // XXX I want to identify sources which are on lines.  these can be excluded from
    147     // the Moments and PSF analysis
    148 
    149     psphotFindFeatures (sources);
    150 
    151146    if (setWindow) {
     147        // identify sources on lines, drop from MomentsWindow analysis
     148        psphotFindFeatures (readout, sources);
     149
    152150        if (!psphotSetMomentsWindow(recipe, readout->analysis, sources, maskVal)) {
    153151            psError(PS_ERR_UNEXPECTED_NULL, false, "Failed to determine Moments Window!");
Note: See TracChangeset for help on using the changeset viewer.