IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2008, 11:23:34 AM (18 years ago)
Author:
eugene
Message:

add SKIP.FAKE, keep it true for now

File:
1 edited

Legend:

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

    r17975 r18021  
    11### Recipe values for ppSim, the Pan-STARRS data simulator
     2
     3## XXX need to consider this better: used to run / skip fake, should be a function of chip (and context?)
     4SKIP.FAKE       BOOL    TRUE
    25
    36IMAGE.TYPE      STR     BIAS            # default image type
     
    123126END
    124127
     128FAKEPHOT    METADATA
     129 BIAS            BOOL    FALSE
     130 DARK            BOOL    FALSE
     131 FLAT            BOOL    FALSE
     132 SKY             BOOL    FALSE          # Sky illumination rate (e/s)
     133 STARS.REAL      BOOL    FALSE          # Add stars from a catalogue?
     134 STARS.FAKE      BOOL    TRUE           # Add stars from a catalogue?
     135 PHOTOM          BOOL    FALSE           # perform photometry on the faked stars?
     136 FORCED.PHOT     BOOL    TRUE
     137 FORCED.CATDIR   STR     DVO.FORCE
     138END
     139
Note: See TracChangeset for help on using the changeset viewer.