Changeset 23351 for branches/cnb_branches/cnb_branch_20090301/psModules/src/imcombine/pmSubtractionMatch.h
- Timestamp:
- Mar 17, 2009, 12:07:42 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imcombine/pmSubtractionMatch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090215/psModules merged eligible /trunk/psModules merged eligible /branches/cnb_branch_20090215/psModules 21495-22685 /branches/eam_branches/eam_branch_20090303/psModules 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/imcombine/pmSubtractionMatch.h
r21183 r23351 48 48 ); 49 49 50 /// Match two images using precalculated kernel 51 bool pmSubtractionMatchPrecalc(pmReadout *conv1, ///< Output convolved data for image 1 52 pmReadout *conv2, ///< Output convolved data for image 2 53 const pmReadout *ro1, ///< Image 1 54 const pmReadout *ro2, ///< Image 2 55 psMetadata *analysis, ///< Analysis metadata with pre-calculated kernel, region 56 int stride, ///< Size for convolution patches 57 float sysError, ///< Relative systematic error 58 psImageMaskType maskVal, ///< Value to mask for input 59 psImageMaskType maskBad, ///< Mask for output bad pixels 60 psImageMaskType maskPoor, ///< Mask for output poor pixels 61 float poorFrac, ///< Fraction for "poor" 62 float badFrac ///< Maximum fraction of bad input pixels to accept 63 ); 64 50 65 /// Execute a thread job to measure the PSF width ratios 51 66 bool pmSubtractionOrderThread(psThreadJob *job ///< Job to execute
Note:
See TracChangeset
for help on using the changeset viewer.
