- Timestamp:
- Dec 10, 2010, 8:17:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppStack/src/ppStackLoop.h
r27427 r30015 1 1 #ifndef PPSTACK_LOOP_H 2 2 #define PPSTACK_LOOP_H 3 4 #include <pslib.h>5 #include <psmodules.h>6 7 #include "ppStackOptions.h"8 #include "ppStackThread.h"9 #include "ppStack.h"10 11 3 12 4 // Loop over the inputs, doing the combination … … 71 63 72 64 // Cleanup following combination 73 bool ppStackCleanup (65 bool ppStackCleanupFiles( 74 66 ppStackThreadData *stack, // Stack 75 67 ppStackOptions *options, // Options 76 pmConfig *config // Configuration 77 ); 68 pmConfig *config, // Configuration 69 ppStackFileList stackFiles, // cleanup these stack files 70 ppStackFileList photFiles, // cleanup these phot files (PHOT or NOP) 71 bool closeJPEGs // close the jpeg files? 72 ); 78 73 79 74 // Photometry … … 89 84 ); 90 85 86 87 bool ppStackUpdateHeader(ppStackThreadData *stack, ppStackOptions *options); 88 bool ppStackJPEGs(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 89 bool ppStackStats(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 90 91 91 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
