IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2009, 7:11:00 PM (17 years ago)
Author:
eugene
Message:

implement SVD analysis of the chi-square equation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.c

    r26332 r26373  
    2121#include "pmSubtractionStamps.h"
    2222#include "pmSubtractionEquation.h"
     23#include "pmSubtractionVisual.h"
    2324#include "pmSubtractionThreads.h"
    2425
     
    525526    int x0 = - image->xMin, y0 = - image->yMin; // Position of centre of convolved image
    526527    psKernel *convolved = psKernelAllocFromImage(conv, x0, y0); // Kernel version
     528
     529    // pmSubtractionVisualShowSubtraction(image->image, kernel->image, conv);
     530
    527531    psFree(conv);
    528532    return convolved;
Note: See TracChangeset for help on using the changeset viewer.