IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 4:10:53 PM (20 years ago)
Author:
Paul Price
Message:

Adding rejection on S/N for flats

File:
1 edited

Legend:

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

    r10149 r10457  
    117117# Rejection levels for detrend creation
    118118REJECTION       METADATA
    119         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV
     119        TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN
    120120        FLAT    MULTI
    121121
    122         BIAS    LIMITS  *       0               0               15              0               15              0               0               0               0
    123         DARK    LIMITS  *       0               0               0               0               0               0               0               0               0
    124         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               0
    125 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               0
    126 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               0
    127 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               0
    128 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               0
    129 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               0
    130         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0
     122        BIAS    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0
     123        DARK    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0
     124        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0
     125#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0
     126#       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0
     127#       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0
     128#       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0
     129#       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0
     130        FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0
    131131
    132132# FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    133133# EXPECTED is the expected mean value
    134 # IMFILE.MEAN is the maximum permitted mean value for an imfile
     134# IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    135135# IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    136 # EXP.MEAN is the maximum permitted mean value for an exposure
     136# EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    137137# EXP.STDEV is the maximum permitted standard deviation for an exposure
    138 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure
     138# EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    139139# ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    140140# ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    141141# ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
     142# IMFILE.SN is the minimum permitted signal-to-noise for an imfile
     143# EXP.SN is the minimum permitted signal-to-noise for an exposure
    142144# These values (all except FILTER) may be zero, in which case no clipping is applied.
    143145
Note: See TracChangeset for help on using the changeset viewer.