- Timestamp:
- Aug 12, 2010, 8:22:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSource.h
r28822 r28904 74 74 float errMag; ///< error in psfMag OR extMag (depending on type) 75 75 float apMag; ///< apMag corresponding to psfMag or extMag (depending on type) 76 float pixWeight; ///< model-weighted coverage of valid pixels 76 float apMagRaw; ///< raw mag in given aperture 77 float apRadius; ///< radius for aperture magnitude 78 79 float psfWeightNotBad; ///< PSF-weighted coverage of unmasked (not BAD) pixels 80 float psfWeightNotPoor; ///< PSF-weighted coverage of unmasked (not POOR) pixels 81 77 82 float psfChisq; ///< probability of PSF 78 83 float crNsigma; ///< Nsigma deviation from PSF to CR 79 84 float extNsigma; ///< Nsigma deviation from PSF to EXT 80 85 float sky, skyErr; ///< The sky and its error at the center of the object 81 float apRadius;82 86 psRegion region; ///< area on image covered by selected pixels 83 87 pmSourceExtendedPars *extpars; ///< extended source parameters
Note:
See TracChangeset
for help on using the changeset viewer.
