IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2008, 10:06:41 AM (18 years ago)
Author:
eugene
Message:

working on simtest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/simtest/simtest.config

    r16284 r16539  
    3333  DVODB        STR /data/alala.0/ipp/ippRefs/catdir.synth.grizy
    3434END
    35 
    36 # this entry defines the parameters of the bias images
    37 BIAS METADATA
    38   # LEVEL : the bias value as a function of position
    39   LEVEL METADATA 
    40      NORDER_X                         S32   0               # number of x orders
    41      NORDER_Y                         S32   2               # number of y orders
    42      VAL_X00_Y00                      F64   100.0           # polynomial coefficient
    43      VAL_X00_Y01                      F64   1.0             # polynomial coefficient
    44      VAL_X00_Y02                      F64   0.1             # polynomial coefficient
    45      NELEMENTS                        S32   3               # number of unmasked components
    46   END  # folder for 2D polynomial
    47 
    48   # the bias level will use the above 2D variation, plus the Gaussian offset
    49   LEVEL.SIGMA                         F32   5.0
    50 
    51   # per-pixel noise
    52   READNOISE                           F32   5.0
    53 
    54   # number
    55   N
    56 END
    57 
    58 # this entry defines the parameters of the dark images
    59 DARK METADATA
    60   # LEVEL : the bias value as a function of position
    61   LEVEL METADATA 
    62      NORDER_X                         S32   0               # number of x orders
    63      NORDER_Y                         S32   2               # number of y orders
    64      VAL_X00_Y00                      F64   100.0           # polynomial coefficient
    65      VAL_X00_Y01                      F64   1.0             # polynomial coefficient
    66      VAL_X00_Y02                      F64   0.1             # polynomial coefficient
    67      NELEMENTS                        S32   3               # number of unmasked components
    68   END  # folder for 2D polynomial
    69 
    70   EXPTIME.TREND METADATA 
    71      NORDER_X                         S32   1               # number of x orders
    72      VAL_X00                          F64   0.0             # polynomial coefficient
    73      VAL_X01                          F64   1.0             # polynomial coefficient
    74      NELEMENTS                        S32   2               # number of unmasked components
    75   END  # folder for 2D polynomial
    76 
    77   TEMPERATURE.TREND METADATA 
    78      NORDER_X                         S32   1               # number of x orders
    79      VAL_X00                          F64   0.0             # polynomial coefficient
    80      VAL_X01                          F64   1.0             # polynomial coefficient
    81      NELEMENTS                        S32   2               # number of unmasked components
    82   END  # folder for 2D polynomial
    83 
    84   # the bias level will use the above 2D variation, plus the Gaussian offset
    85   LEVEL.SIGMA                         F32   5.0
    86 
    87   # use any of these values for the exposure time
    88   EXPTIME.VALUE                       F32  (vector)
    89 
    90   # choose a temperature anywhere in this range
    91   TEMPERATURE.MIN                     F32   -90
    92   TEMPERATURE.MAX                     F32   -70
    93 END
    94 
    95 FLAT METADATA
    96 END
    97 
    98 FRINGE METADATA
    99 END
    100 
Note: See TracChangeset for help on using the changeset viewer.