Changeset 16605 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Feb 22, 2008, 9:28:00 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r15844 r16605 19 19 ); 20 20 21 // Determine target PSF for input images 22 pmPSF *ppStackPSF(const pmConfig *config, // Configuration 23 int numCols, int numRows, // Size of image 24 const psList *list // List of input PSFs 25 ); 26 21 27 // Perform stacking on a readout 22 bool ppStackReadout(pmConfig *config, // Configuration 23 const pmFPAview *view // View for readout 28 bool ppStackReadout(const pmConfig *config, // Configuration 29 pmReadout *outRO, // Output readout 30 const psArray *readouts, // Input readouts 31 const psArray *regions, // Array with array of regions used in each PSF matching 32 const psArray *kernels // Array with array of kernels used in each PSF matching 33 ); 34 35 // Perform photometry on stack 36 bool ppStackPhotometry(pmConfig *config, // Configuration 37 const pmReadout *readout, // Readout to be photometered 38 const pmFPAview *view // View to readout 24 39 ); 25 40 … … 35 50 36 51 /// Convolve image to match specified seeing 37 bool ppStackMatch(pmReadout *output, ///< Convolved readout 38 const pmReadout *input, ///< Readout to be convolved 52 bool ppStackMatch(pmReadout *readout, ///< Readout to be convolved; replaced with output 53 psArray **regions, // Array of regions used in each PSF matching, returned 54 psArray **kernels, // Array of kernels used in each PSF matching, returned 39 55 const pmReadout *sourcesRO, ///< Readout with sources 40 56 const pmPSF *psf, ///< Target PSF
Note:
See TracChangeset
for help on using the changeset viewer.
