Changeset 28304 for branches/czw_branch/20100519/ppStack/src/ppStack.h
- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ppStack/src/ppStack.h
r27427 r28304 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.
