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

    r28013 r31153  
    2323typedef struct {
    2424    psVector *flux;                     // fluxes measured at above radii
     25    psVector *fluxStdev;                // scatter (standard deviation) of flux
    2526    psVector *fluxErr;                  // formal error on the fluxes (sqrt\sum(variance))
    2627    psVector *fill;                     // angles corresponding to above radial profiles
     
    6364    float petrosianR50;
    6465    float petrosianR50Err;
     66    float petrosianFill;
    6567} pmSourceExtendedPars;
    6668
Note: See TracChangeset for help on using the changeset viewer.