Changeset 20995 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Dec 15, 2008, 1:18:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r20753 r20995 152 152 153 153 154 /// Add sources to source lists, removing duplicates and solving for magnitude differences154 /// Calculate transparency differences between images 155 155 /// 156 /// Corrects the sources to have consistent magnitudes. Returns the source lists. 157 psArray *ppStackSourceListAdd(psArray *lists, // List to which to add, or NULL 158 psArray *sources, // Sources to add 159 const pmConfig *config // Configuration 160 ); 161 162 /// Combine source lists to yield a set of unique sources. 163 /// 164 /// Corrects the sources to have consistent magnitudes where possible. Returns the sources 165 psArray *ppStackSourceListCombine(psArray *lists, // Source lists 166 const pmConfig *config // Configuration 167 ); 168 169 /// Print sources into a ds9 regions file 170 void ppStackSourcesPrint(const psArray *sources // Sources to print 156 /// Corrects the source PSF photometry to a common system 157 bool ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input 158 const pmFPAview *view, // View to readout 159 const pmConfig *config // Configuration 171 160 ); 172 161
Note:
See TracChangeset
for help on using the changeset viewer.
