IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2006, 6:12:57 PM (20 years ago)
Author:
Paul Price
Message:

Renaming pmReadoutSet{Mask,Weight} as pmReadoutGenerate{Mask,Weight} following change in psModules.

File:
1 edited

Legend:

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

    r7585 r7716  
    1212
    1313    // create the target mask and weight images
    14     pmReadoutSetMaskWeight (input);
     14    pmReadoutGenerateMaskWeight (input);
    1515
    1616    // apply the externally supplied mask to the input->mask pixels
    1717    if (options->doMask) {
    1818        pmReadout *mask = pmFPAfileThisReadout (config->files, detview, "PPIMAGE.MASK");
    19         pmMaskBadPixels (input, mask, options->maskValue);
     19        pmMaskBadPixels (input, mask, options->maskValue);
    2020        // ppImageDetrendMask(input, mask);
    2121    }
     
    4040    // Bias, dark and overscan subtraction are all merged.
    4141    if (options->doBias || options->doDark || options->doOverscan) {
    42         if (!ppImageDetrendBias(input, bias, dark, options)) {
    43             return false;
    44         }
     42        if (!ppImageDetrendBias(input, bias, dark, options)) {
     43            return false;
     44        }
    4545    }
    4646
    4747    // Flat-field correction (no options used?)
    4848    if (options->doFlat) {
    49         pmReadout *flat = pmFPAfileThisReadout (config->files, detview, "PPIMAGE.FLAT");
     49        pmReadout *flat = pmFPAfileThisReadout (config->files, detview, "PPIMAGE.FLAT");
    5050        if (!pmFlatField(input, flat)) {
    51             return false;
    52         }
     51            return false;
     52        }
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.