IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:25:41 PM (20 years ago)
Author:
eugene
Message:

configuration updates, added new mask functions, added psphot support

File:
1 edited

Legend:

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

    r7360 r7508  
    1010    // find the currently selected readout
    1111    pmReadout *input = pmFPAfileThisReadout (config->files, view, "PPIMAGE.INPUT");
    12     pmReadoutSetWeight (input);
    1312
    14     // Mask bad pixels
     13    // create the target mask and weight images
     14    pmReadoutSetMaskWeight (input);
     15
     16    // apply the externally supplied mask to the input->mask pixels
    1517    if (options->doMask) {
    1618        pmReadout *mask = pmFPAfileThisReadout (config->files, detview, "PPIMAGE.MASK");
    17         ppImageDetrendMask(input, mask);
     19        pmMaskBadPixels (input, mask, options->maskValue);
     20        // ppImageDetrendMask(input, mask);
    1821    }
    1922
Note: See TracChangeset for help on using the changeset viewer.