IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29434


Ignore:
Timestamp:
Oct 15, 2010, 11:39:38 AM (16 years ago)
Author:
bills
Message:

The perl metadata config parser will not accept a hex value. Ticket #1429

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/camera.config

    r29393 r29434  
    162162
    163163# The set of maskbits that should not be set to NAN in "released" images
    164 # This value is equal to CONV.POOR | STARCORE | SPIKE | SUSPECT
    165 MASK.NO.CENSOR      U32      0x5280
     164# This value is equal to CONV.POOR | STARCORE | SPIKE | SUSPECT  = 0x5280
     165# unfortunately the perl parser won't accept a hex value
     166MASK.NO.CENSOR      U32      21120
Note: See TracChangeset for help on using the changeset viewer.