IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:03:13 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/imcombine/pmSubtractionMatch.h

    r23308 r25407  
    8383    );
    8484
     85/// Determine best subtraction mode to use
     86///
     87/// Subtractions are attempted each way, and the mode with the lower residual is taken to be the best
     88pmSubtractionMode pmSubtractionBestMode(
     89    pmSubtractionStampList **stamps,    ///< Stamps to use for solution
     90    pmSubtractionKernels **kernels,     ///< Kernels to use for solution
     91    const psImage *subMask,             ///< Subtraction mask
     92    float rej                           ///< Rejection threshold for stamps
     93    );
    8594
    8695#endif
Note: See TracChangeset for help on using the changeset viewer.