Changeset 27517 for branches/eam_branches/20100225/ppStack/src/ppStack.h
- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStack.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ppStack/src/ppStack.h
r27075 r27517 27 27 PPSTACK_FILES_PREPARE, // Files for preparation 28 28 PPSTACK_FILES_CONVOLVE, // Files for convolution 29 PPSTACK_FILES_COMBINE, // Files for combination 29 PPSTACK_FILES_STACK, // Stack files 30 PPSTACK_FILES_UNCONV, // Unconvolved stack files 30 31 PPSTACK_FILES_PHOT // Files for photometry 31 32 } ppStackFileList; … … 68 69 const psVector *mask, // Mask for input readouts 69 70 const psVector *weightings, // Weighting factors for each image 71 const psVector *exposures, // Exposure time for each image 70 72 const psVector *addVariance // Additional variance for rejection 71 73 ); … … 82 84 bool ppStackReadoutFinal(const pmConfig *config, // Configuration 83 85 pmReadout *outRO, // Output readout 86 pmReadout *expRO, // Exposure readout 84 87 const psArray *readouts, // Input readouts 85 88 const psVector *mask, // Mask for input readouts 86 89 const psArray *rejected, // Array with pixels rejected in each image 87 90 const psVector *weightings, // Weighting factors for each image 91 const psVector *exposures, // Exposure times for each image 88 92 const psVector *addVariance, // Additional variance for rejection 89 93 bool safety, // Enable safety switch? … … 169 173 ); 170 174 175 /// Return an appropriate exit code based on the error code 176 psExit ppStackExitCode(psExit exitValue); 171 177 172 178 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
