- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppStack/src (modified) (1 prop)
-
ppStack/src/ppStackLoop.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ppStack/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppStackVersionDefinitions.h 12 ppStackErrorCodes.c 13 ppStackErrorCodes.h
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ppStack/src/ppStackLoop.h
r23576 r27840 7 7 #include "ppStackOptions.h" 8 8 #include "ppStackThread.h" 9 #include "ppStack.h" 9 10 10 11 11 12 // Loop over the inputs, doing the combination 12 13 bool ppStackLoop( 13 pmConfig *config // Configuration 14 pmConfig *config, // Configuration 15 ppStackOptions *options // Options for stacking 14 16 ); 15 17 … … 36 38 // Prepare for combination 37 39 bool ppStackCombinePrepare( 40 const char *outName, // Name of output file 41 const char *expName, // Name of exposure file 42 ppStackFileList files, // Files of interest 38 43 ppStackThreadData *stack, // Stack 39 44 ppStackOptions *options, // Options … … 57 62 bool ppStackCombineFinal( 58 63 ppStackThreadData *stack, // Stack 64 psArray *covariances, // Covariances 59 65 ppStackOptions *options, // Options 60 pmConfig *config // Configuration 66 pmConfig *config, // Configuration 67 bool safe, // Allow safe combination? 68 bool norm, // Normalise images? 69 bool grow // Grow rejection masks? 61 70 ); 62 71
Note:
See TracChangeset
for help on using the changeset viewer.
