IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2009, 3:19:25 PM (17 years ago)
Author:
Paul Price
Message:

Better method for deciding which image to convolve: generate solutions both ways, and choose the one with the lower residuals. We save the convolutions and least-squares matrices we generate, so that they don't have to be regenerated for the winner. Looks like this works!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.h

    r23308 r25120  
    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.