Changeset 27400 for trunk/psModules/src/imcombine/pmStack.h
- Timestamp:
- Mar 22, 2010, 8:34:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.h
r26260 r27400 31 31 psPixels *inspect; ///< Pixels to inspect 32 32 float weight; ///< Relative weighting for image 33 float exp; ///< Exposure for image 33 34 float addVariance; ///< Additional variance when rejecting 34 35 } pmStackData; … … 37 38 pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell) 38 39 float weight, ///< Weight to apply 40 float exp, ///< Exposure time for input 39 41 float addVariance ///< Additional variance when rejecting 40 42 ); … … 42 44 /// Stack input images 43 45 bool pmStackCombine(pmReadout *combined,///< Combined readout (output) 46 pmReadout *expmap, ///< Exposure map (output) 44 47 psArray *input, ///< Input array of pmStackData 45 48 psImageMaskType maskVal, ///< Mask value of bad pixels
Note:
See TracChangeset
for help on using the changeset viewer.
