IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 6:14:32 AM (16 years ago)
Author:
eugene
Message:

subtract kernel(0) instead of delta function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtractionEquation.c

    r29490 r29506  
    2121
    2222// XXX TEST:
    23 # define USE_WINDOW                      // window to avoid neighbor contamination
     23//# define USE_WINDOW                      // window to avoid neighbor contamination
    2424
    2525# define PENALTY false
     
    10911091        }
    10921092
    1093 #if 1
     1093#if 0
    10941094        psImage *save = psImageCopy(NULL, sumMatrix, PS_TYPE_F32);
    10951095        psFitsWriteImageSimple ("sumMatrix.fits", save, NULL);
     
    11151115        }
    11161116
     1117# if (0)
    11171118        for (int i = 0; i < solution->n; i++) {
    11181119            psLogMsg("psModules.imcombine", PS_LOG_DETAIL, "Single solution %d: %lf\n", i, solution->data.F64[i]);
    11191120        }
     1121# endif
    11201122
    11211123        if (!kernels->solution1) {
     
    11691171        }
    11701172
    1171 #if 1
     1173#if 0
    11721174        psImage *save = psImageCopy(NULL, sumMatrix, PS_TYPE_F32);
    11731175        psFitsWriteImageSimple ("sumMatrix.fits", save, NULL);
     
    11871189        solution = psMatrixSolveSVD(solution, sumMatrix, sumVector, NAN);
    11881190
    1189 #if (1)
     1191#if (0)
    11901192        for (int i = 0; i < solution->n; i++) {
    11911193            fprintf(stderr, "Dual solution %d: %lf\n", i, solution->data.F64[i]);
Note: See TracChangeset for help on using the changeset viewer.