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

    r10389 r10457  
    118118# Rejection levels for detrend creation
    119119REJECTION       METADATA
    120         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV
     120        TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN
    121121        FLAT    MULTI
    122122
    123         BIAS    LIMITS  *       0               1               5               0.5             5               0.5             3               3               3
    124         DARK    LIMITS  *       0               1               5               0.5             5               0.5             3               3               3
    125         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               0
    126 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               0
    127 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               0
    128 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               0
    129 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               0
    130 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               0
    131         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0
     123        BIAS    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0
     124        DARK    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0
     125        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0
     126#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0
     127#       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0
     128#       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0
     129#       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0
     130#       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0
     131        FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0
    132132
    133133# FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
     
    137137# EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    138138# EXP.STDEV is the maximum permitted standard deviation for an exposure
    139 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure
     139# EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    140140# ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    141141# ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    142142# ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
     143# IMFILE.SN is the minimum permitted signal-to-noise for an imfile
     144# EXP.SN is the minimum permitted signal-to-noise for an exposure
    143145# These values (all except FILTER) may be zero, in which case no clipping is applied.
    144146
     
    159161   PPIMAGE.MASK       INPUT mcshort/mask.{CHIP.NAME}.fits                  {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       MASK     
    160162   PPIMAGE.BIAS       INPUT megacam/bias/MEGACAM.bias.norm.1.0.{CHIP.NAME}.fits {CHIP.NAME} {CHIP.NAME} NONE       CHIP       IMAGE     
    161    PPIMAGE.DARK       INPUT mcshort/MCSHORT.dark.norm.2.0.{CHIP.NAME}.fits {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     163   PPIMAGE.DARK       INPUT megacam/dark/MCSHORT.dark.norm.2.1.{CHIP.NAME}.fits {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    162164   PPIMAGE.FLAT       INPUT mcshort/MCSHORT.flat.norm.3.0.{CHIP.NAME}.fits {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    163165   PPIMAGE.FRINGE     INPUT mcshort/MCSHORT.fringe.norm.4.0.{CHIP.NAME}.fits {CHIP.NAME} {CHIP.NAME}  NONE         CHIP       FRINGE     
Note: See TracChangeset for help on using the changeset viewer.