Changeset 16382 for branches/pap_branch_080207/ppStack/src/ppStack.h
- Timestamp:
- Feb 8, 2008, 11:43:52 AM (18 years ago)
- File:
-
- 1 edited
-
branches/pap_branch_080207/ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080207/ppStack/src/ppStack.h
r15844 r16382 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 ); 32 33 // Perform photometry on stack 34 bool ppStackPhotometry(pmConfig *config, // Configuration 35 const pmReadout *readout, // Readout to be photometered 36 const pmFPAview *view // View to readout 24 37 ); 25 38 … … 35 48 36 49 /// Convolve image to match specified seeing 37 bool ppStackMatch(pmReadout *output, ///< Convolved readout 38 const pmReadout *input, ///< Readout to be convolved 50 bool ppStackMatch(pmReadout *readout, ///< Readout to be convolved; replaced with output 39 51 const pmReadout *sourcesRO, ///< Readout with sources 40 52 const pmPSF *psf, ///< Target PSF
Note:
See TracChangeset
for help on using the changeset viewer.
