IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13506


Ignore:
Timestamp:
May 24, 2007, 10:36:01 AM (19 years ago)
Author:
eugene
Message:

fixed API change for pmReadoutGenerateMask

File:
1 edited

Legend:

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

    r13498 r13506  
    1818    // Masking on the basis of pixel value needs to be done before anything else, so the values are pristine.
    1919    if (options->doMask || options->doShutter || options->doFlat || options->doPhotom) {
    20         pmReadoutGenerateMask(input, true);
     20        pmReadoutGenerateMask(input);
    2121    }
    2222    // apply the externally supplied mask to the input->mask pixels
Note: See TracChangeset for help on using the changeset viewer.