IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 4:36:52 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r20626 r21364  
    5959
    6060    // Weight on the basis of pixel value needs to be done after the overscan has been subtracted
    61     if (options->doWeightBuild) {
    62         // create the target mask and weight images
    63         pmReadoutGenerateWeight(input, true);
     61    if (options->doVarianceBuild) {
     62        // create the target mask and variance images
     63        pmReadoutGenerateVariance(input, true);
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.