Changeset 28822
- Timestamp:
- Aug 1, 2010, 4:39:31 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/psModules/src/objects
- Files:
-
- 4 edited
-
pmSource.h (modified) (1 diff)
-
pmSourceDiffStats.c (modified) (1 diff)
-
pmSourceDiffStats.h (modified) (1 diff)
-
pmSourceMasks.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSource.h
r28781 r28822 65 65 pmSourceType type; ///< Best identification of object. 66 66 pmSourceMode mode; ///< analysis flags set for object. 67 pmSourceMode2 mode2; ///< analysis flags set for object. 67 68 pmSourceTmpF tmpFlags; ///< internal-only flags 68 69 psArray *blends; ///< collection of sources thought to be confused with object -
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourceDiffStats.c
r27531 r28822 29 29 diffStats->nRatioAll = NAN; 30 30 diffStats->nGood = 0; 31 32 diffStats->SNp = NAN; 33 diffStats->SNm = NAN; 34 diffStats->Rp = NAN; 35 diffStats->Rm = NAN; 31 36 } 32 37 -
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourceDiffStats.h
r27531 r28822 29 29 float nRatioAll; // = nGood / (nGood + nMask + nBad) 30 30 int nGood; // nGood as defined above 31 float SNp; // S/N of matched source in positive image 32 float SNm; // S/N of matched source in negative image 33 float Rp; // radius of matched source in positive image 34 float Rm; // radius of matched source in negative image 31 35 } pmSourceDiffStats; 32 36 -
branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourceMasks.h
r24694 r28822 39 39 } pmSourceMode; 40 40 41 // Bit flags to distinguish analysis results 42 // When adding to or subtracting from this list, please also modify pmSourceMaskHeader 43 typedef enum { 44 PM_SOURCE_MODE2_DEFAULT = 0x00000000, ///< Initial value: resets all bits 45 PM_SOURCE_MODE2_DIFF_WITH_SINGLE = 0x00000001, ///< diff source matched to a single positive detection 46 PM_SOURCE_MODE2_DIFF_WITH_DOUBLE = 0x00000002, ///< diff source matched to positive detections in both images 47 } pmSourceMode2; 41 48 42 49 /// Populate header with mask values
Note:
See TracChangeset
for help on using the changeset viewer.
