IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2010, 12:18:40 PM (16 years ago)
Author:
eugene
Message:

expose pmSourceMomentsGetCentroid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/objects/pmSource.h

    r29230 r29472  
    236236);
    237237
     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
    238253pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source);
    239254
Note: See TracChangeset for help on using the changeset viewer.