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/pmStack.h

    r17005 r19532  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2008-03-17 21:38:43 $
     10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2008-09-12 04:12:42 $
    1212 *
    1313 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    3131    psPixels *inspect;                  ///< Pixels to inspect
    3232    float weight;                       ///< Relative weighting for image
     33    float addVariance;                  ///< Additional variance when rejecting
    3334} pmStackData;
    3435
    3536/// Constructor
    3637pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell)
    37                               float weight ///< Weight to apply
     38                              float weight, ///< Weight to apply
     39                              float addVariance ///< Additional variance when rejecting
    3840    );
    3941
Note: See TracChangeset for help on using the changeset viewer.