IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 10:10:53 AM (20 years ago)
Author:
Paul Price
Message:

Adding rejection settings for detrend creation

File:
1 edited

Legend:

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

    r9219 r9503  
    110110END
    111111
     112
     113# Rejection levels for detrend creation
     114REJECTION       METADATA
     115        TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV
     116        FLAT    MULTI
     117
     118        BIAS    LIMITS  *       0               0               15              0               15              0               0               0               0
     119        DARK    LIMITS  *       0               0               0               0               0               0               0               0               0
     120        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               0
     121#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               0
     122#       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               0
     123#       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               0
     124#       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               0
     125#       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               0
     126
     127# FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
     128# EXPECTED is the expected mean value
     129# IMFILE.MEAN is the maximum permitted mean value for an imfile
     130# IMFILE.STDEV is the maximum permitted standard deviation for an imfile
     131# EXP.MEAN is the maximum permitted mean value for an exposure
     132# EXP.STDEV is the maximum permitted standard deviation for an exposure
     133# EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure
     134# ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
     135# ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
     136# ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
     137# These values (all except FILTER) may be zero, in which case no clipping is applied.
     138
     139END
     140               
     141
    112142FILERULES METADATA
    113143   ### Redirections
Note: See TracChangeset for help on using the changeset viewer.