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

    r29004 r31153  
    5151    int nPixels;  ///< Number of pixels used.
    5252
    53     float KronFlux;    ///< Kron flux (flux in 2.5*Mrf)
     53    float KronCore;    ///< flux in r < 1.0*Mrf
     54    float KronCoreErr;    ///< error on flux in r < 1.0*Mrf
     55
     56    float KronFlux;    ///< Kron flux (flux in r < 2.5*Mrf)
    5457    float KronFluxErr; ///< Kron flux error
    5558
    56     float KronFinner;    ///< Kron flux (flux in 2.5*Mrf)
    57     float KronFouter;    ///< Kron flux (flux in 2.5*Mrf)
    58 
     59    float KronFinner;    ///< Kron flux (flux in 1.0*Mrf < r < 2.5*Mrf)
     60    float KronFouter;    ///< Kron flux (flux in 2.5*Mrf < r < 4.0*Mrf)
    5961}
    6062pmMoments;
Note: See TracChangeset for help on using the changeset viewer.