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/simple/camera.config

    r13532 r13630  
    4646
    4747# Rejection levels for detrend creation
    48 REJECTION       METADATA
    49         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
    50         FLAT    MULTI
     48REJECTIONS STR simple/rejections.config
    5149
    52         BIAS    LIMITS  *       0               1               20              0.5             20              0               3               20              0                       0               0       0.5
    53         DARK    LIMITS  *       0               1               0               0.5             0               0               3               20              0                       0               0       0.5
    54         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    55 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    56 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    57 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    58 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    59 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    60         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    61 
    62 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    63 # EXPECTED is the expected mean value
    64 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    65 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    66 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    67 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    68 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    69 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    70 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    71 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    72 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    73 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    74 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    75 
    76 END
    77                
    7850FILERULES METADATA
    7951   PSASTRO.INPUT      STR PSASTRO.INPUT.CMP
Note: See TracChangeset for help on using the changeset viewer.