Changeset 34666 for branches/czw_branch/20120906/ppStack/src/ppStack.h
- Timestamp:
- Nov 15, 2012, 1:32:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppStack/src/ppStack.h
r34516 r34666 39 39 PPSTACK_FILES_UNCONV, // Unconvolved stack files 40 40 PPSTACK_FILES_PHOT, // Files for photometry 41 PPSTACK_FILES_BKG // Files for bkg 41 PPSTACK_FILES_BKG, // Files for bkg 42 PPSTACK_FILES_MEDIAN, // Files for median only stacks. 43 PPSTACK_FILES_MINIMAL // Files for median only stacks. 42 44 } ppStackFileList; 43 45 … … 114 116 // Perform median stacking for background 115 117 bool ppStackCombineBackground(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 118 bool ppStackCombineMedian(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config); 116 119 117 120 // Return software version
Note:
See TracChangeset
for help on using the changeset viewer.
