IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26013


Ignore:
Timestamp:
Nov 3, 2009, 12:28:16 PM (17 years ago)
Author:
eugene
Message:

output image now includes all masked bits from input image -- these need to be available to psphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpSetMaskBits.c

    r23505 r26013  
    4848    maskOut |= poorMask;
    4949
     50    // the output image includes all of the bits from the input image
     51    maskOut |= maskIn;
     52
    5053    // search for an unset bit to use for MARK:
    5154    psImageMaskType markOut   = 0x00;
Note: See TracChangeset for help on using the changeset viewer.