Changeset 23233 for trunk/psModules/src/objects/pmSourceMatch.h
- Timestamp:
- Mar 9, 2009, 2:51:27 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceMatch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceMatch.h
r23212 r23233 48 48 /// 49 49 /// Returns an array of psSourceMatch 50 psArray *pmSourceMatchSources(const psArray *sourceArrays, // Array of arrays of sources on each image 51 float radius // Correlation radius 50 psArray *pmSourceMatchSources(const psArray *sourceArrays, ///< Array of arrays of sources on each image 51 float radius, ///< Matching radius 52 bool cullSingles ///< Cull "matches" with only a single source? 52 53 ); 54 55 /// Merge two source lists 56 /// 57 /// Sources are pulled from the lists into a new list, with no effort made to adjust them. 58 psArray *pmSourceMatchMerge(psArray *sourceArrays, ///< Array of arrays of sources on each image 59 float radius ///< Matching radius 60 ); 53 61 54 62 /// Perform relative photometry to calibrate images
Note:
See TracChangeset
for help on using the changeset viewer.
