IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2008, 1:04:13 PM (18 years ago)
Author:
Paul Price
Message:

Adding mode to allow creation of large holes (attempting to simulate e.g., dead cells in GPC1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSim.config

    r20388 r20910  
    6969BADPIX.SEED     U64     123456789       # Seed for RNG in creating deterministic bad pixels
    7070BADPIX.FRAC     F32     0.0001          # Fraction of bad pixels
     71BADPIX.SIZE     S32     0               # Size of bad pixels
     72BADPIX.MODE     STR     RANDOM          # Mode for bad pixels: RANDOM|NAN
    7173
    7274### The following options are used if not defined by the concepts (e.g., usually read from headers)
     
    176178TESTDATA  METADATA
    177179END
     180
     181# Overrides for creating large holes in the image
     182LARGEHOLES
     183    BADPIX.FRAC F32     3.0e-7          # Fraction of bad pixels
     184    BADPIX.SIZE S32     256             # Size of bad pixels
     185    BADPIX.MODE STR     NAN             # Mode for bad pixels: RANDOM|NAN
     186END
Note: See TracChangeset for help on using the changeset viewer.