Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 32347)
+++ trunk/psModules/src/objects/pmSource.h	(revision 32633)
@@ -36,6 +36,8 @@
     PM_SOURCE_TMPF_MOMENTS_MEASURED  = 0x0010,
     PM_SOURCE_TMPF_CANDIDATE_PSFSTAR = 0x0020,
-    PM_SOURCE_TMPF_STACK_KEEP        = 0x0040,
-    PM_SOURCE_TMPF_STACK_SKIP        = 0x0080,
+    PM_SOURCE_TMPF_RADIAL_KEEP       = 0x0040,
+    PM_SOURCE_TMPF_RADIAL_SKIP       = 0x0080,
+    PM_SOURCE_TMPF_PETRO_KEEP        = 0x0100,
+    PM_SOURCE_TMPF_PETRO_SKIP        = 0x0200,
 } pmSourceTmpF;
 
@@ -95,4 +97,8 @@
     float apFluxErr;                    ///< apFluxErr corresponding to psfMag or extMag (depending on type)
 
+    float skyRadius;			///< radius at which profile hits local sky (or goes flat)
+    float skyFlux;			///< mean flux per pixel in aperture at which profile hits local sky (or goes flat)
+    float skySlope;			///< mean flux slope at which profile hits local sky (or goes flat)
+
     float pixWeightNotBad;              ///< PSF-weighted coverage of unmasked (not BAD) pixels
     float pixWeightNotPoor;             ///< PSF-weighted coverage of unmasked (not POOR) pixels
