IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:04:41 PM (15 years ago)
Author:
eugene
Message:

updates to pmPeak to better distinguish peak flux versions; updates to visualization; add bits for substantial suspect masking; consolidate assignment of source position and flux based on peak, moments, etc; improve footprint culling process; fix PSF_QF and PSF_QF_PERFECT calculations; fix source model chisq values

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

    • Property svn:ignore
      •  

        old new  
        2828ChangeLog
        2929psmodules-*.tar.*
         30a.out.dSYM
  • trunk/psModules/src/objects/pmSource.h

    r30621 r31153  
    121121    float dY;
    122122    int nStars;
     123    int nTotal;
    123124    float nSigma;
    124125}
     
    286287bool pmSourceCachePSF (pmSource *source, psImageMaskType maskVal);
    287288
    288 int  pmSourceSortBySN (const void **a, const void **b);
     289bool pmSourcePositionUseMoments(pmSource *source);
     290
    289291int  pmSourceSortByY (const void **a, const void **b);
    290292int  pmSourceSortByX (const void **a, const void **b);
    291293int  pmSourceSortBySeq (const void **a, const void **b);
     294int  pmSourceSortByParentSeq (const void **a, const void **b);
     295int  pmSourceSortByFlux (const void **a, const void **b);
     296int  pmSourceSortByParentFlux (const void **a, const void **b);
    292297
    293298pmSourceMode pmSourceModeFromString (const char *name);
Note: See TracChangeset for help on using the changeset viewer.