IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 2:54:22 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

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

    r29004 r29546  
    7676    float apMagRaw;                     ///< raw mag in given aperture
    7777    float apRadius;                     ///< radius for aperture magnitude
     78    float apFlux;                       ///< apFlux corresponding to psfMag or extMag (depending on type)
     79    float apFluxErr;                    ///< apFluxErr corresponding to psfMag or extMag (depending on type)
    7880
    7981    float pixWeightNotBad;              ///< PSF-weighted coverage of unmasked (not BAD) pixels
     
    234236);
    235237
     238/** pmSourceMoments()
     239 *
     240 * Measure 1st moments for the given source, using the peak coordinates as the initial
     241 * source location. The resulting moment values are applied to the source.moments
     242 * entry. The moments are measured within the given circular radius of the source.peak
     243 * coordinates.  The return value indicates the success (TRUE) of the operation.
     244 *
     245 */
     246bool pmSourceMomentsGetCentroid(
     247  pmSource *source,
     248  psF32 radius,
     249  psF32 sigma,
     250  psF32 minSN,
     251  psImageMaskType maskVal,
     252  float xGuess, float yGuess);
     253
    236254pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source);
    237255
Note: See TracChangeset for help on using the changeset viewer.