IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2008, 4:57:31 PM (18 years ago)
Author:
eugene
Message:

adding a bunch of elements to support external images and finer control

File:
1 edited

Legend:

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

    r17613 r17673  
    11### Recipe values for ppSim, the Pan-STARRS data simulator
    22
     3IMAGE.TYPE      STR     BIAS            # default image type
     4
     5BIAS            BOOL    TRUE
    36BIAS.LEVEL      F32     1000.0          # Bias level (e)
    47BIAS.RANGE      F32     20.0            # Range of bias values (e)
    58BIAS.ORDER      S32     7               # Order for overscan polynomial
     9
     10DARK            BOOL    TRUE
    611DARK.RATE       F32     5.0             # Dark current (e/s)
     12
     13FLAT            BOOL    TRUE
    714FLAT.SIGMA      F32     3.0             # Flat gaussian width (FPA sizes)
    815FLAT.RATE       F32     2000.0          # Flat illumination rate (e/s)
     16
     17SHUTTER         BOOL    TRUE
    918SHUTTER.TIME    F32     1.0             # Time for shutter to fully open
     19
     20SKY             BOOL    TRUE            # Sky illumination rate (e/s)
    1021SKY.RATE        F32     10.0            # Sky illumination rate (e/s)
    1122
     
    1930STARS.SIGMA.LIM F32      5.0            # significance of faintest sources
    2031
    21 STARS.FLAT.LUM  BOOL    TRUE            # use a (non-physical) constant number of stars per mag bin?
     32STARS.FLAT.LUM  BOOL    FALSE           # use a (non-physical) constant number of stars per mag bin?
    2233STARS.FLAT.NUM  S32     5000            # number of stars to generate for flat magnitude distribution
     34PSF.MODEL       STR     PS_MODEL_QGAUSS
    2335
    2436GALAXY.FAKE     BOOL    FALSE           # Generate fake galaxies?
     
    4456GALAXY.GRID.DY   S32   200              # Spacing between galaxies in grid in y
    4557
     58GALAXY.MODEL     STR    PS_MODEL_SERSIC
     59
    4660BADPIX.SEED     U64     123456789       # Seed for RNG in creating deterministic bad pixels
    4761BADPIX.FRAC     F32     0.0001          # Fraction of bad pixels
     62
     63PHOTOM          BOOL    FALSE           # perform photometry on the faked stars?
    4864
    4965### The following options are used if not defined by the concepts (e.g., usually read from headers)
     
    88104ZEROPOINT   F32     NAN                 # exposure time (seconds)
    89105SKY.MAGS    F32     NAN                 # exposure time (seconds)
     106FILTER      STR     NONE                # exposure time (seconds)
     107BINNING     S32     1                   # exposure time (seconds)
Note: See TracChangeset for help on using the changeset viewer.