IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2010, 10:06:09 AM (17 years ago)
Author:
eugene
Message:

add skyErr, a way of increasing the constant portion of the variance in the kernel analysis: var = (readNoise2 + skyErr + gain*flux + sysErr*flux2); clean up testing verbosity; temporary dump residuals and quit in visualization code

File:
1 edited

Legend:

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

    r26502 r26505  
    16951695        double background = p_pmSubtractionSolutionBackground(kernels, polyValues);// Difference in background
    16961696        psLogMsg("psModules.imcombine", PS_LOG_INFO, "normalization: %f, background: %f", norm, background);
    1697     }
    1698 
    1699     pmSubtractionVisualShowFit();
    1700     pmSubtractionVisualPlotFit(kernels);
     1697
     1698        pmSubtractionVisualShowFit(norm);
     1699        pmSubtractionVisualPlotFit(kernels);
     1700    }
    17011701
    17021702    psFree(residual);
Note: See TracChangeset for help on using the changeset viewer.