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/pmSubtractionEquation.c

    r19299 r19532  
    10851085            }
    10861086        }
    1087         deviations->data.F32[i] = sqrtf(devNorm * deviation);
     1087        deviations->data.F32[i] = devNorm * deviation;
    10881088        psTrace("psModules.imcombine", 5, "Deviation for stamp %d (%d,%d): %f\n",
    10891089                i, (int)(stamp->x + 0.5), (int)(stamp->y + 0.5), deviations->data.F32[i]);
Note: See TracChangeset for help on using the changeset viewer.