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/ppImageOptions.c

    r23845 r24079  
    5858    options->lowMask         = 0x00;    // out-of-bounds (low) pixels (supplied to pmReadoutGenerateMask)
    5959    options->flatMask        = 0x00;    // Bad flat pixels (supplied to pmFlatField)
     60    options->darkMask        = 0x00;    // Bad dark pixels (supplied to pmDarkApply)
    6061    options->blankMask       = 0x00;    // Blank (no data, cell gap) pixels (supplied to pmChipMosaic, pmFPAMosaic)
    6162    options->markValue       = 0x00;    // A safe bit for internal marking
Note: See TracChangeset for help on using the changeset viewer.