Changeset 23573 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Mar 27, 2009, 11:49:17 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r23341 r23573 7 7 #include <pslib.h> 8 8 #include <psmodules.h> 9 10 #include "ppStackOptions.h" 9 11 10 12 // Mask values for inputs … … 106 108 /// Convolve image to match specified seeing 107 109 bool ppStackMatch(pmReadout *readout, // Readout to be convolved; replaced with output 108 psArray **regions, // Array of regions used in each PSF matching, returned 109 psArray **kernels, // Array of kernels used in each PSF matching, returned 110 float *chi2, // Chi^2 from the stamps 111 float *weighting, // Stack weighting (1/noise^2) 112 psArray *sources, // Array of sources 113 const pmPSF *psf, // Target PSF 114 psRandom *rng, // Random number generator 110 ppStackOptions *options, // Options for stacking 111 int index, // Index of image to match 115 112 const pmConfig *config // Configuration 116 113 ); … … 120 117 /// 121 118 /// Corrects the source PSF photometry to a common system. Return the sum of the exposure times. 122 float ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input 123 psVector *inputMask, // Indicates bad input 124 const pmFPAview *view, // View to readout 125 const pmConfig *config // Configuration 119 bool ppStackSourcesTransparency(ppStackOptions *options, // Stacking options 120 const pmFPAview *view, // View to readout 121 const pmConfig *config // Configuration 126 122 ); 127 123
Note:
See TracChangeset
for help on using the changeset viewer.
