Changeset 18382 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Jun 30, 2008, 12:09:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r18346 r18382 70 70 /// Add sources to source lists, removing duplicates and solving for magnitude differences 71 71 /// 72 /// Returns the source lists.72 /// Corrects the sources to have consistent magnitudes. Returns the source lists. 73 73 psArray *ppStackSourceListAdd(psArray *lists, ///< List to which to add, or NULL 74 const pmReadout *inRO, ///< Readout containing the sources74 psArray *sources, ///< Sources to add 75 75 const pmConfig *config ///< Configuration 76 76 ); 77 77 78 /// Combine source lists to yield a unique set of sources78 /// Combine source lists to yield a set of unique sources. 79 79 /// 80 /// Returns the sources80 /// Corrects the sources to have consistent magnitudes where possible. Returns the sources 81 81 psArray *ppStackSourceListCombine(psArray *lists, ///< Source lists 82 82 const pmConfig *config ///< Configuration
Note:
See TracChangeset
for help on using the changeset viewer.
