IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 8:11:35 AM (20 years ago)
Author:
eugene
Message:

fixed for -limits and failure,timeout reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simple/camera.config

    r10461 r10723  
    66END
    77 
    8  
    98# Description of camera --- all the chips and the cells that comprise them
    109FPA     METADATA
     
    1211END
    1312
     13# move this elsewhere?  we need a lookup table to go from filter ID to abstract name
     14FILTER.ID       METADATA
     15   Test.V STR V
     16   Test.B STR B
     17END
     18
    1419# Recipe options
    1520RECIPES         METADATA
    16 #       PHASE2          STR     simple/phase2.config            # Phase 2 recipe details
    17         PSPHOT          STR     simple/psphot.config            # psphot details
    18         PSPHOT_ALT      STR     simple/psphot_alt.config        # psphot details
    19 #       PSASTRO         STR     simple/psastro.config           # psastro details
     21        PPIMAGE         STR     simple/ppImage.config   # Default: all (normal) options on
     22        PSPHOT          STR     simple/psphot.config    # psphot details
    2023END
    2124
     25# Rejection levels for detrend creation
     26REJECTION       METADATA
     27        TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
     28        FLAT    MULTI
     29
     30        BIAS    LIMITS  *       0               1               4               0.5             4               0               3               4               0                       0               0       0.5
     31        DARK    LIMITS  *       0               1               4               0.5             4               0               3               4               0                       0               0       0.5
     32        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
     33#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
     34#       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
     35#       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
     36#       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
     37#       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
     38        FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
     39
     40# FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
     41# EXPECTED is the expected mean value
     42# IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
     43# IMFILE.STDEV is the maximum permitted standard deviation for an imfile
     44# EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
     45# EXP.STDEV is the maximum permitted standard deviation for an exposure
     46# EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
     47# ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
     48# ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
     49# ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
     50# IMFILE.SN is the minimum permitted signal-to-noise for an imfile
     51# EXP.SN is the minimum permitted signal-to-noise for an exposure
     52# These values (all except FILTER) may be zero, in which case no clipping is applied.
     53
     54END
     55               
    2256FILERULES METADATA
    2357   PSASTRO.INPUT      STR PSASTRO.INPUT.CMP
     
    2963   PPIMAGE.INPUT      INPUT    none.fits                     NONE          NONE         NONE         IMAGE     FPA       
    3064
    31    PPIMAGE.BIAS       INPUT    bias.fits                     NONE          NONE         NONE         IMAGE     CHIP       
    32    PPIMAGE.DARK       INPUT    dark.fits                     NONE          NONE         NONE         IMAGE     CHIP       
    33    PPIMAGE.FLAT       INPUT    flat.fits                     NONE          NONE         NONE         IMAGE     CHIP       
    34    PPIMAGE.MASK       INPUT    mask.fits                     NONE          NONE         NONE         IMAGE     CHIP       
     65   PPIMAGE.BIAS       INPUT    @DETDB                        NONE         fpa           NONE         IMAGE     CHIP       
     66   PPIMAGE.DARK       INPUT    @DETDB                        NONE         fpa           NONE         IMAGE     CHIP       
     67   PPIMAGE.FLAT       INPUT    @DETDB                        NONE         fpa           NONE         IMAGE     CHIP       
     68   PPIMAGE.MASK       INPUT    @DETDB                        NONE         fpa           NONE         IMAGE     CHIP       
    3569
    3670   PSPHOT.INPUT       INPUT    none.fits                     NONE          NONE         NONE         IMAGE     CHIP       
     
    3872   PSASTRO.INPUT.CMP  INPUT    none.fits                     NONE          NONE         PHU          CMP       CHIP       
    3973   PSASTRO.INPUT.CMF  INPUT    none.fits                     NONE          SMPDATA      PHU          CMF       CHIP       
    40    PSPHOT.PSF.LOAD    INPUT   {OUTPUT}.psf       NONE          NONE         NONE         PSF       FPA        FPA        TRUE      NONE
     74   PSPHOT.PSF.LOAD    INPUT   {OUTPUT}.psf                   NONE          NONE         NONE         PSF       CHIP
    4175
    4276   ### output file definitions
    4377   TYPE                OUTPUT   FILENAME.RULE      FILENAME.XTRA EXTNAME.RULE EXTNAME.XTRA FILE.TYPE FILE.LEVEL DATA.LEVEL FILE.SAVE FILE.FORMAT
    4478   PPIMAGE.OUTPUT      OUTPUT   {OUTPUT}.fit       NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      NONE
     79   PPIMAGE.OUTPUT.MASK OUTPUT   {OUTPUT}.mask.fits NONE          NONE         NONE         MASK      FPA        FPA        FALSE     NONE
     80   PPIMAGE.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits   NONE          NONE         NONE         WEIGHT    FPA        FPA        FALSE     NONE
    4581   PPIMAGE.OUTPUT.CHIP OUTPUT   {OUTPUT}.ch.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
    4682   PPIMAGE.OUTPUT.FPA1 OUTPUT   {OUTPUT}.b1.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
    4783   PPIMAGE.OUTPUT.FPA2 OUTPUT   {OUTPUT}.b2.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
    4884
    49    PPIMAGE.BIN1        OUTPUT   {OUTPUT}.B1.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
    50    PPIMAGE.BIN2        OUTPUT   {OUTPUT}.B2.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
    5185   PPIMAGE.JPEG1       OUTPUT   {OUTPUT}.b1.jpg    -greyscale    RANGE        -5:20        JPEG      FPA        FPA        TRUE      SIMPLE
    5286   PPIMAGE.JPEG2       OUTPUT   {OUTPUT}.b2.jpg    -greyscale    FRACTION     0.50:2.00    JPEG      FPA        FPA        TRUE      SIMPLE
     87   PPIMAGE.BIN1        OUTPUT   {OUTPUT}.b1.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
     88   PPIMAGE.BIN2        OUTPUT   {OUTPUT}.b2.fit    NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
    5389
    5490   PSPHOT.RESID        OUTPUT   {OUTPUT}.res.fits  NONE          NONE         NONE         IMAGE     FPA        FPA        TRUE      SIMPLE
Note: See TracChangeset for help on using the changeset viewer.