IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2008, 6:12:42 PM (18 years ago)
Author:
Paul Price
Message:

Correcting stack variances for the imperfect convolution. Changed (again) the way the deviations are calculated; they're now straight chi2, which allows us to estimate how the variance factor needs to be changed in order to correct for it. Moving additional values into pmSubtractionKernels so that this can be calculated from a kernel that has been read in (very useful for debugging, also nice to have a record of the quality of the fit).

File:
1 edited

Legend:

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

    r18287 r19532  
    4242    int numCols, numRows;               ///< Size of image (for normalisation), or zero to use image provided
    4343    psVector *solution1, *solution2;    ///< Solution for the PSF matching
     44    // Quality information
     45    float mean, rms;                    ///< Mean and RMS of chi^2 from stamps
     46    int numStamps;                      ///< Number of good stamps
    4447} pmSubtractionKernels;
    4548
Note: See TracChangeset for help on using the changeset viewer.