IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 5:12:09 PM (17 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate. Mostly just propagating changes from psModules. Fixed some mask types as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/ppImage/src/ppImageDetrendReadout.c

    r20626 r21217  
    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.