IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 12:07:42 PM (17 years ago)
Author:
beaumont
Message:

merged with head

Location:
branches/cnb_branches/cnb_branch_20090301/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090301/psModules

  • branches/cnb_branches/cnb_branch_20090301/psModules/src/imcombine/pmSubtractionMatch.h

    r21183 r23351  
    4848    );
    4949
     50/// Match two images using precalculated kernel
     51bool 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
    5065/// Execute a thread job to measure the PSF width ratios
    5166bool pmSubtractionOrderThread(psThreadJob *job ///< Job to execute
Note: See TracChangeset for help on using the changeset viewer.