IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20828


Ignore:
Timestamp:
Nov 25, 2008, 11:35:38 AM (17 years ago)
Author:
Paul Price
Message:

Turn off mask application (setting value of masked pixels to NAN).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r20824 r20828  
    10121012    psTrace("ppStack", 2, "Cleaning up after combination....\n");
    10131013
     1014#if 0
    10141015    // Ensure masked regions really look masked
    10151016    {
     
    10201021        }
    10211022    }
     1023#endif
    10221024
    10231025    // Close up
  • trunk/ppSub/src/ppSubReadout.c

    r20777 r20828  
    450450    outRO->data_exists = outCell->data_exists = outCell->parent->data_exists = true;
    451451
     452#if 0
    452453    pmReadoutMaskApply(outRO, maskBad);
     454#endif
    453455
    454456#ifdef TESTING
Note: See TracChangeset for help on using the changeset viewer.