IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2009, 11:01:47 AM (17 years ago)
Author:
Paul Price
Message:

Set bad dark pixels to DARK mask value.

File:
1 edited

Legend:

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

    r24078 r24079  
    6868
    6969    if (options->doDark && dark) {
    70         if (!pmDarkApply(input, dark, options->flatMask)) {
     70        if (!pmDarkApply(input, dark, options->darkMask)) {
    7171            psError(PS_ERR_UNKNOWN, false, "Unable to subtract dark.");
    7272            psFree(detview);
Note: See TracChangeset for help on using the changeset viewer.