Changeset 27651
- Timestamp:
- Apr 11, 2010, 2:50:16 PM (16 years ago)
- Location:
- branches/eam_branches/stackphot.20100406/psModules/src/objects
- Files:
-
- 3 edited
-
pmPeaks.h (modified) (1 diff)
-
pmSource.c (modified) (1 diff)
-
pmSource.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPeaks.h
r20945 r27651 63 63 bool assigned; ///< is peak assigned to a source? 64 64 pmPeakType type; ///< Description of peak. 65 pmFootprint *footprint; ///< reference to containing footprint65 pmFootprint *footprint; ///< reference to containing footprint 66 66 } 67 67 pmPeak; -
branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.c
r27648 r27651 180 180 source->type = in->type; 181 181 source->mode = in->mode; 182 source->imageID = in->imageID; 182 183 183 184 return(source); -
branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h
r27648 r27651 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
Note:
See TracChangeset
for help on using the changeset viewer.
