IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2010, 11:02:04 AM (16 years ago)
Author:
eugene
Message:

measuring diff stats; adding diff stats and flux in output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225/psModules/src/objects/pmSource.h

    r27265 r27494  
    1616#include "pmMoments.h"
    1717#include "pmSourceExtendedPars.h"
     18#include "pmSourceDiffStats.h"
    1819
    1920/// @addtogroup Objects Object Detection / Analysis Functions
     
    6566    psImage *maskView;                  ///< view into global image mask for this object region
    6667    psImage *modelFlux;                 ///< cached copy of the best model for this source
    67     psImage *psfFlux;                   ///< cached copy of the psf model for this source
     68    psImage *psfImage;                   ///< cached copy of the psf model for this source
    6869    pmMoments *moments;                 ///< Basic moments measured for the object.
    6970    pmModel *modelPSF;                  ///< PSF Model fit (parameters and type)
     
    7576    psArray *blends;                    ///< collection of sources thought to be confused with object
    7677    float psfMag;                       ///< calculated from flux in modelPSF
     78    float psfFlux;                      ///< calculated from flux in modelPSF
     79    float psfFluxErr;                   ///< calculated from flux in modelPSF
    7780    float extMag;                       ///< calculated from flux in modelEXT
    7881    float errMag;                       ///< error in psfMag OR extMag (depending on type)
     
    8689    psRegion region;                    ///< area on image covered by selected pixels
    8790    pmSourceExtendedPars *extpars;      ///< extended source parameters
     91    pmSourceDiffStats *diffStats;       ///< extra parameters for difference detections
    8892};
    8993
Note: See TracChangeset for help on using the changeset viewer.