- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/imcombine/pmStack.h
r23577 r27840 31 31 psPixels *inspect; ///< Pixels to inspect 32 32 float weight; ///< Relative weighting for image 33 float exp; ///< Exposure time 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 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 *expmaps, ///< Exposure maps (output) 44 47 psArray *input, ///< Input array of pmStackData 45 48 psImageMaskType maskVal, ///< Mask value of bad pixels 49 psImageMaskType suspect, ///< Mask value of suspect pixels 46 50 psImageMaskType bad, ///< Mask value to give rejected pixels 47 51 int kernelSize, ///< Half-size of the convolution kernel 48 int numIter, ///< Number of iterations52 float iter, ///< Number of iterations per input 49 53 float rej, ///< Rejection limit (standard deviations) 50 54 float sys, ///< Relative systematic error 51 55 float discard, ///< Fraction of values to discard for Olympic weighted mean 52 bool entire, ///< Combine entire image even if rejection lists provided?53 56 bool useVariance, ///< Use variance values for rejection? 54 57 bool safe, ///< Play safe with small numbers of input pixels (mask if N <= 2)?
Note:
See TracChangeset
for help on using the changeset viewer.
