Changeset 26076 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Nov 9, 2009, 2:53:12 PM (17 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/cleanup/ppStack merged eligible /branches/eam_branches/20090522/ppStack merged eligible /branches/eam_branches/20090715/ppStack merged eligible /branches/eam_branches/20090820/ppStack merged eligible /branches/pap/ppStack merged eligible /branches/pap_mops/ppStack 25137-25255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStack.h
r23573 r26076 59 59 // Perform stacking on a readout 60 60 // 61 // Returns an array of pixels to inspect for each input image61 // Returns two arrays: pixels to inspect for each input image, and pixels to reject for each input image. 62 62 psArray *ppStackReadoutInitial(const pmConfig *config, // Configuration 63 63 pmReadout *outRO, // Output readout … … 83 83 const psArray *rejected, // Array with pixels rejected in each image 84 84 const psVector *weightings, // Weighting factors for each image 85 const psVector *addVariance // Additional variance for rejection 85 const psVector *addVariance, // Additional variance for rejection 86 bool safety, // Enable safety switch? 87 const psVector *norm // Normalisations to apply 86 88 ); 87 89
Note:
See TracChangeset
for help on using the changeset viewer.
