Changeset 27657 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Apr 11, 2010, 5:08:29 PM (16 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmSource.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
-
Property svn:mergeinfo
set to
/branches/eam_branches/stackphot.20100406/psModules merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psModules/src/objects/pmSource.h
r27531 r27657 43 43 PM_SOURCE_TMPF_SIZE_MEASURED = 0x0004, 44 44 PM_SOURCE_TMPF_SIZE_CR_CANDIDATE = 0x0008, 45 PM_SOURCE_TMPF_MOMENTS_MEASURED = 0x0010, 45 46 } pmSourceTmpF; 46 47 … … 90 91 pmSourceExtendedPars *extpars; ///< extended source parameters 91 92 pmSourceDiffStats *diffStats; ///< extra parameters for difference detections 93 int imageID; 92 94 }; 93 95 … … 245 247 int pmSourceSortBySN (const void **a, const void **b); 246 248 int pmSourceSortByY (const void **a, const void **b); 249 int pmSourceSortByX (const void **a, const void **b); 247 250 int pmSourceSortBySeq (const void **a, const void **b); 248 251
Note:
See TracChangeset
for help on using the changeset viewer.
