IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2010, 8:22:30 AM (16 years ago)
Author:
eugene
Message:

add pixel weights for not bad and not poor pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/objects/pmSource.h

    r28822 r28904  
    7474    float errMag;                       ///< error in psfMag OR extMag (depending on type)
    7575    float apMag;                        ///< apMag corresponding to psfMag or extMag (depending on type)
    76     float pixWeight;                    ///< model-weighted coverage of valid pixels
     76    float apMagRaw;                     ///< raw mag in given aperture
     77    float apRadius;                     ///< radius for aperture magnitude
     78
     79    float psfWeightNotBad;              ///< PSF-weighted coverage of unmasked (not BAD) pixels
     80    float psfWeightNotPoor;             ///< PSF-weighted coverage of unmasked (not POOR) pixels
     81
    7782    float psfChisq;                     ///< probability of PSF
    7883    float crNsigma;                     ///< Nsigma deviation from PSF to CR
    7984    float extNsigma;                    ///< Nsigma deviation from PSF to EXT
    8085    float sky, skyErr;                  ///< The sky and its error at the center of the object
    81     float apRadius;
    8286    psRegion region;                    ///< area on image covered by selected pixels
    8387    pmSourceExtendedPars *extpars;      ///< extended source parameters
Note: See TracChangeset for help on using the changeset viewer.