IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2007, 5:18:36 PM (19 years ago)
Author:
eugene
Message:

moving rejection parameters to a separately loaded file

File:
1 edited

Legend:

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

    r13532 r13630  
    110110
    111111# Rejection levels for detrend creation
    112 REJECTION       METADATA
    113         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
    114         FLAT    MULTI
    115 
    116         BIAS    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0       0
    117         DARK    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0       0
    118         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    119 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    120 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    121 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    122 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    123 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    124         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    125 
    126 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    127 # EXPECTED is the expected mean value
    128 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    129 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    130 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    131 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    132 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    133 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    134 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    135 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    136 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    137 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    138 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    139 
    140 END
    141 
     112REJECTIONS STR megacam/rejections.config
    142113
    143114FILERULES METADATA
Note: See TracChangeset for help on using the changeset viewer.