- Timestamp:
- Dec 18, 2012, 5:56:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121130/ppStack/src/ppStack.h
r34092 r34838 38 38 PPSTACK_FILES_STACK, // Stack files 39 39 PPSTACK_FILES_UNCONV, // Unconvolved stack files 40 PPSTACK_FILES_PHOT // Files for photometry 40 PPSTACK_FILES_PHOT, // Files for photometry 41 PPSTACK_FILES_BKG, // Files for bkg 42 PPSTACK_FILES_MEDIAN_IN, // Files for median only stacks. 43 PPSTACK_FILES_MEDIAN_OUT // Files for median only stacks. 41 44 } ppStackFileList; 42 45 … … 111 114 bool ppStackReadoutFinalThread(psThreadJob *job // Job to process 112 115 ); 116 // Perform median stacking for background 117 bool ppStackCombineBackground(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 118 bool ppStackCombineMedian(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 113 119 114 120 // Return software version
Note:
See TracChangeset
for help on using the changeset viewer.
