IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2007, 6:16:29 PM (19 years ago)
Author:
Paul Price
Message:

Updating high-level programs to use symbolic names for mask values in the recipes.

File:
1 edited

Legend:

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

    r13506 r13593  
    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);
     20        pmReadoutGenerateMask(input, options->satMask, options->badMask);
    2121    }
    2222    // apply the externally supplied mask to the input->mask pixels
     
    6868    if (options->doFlat) {
    6969        pmReadout *flat = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.FLAT");
    70         if (!pmFlatField(input, flat)) {
     70        if (!pmFlatField(input, flat, options->flatMask)) {
    7171            return false;
    7272        }
Note: See TracChangeset for help on using the changeset viewer.