Changeset 27402 for trunk/psModules/src/imcombine/pmStack.h
- Timestamp:
- Mar 23, 2010, 9:12:53 AM (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
r27400 r27402 31 31 psPixels *inspect; ///< Pixels to inspect 32 32 float weight; ///< Relative weighting for image 33 float exp; ///< Exposure for image34 33 float addVariance; ///< Additional variance when rejecting 35 34 } pmStackData; … … 38 37 pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell) 39 38 float weight, ///< Weight to apply 40 float exp, ///< Exposure time for input41 39 float addVariance ///< Additional variance when rejecting 42 40 ); … … 44 42 /// Stack input images 45 43 bool pmStackCombine(pmReadout *combined,///< Combined readout (output) 46 pmReadout *expmap, ///< Exposure map (output)47 44 psArray *input, ///< Input array of pmStackData 48 45 psImageMaskType maskVal, ///< Mask value of bad pixels
Note:
See TracChangeset
for help on using the changeset viewer.
