Changeset 29546 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Oct 25, 2010, 2:54:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r29004 r29546 76 76 float apMagRaw; ///< raw mag in given aperture 77 77 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) 78 80 79 81 float pixWeightNotBad; ///< PSF-weighted coverage of unmasked (not BAD) pixels … … 234 236 ); 235 237 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 */ 246 bool pmSourceMomentsGetCentroid( 247 pmSource *source, 248 psF32 radius, 249 psF32 sigma, 250 psF32 minSN, 251 psImageMaskType maskVal, 252 float xGuess, float yGuess); 253 236 254 pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source); 237 255
Note:
See TracChangeset
for help on using the changeset viewer.
