Changeset 32633 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Nov 8, 2011, 2:56:56 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r32347 r32633 36 36 PM_SOURCE_TMPF_MOMENTS_MEASURED = 0x0010, 37 37 PM_SOURCE_TMPF_CANDIDATE_PSFSTAR = 0x0020, 38 PM_SOURCE_TMPF_STACK_KEEP = 0x0040, 39 PM_SOURCE_TMPF_STACK_SKIP = 0x0080, 38 PM_SOURCE_TMPF_RADIAL_KEEP = 0x0040, 39 PM_SOURCE_TMPF_RADIAL_SKIP = 0x0080, 40 PM_SOURCE_TMPF_PETRO_KEEP = 0x0100, 41 PM_SOURCE_TMPF_PETRO_SKIP = 0x0200, 40 42 } pmSourceTmpF; 41 43 … … 95 97 float apFluxErr; ///< apFluxErr corresponding to psfMag or extMag (depending on type) 96 98 99 float skyRadius; ///< radius at which profile hits local sky (or goes flat) 100 float skyFlux; ///< mean flux per pixel in aperture at which profile hits local sky (or goes flat) 101 float skySlope; ///< mean flux slope at which profile hits local sky (or goes flat) 102 97 103 float pixWeightNotBad; ///< PSF-weighted coverage of unmasked (not BAD) pixels 98 104 float pixWeightNotPoor; ///< PSF-weighted coverage of unmasked (not POOR) pixels
Note:
See TracChangeset
for help on using the changeset viewer.
