Changeset 28253 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Jun 7, 2010, 4:52:17 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r27427 r28253 26 26 typedef enum { 27 27 PPSTACK_FILES_PREPARE, // Files for preparation 28 PPSTACK_FILES_TARGET, // Files for target generation 28 29 PPSTACK_FILES_CONVOLVE, // Files for convolution 29 30 PPSTACK_FILES_STACK, // Stack files … … 115 116 void ppStackVersionPrint(void); 116 117 118 /// Generate target PSF image 119 psImage *ppStackTarget(ppStackOptions *options, // Options for stacking 120 pmConfig *config // Configuration 121 ); 122 117 123 /// Convolve image to match specified seeing 118 124 bool ppStackMatch(pmReadout *readout, // Readout to be convolved; replaced with output 125 const psImage *target, // Target PSF image 119 126 ppStackOptions *options, // Options for stacking 120 127 int index, // Index of image to match
Note:
See TracChangeset
for help on using the changeset viewer.
