IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2010, 4:53:44 PM (16 years ago)
Author:
Paul Price
Message:

Set CELL.BAD to 0 to catch cells that are all zero. This has previously been set to -100 so that we don't mask pixels in residual images for detrend processing, but a better way to prevent that is through MASK.BUILD in the PPIMAGE recipe, which I've adjusted appropriately. I've tested this with a simtest, and there were no ill effects to the bias or dark --- both produced some residual images that had medians less than zero, indicating that those pixels weren't being masked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simtest/format.config

    r25756 r27231  
    6060        FPA.ELEVATION   F32     3048.0 # altitude in meters
    6161        CELL.SATURATION F32     65535
    62         CELL.BAD        F32     -100 ## XXX this value is bogus, but needs to be context based so residual images do not get half-masked
     62        CELL.BAD        F32     0
    6363        CELL.READDIR    S32     1
    6464        CELL.TIMESYS    STR     UTC
Note: See TracChangeset for help on using the changeset viewer.