IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16539


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

working on simtest

Location:
trunk/doc/simtest
Files:
2 edited

Legend:

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

    r16371 r16539  
    11
    22# define the simulated data to be generated
    3 SEQUENCE MULTI
     3# SEQUENCE MULTI
    44
    55SEQUENCE METADATA
     
    77  CENTER.RA  F32 10.0
    88  CENTER.DEC F32 60.0
     9
    910  OFFSET.RA  F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction)
    1011  OFFSET.DEC F32 3600.0 # linear offset in arcsec (do not include cos(DEC) correction)
     
    1819
    1920  DVODB      STR /data/alala.0/ipp/ippRefs/catdir.synth.grizy
    20   FILTER     STR g,r,i
    21   @EXPTIME   F32 60.0,30.0,30.0
     21  FILTERS    STR g,r,i
     22  @EXPTIMES  F32 60.0,30.0,30.0
     23  @SKYMAGS   F32 21.0,20.5,20.0
     24
     25  CAMERA     STR megacam  ## force case to match?
     26
     27  # zero point & plate scale describe the camera -> add to ppSim.config
     28
     29  # XXX use a more realistic IQ distribution...
     30  IQ_MIN     F32 0.5
     31  IQ_MAX     F32 0.8
     32 
     33  # rotation sequence
     34  POS_MIN    F32 0.0
     35  POS_MAX    F32 0.0
     36  POS_DELTA  F32 1.0
     37
    2238END
    2339
  • 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.