IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:11:32 PM (17 years ago)
Author:
eugene
Message:

check in changes from genes development branch : extensive changes to moments calculation, psf model generation, aperture residuals

File:
1 edited

Legend:

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

    r24579 r25754  
    3838
    3939typedef enum {
    40     PM_SOURCE_TMPF_MODEL_GUESS = 0x0001,
    41     PM_SOURCE_TMPF_SUBTRACTED  = 0x0002,
     40    PM_SOURCE_TMPF_MODEL_GUESS   = 0x0001,
     41    PM_SOURCE_TMPF_SUBTRACTED    = 0x0002,
     42    PM_SOURCE_TMPF_SIZE_MEASURED = 0x0004,
    4243} pmSourceTmpF;
    4344
     
    8182    float extNsigma;                    ///< Nsigma deviation from PSF to EXT
    8283    float sky, skyErr;                  ///< The sky and its error at the center of the object
     84    float apRadius;
    8385    psRegion region;                    ///< area on image covered by selected pixels
    8486    pmSourceExtendedPars *extpars;      ///< extended source parameters
     
    98100    float Y;
    99101    float dY;
     102    int nStars;
     103    float nSigma;
    100104}
    101105pmPSFClump;
Note: See TracChangeset for help on using the changeset viewer.