IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19703


Ignore:
Timestamp:
Sep 23, 2008, 1:09:17 PM (18 years ago)
Author:
Paul Price
Message:

Turn off interpolation over bad pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r19698 r19703  
    167167    }
    168168
     169#if 0
    169170    // Interpolate over bad pixels, so the bad pixels don't explode
    170171    if (!pmReadoutInterpolateBadPixels(inRO, maskVal, interpMode, poorFrac, maskPoor, maskBad)) {
     
    177178    }
    178179    maskVal |= maskBad;
     180#endif
    179181
    180182    // Match the PSFs
Note: See TracChangeset for help on using the changeset viewer.