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/pmPhotObj.h

    r29004 r31153  
    3434    float x;
    3535    float y;
    36     float SN;                           // max of peak->SN for all matched sources
     36    float flux;                         // max of peak->rawFlux for all matched sources
    3737} pmPhotObj;
    3838
     
    4141bool pmPhotObjAddSource(pmPhotObj *object, pmSource *source);
    4242
    43 int pmPhotObjSortBySN (const void **a, const void **b);
     43int pmPhotObjSortByFlux (const void **a, const void **b);
    4444int pmPhotObjSortByX (const void **a, const void **b);
    4545
Note: See TracChangeset for help on using the changeset viewer.