IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 2:13:09 PM (18 years ago)
Author:
Paul Price
Message:

Starting to attempt to support stacking of images that have been read in piecemeal (scan by scan). Added parameters to pmSubtractionKernels to specify size of the (original) image, so that normalisation can be done (during convolution) when the image size is not the original image size. Doing some algebraic gymnastics in the pixel rejection to account for the image being smaller than the original.

File:
1 edited

Legend:

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

    r15756 r16423  
    3939    int bgOrder;                        ///< The order for the background fitting
    4040    pmSubtractionMode mode;             ///< Mode for subtraction
     41    int numCols, numRows;               ///< Size of image (for normalisation), or zero to use image provided
    4142    psVector *solution1, *solution2;    ///< Solution for the PSF matching
    4243} pmSubtractionKernels;
Note: See TracChangeset for help on using the changeset viewer.