IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2010, 1:29:50 PM (16 years ago)
Author:
eugene
Message:

add diff stats; add flux to CMF_PS1_DV1; output PSF residual mask; more accurate calculation of radius of source model

File:
1 edited

Legend:

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

    r26893 r27531  
    1616#include "pmMoments.h"
    1717#include "pmSourceExtendedPars.h"
     18#include "pmSourceDiffStats.h"
    1819
    1920/// @addtogroup Objects Object Detection / Analysis Functions
     
    3839
    3940typedef enum {
    40     PM_SOURCE_TMPF_MODEL_GUESS   = 0x0001,
    41     PM_SOURCE_TMPF_SUBTRACTED    = 0x0002,
    42     PM_SOURCE_TMPF_SIZE_MEASURED = 0x0004,
     41    PM_SOURCE_TMPF_MODEL_GUESS       = 0x0001,
     42    PM_SOURCE_TMPF_SUBTRACTED        = 0x0002,
     43    PM_SOURCE_TMPF_SIZE_MEASURED     = 0x0004,
     44    PM_SOURCE_TMPF_SIZE_CR_CANDIDATE = 0x0008,
    4345} pmSourceTmpF;
    4446
     
    6466    psImage *maskView;                  ///< view into global image mask for this object region
    6567    psImage *modelFlux;                 ///< cached copy of the best model for this source
    66     psImage *psfFlux;                   ///< cached copy of the psf model for this source
     68    psImage *psfImage;                   ///< cached copy of the psf model for this source
    6769    pmMoments *moments;                 ///< Basic moments measured for the object.
    6870    pmModel *modelPSF;                  ///< PSF Model fit (parameters and type)
     
    7476    psArray *blends;                    ///< collection of sources thought to be confused with object
    7577    float psfMag;                       ///< calculated from flux in modelPSF
     78    float psfFlux;                      ///< calculated from flux in modelPSF
     79    float psfFluxErr;                   ///< calculated from flux in modelPSF
    7680    float extMag;                       ///< calculated from flux in modelEXT
    7781    float errMag;                       ///< error in psfMag OR extMag (depending on type)
     
    8589    psRegion region;                    ///< area on image covered by selected pixels
    8690    pmSourceExtendedPars *extpars;      ///< extended source parameters
     91    pmSourceDiffStats *diffStats;       ///< extra parameters for difference detections
    8792};
    8893
Note: See TracChangeset for help on using the changeset viewer.