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/psModules/src/objects/pmSource.c

    r40810 r42439  
    456456            }
    457457
     458            // skip sources associated with possible detector features
     459            if (source->mode2 & PM_SOURCE_MODE2_ON_LINE) continue;
     460
    458461            float Mxx = source->moments->Mxx, Myy = source->moments->Myy; // Second moments
    459462            float ar = Mxx / Myy;       // Radius
     
    752755                continue;
    753756            }
     757
     758            // skip sources associated with possible detector features
     759            if (source->mode2 & PM_SOURCE_MODE2_ON_LINE) continue;
    754760
    755761            // the rest are probable stellar objects
Note: See TracChangeset for help on using the changeset viewer.