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

    r19299 r19532  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2008-08-30 02:28:07 $
     8 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2008-09-12 04:12:42 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    6464
    6565/// Reject stamps
    66 int pmSubtractionRejectStamps(float *rms, ///< RMS deviation, to return
    67                               int *num, ///< Number of good stamps, to return
     66int pmSubtractionRejectStamps(pmSubtractionKernels *kernels, ///< Kernel parameters to update
    6867                              pmSubtractionStampList *stamps, ///< Stamps
    6968                              const psVector *deviations, ///< Deviations for each stamp
Note: See TracChangeset for help on using the changeset viewer.