IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 11:02:53 AM (15 years ago)
Author:
eugene
Message:

merge updates from eam branch 20110404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r31153 r31451  
    8080    pmSourceMode2 mode2;                ///< analysis flags set for object.
    8181    pmSourceTmpF tmpFlags;              ///< internal-only flags
    82     psArray *blends;                    ///< collection of sources thought to be confused with object
     82
    8383    float psfMag;                       ///< calculated from flux in modelPSF
     84    float psfMagErr;                    ///< error in psfMag
    8485    float psfFlux;                      ///< calculated from flux in modelPSF
    85     float psfFluxErr;                   ///< calculated from flux in modelPSF
    86     float extMag;                       ///< calculated from flux in modelEXT
    87     float errMag;                       ///< error in psfMag OR extMag (depending on type)
     86    float psfFluxErr;                   ///< error in psfFlux
     87    float extMag;                       ///< calculated from flux in modelEXT -- NOTE this is not actually used
    8888    float apMag;                        ///< apMag corresponding to psfMag or extMag (depending on type)
    8989    float apMagRaw;                     ///< raw mag in given aperture
     
    9898    float crNsigma;                     ///< Nsigma deviation from PSF to CR
    9999    float extNsigma;                    ///< Nsigma deviation from PSF to EXT
    100     float sky, skyErr;                  ///< The sky and its error at the center of the object
     100    float sky;                          ///< The sky at the center of the object
     101    float skyErr;                       ///< The sky error at the center of the object
     102
    101103    psRegion region;                    ///< area on image covered by selected pixels
     104    psArray *blends;                    ///< collection of sources thought to be confused with object
    102105    pmSourceExtendedPars *extpars;      ///< extended source parameters
    103106    pmSourceDiffStats *diffStats;       ///< extra parameters for difference detections
     
    254257    float sigma,      ///< size of Gaussian window function (<= 0.0 -> skip window)
    255258    float minSN,              ///< minimum pixel significance
     259    float minKronRadius,      ///< minimum pixel significance
    256260    psImageMaskType maskVal
    257261);
     
    273277  float xGuess, float yGuess);
    274278
     279float pmSourceMinKronRadius(psArray *sources, float PSF_SN_LIM);
     280
    275281pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source);
    276282
Note: See TracChangeset for help on using the changeset viewer.