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/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
Note: See TracChangeset for help on using the changeset viewer.