Changeset 18346 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Jun 27, 2008, 12:05:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r17255 r18346 61 61 psArray **regions, // Array of regions used in each PSF matching, returned 62 62 psArray **kernels, // Array of kernels used in each PSF matching, returned 63 const p mReadout *sourcesRO, ///< Readout withsources63 const psArray *sources, ///< Array of sources 64 64 const pmPSF *psf, ///< Target PSF 65 65 psRandom *rng, ///< Random number generator … … 67 67 ); 68 68 69 70 /// Add sources to source lists, removing duplicates and solving for magnitude differences 71 /// 72 /// Returns the source lists. 73 psArray *ppStackSourceListAdd(psArray *lists, ///< List to which to add, or NULL 74 const pmReadout *inRO, ///< Readout containing the sources 75 const pmConfig *config ///< Configuration 76 ); 77 78 /// Combine source lists to yield a unique set of sources 79 /// 80 /// Returns the sources 81 psArray *ppStackSourceListCombine(psArray *lists, ///< Source lists 82 const pmConfig *config ///< Configuration 83 ); 84 85 69 86 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
