Changeset 31451 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- May 5, 2011, 11:02:53 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r31153 r31451 80 80 pmSourceMode2 mode2; ///< analysis flags set for object. 81 81 pmSourceTmpF tmpFlags; ///< internal-only flags 82 psArray *blends; ///< collection of sources thought to be confused with object 82 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 … … 98 98 float crNsigma; ///< Nsigma deviation from PSF to CR 99 99 float extNsigma; ///< Nsigma deviation from PSF to EXT 100 float sky, skyErr; ///< The sky and its error at the center of the object 100 float sky; ///< The sky at the center of the object 101 float skyErr; ///< The sky error at the center of the object 102 101 103 psRegion region; ///< area on image covered by selected pixels 104 psArray *blends; ///< collection of sources thought to be confused with object 102 105 pmSourceExtendedPars *extpars; ///< extended source parameters 103 106 pmSourceDiffStats *diffStats; ///< extra parameters for difference detections … … 254 257 float sigma, ///< size of Gaussian window function (<= 0.0 -> skip window) 255 258 float minSN, ///< minimum pixel significance 259 float minKronRadius, ///< minimum pixel significance 256 260 psImageMaskType maskVal 257 261 ); … … 273 277 float xGuess, float yGuess); 274 278 279 float pmSourceMinKronRadius(psArray *sources, float PSF_SN_LIM); 280 275 281 pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source); 276 282
Note:
See TracChangeset
for help on using the changeset viewer.
