- Timestamp:
- Apr 24, 2011, 10:09:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psModules/src/objects/pmSource.h
r31153 r31361 82 82 psArray *blends; ///< collection of sources thought to be confused with object 83 83 float psfMag; ///< calculated from flux in modelPSF 84 float psfMagErr; ///< error in psfMag 84 85 float psfFlux; ///< calculated from flux in modelPSF 85 float psfFluxErr; ///< calculated from flux in modelPSF 86 float extMag; ///< calculated from flux in modelEXT 87 float errMag; ///< error in psfMag OR extMag (depending on type) 86 float psfFluxErr; ///< error in psfFlux 87 float extMag; ///< calculated from flux in modelEXT -- NOTE this is not actually used 88 88 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type) 89 89 float apMagRaw; ///< raw mag in given aperture … … 254 254 float sigma, ///< size of Gaussian window function (<= 0.0 -> skip window) 255 255 float minSN, ///< minimum pixel significance 256 float minKronRadius, ///< minimum pixel significance 256 257 psImageMaskType maskVal 257 258 ); … … 273 274 float xGuess, float yGuess); 274 275 276 float pmSourceMinKronRadius(psArray *sources, float PSF_SN_LIM); 277 275 278 pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source); 276 279
Note:
See TracChangeset
for help on using the changeset viewer.
