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

    r9348 r9503  
    4848END
    4949
     50
     51# Rejection levels for detrend creation
     52REJECTION       METADATA
     53        TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV
     54        FLAT    MULTI
     55
     56        BIAS    LIMITS  *       0               0               15              0               15              0               0               0               0
     57        DARK    LIMITS  *       0               0               0               0               0               0               0               0               0
     58        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               0
     59#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               0
     60#       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               0
     61#       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               0
     62#       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               0
     63#       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               0
     64
     65# FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
     66# EXPECTED is the expected mean value
     67# IMFILE.MEAN is the maximum permitted mean value for an imfile
     68# IMFILE.STDEV is the maximum permitted standard deviation for an imfile
     69# EXP.MEAN is the maximum permitted mean value for an exposure
     70# EXP.STDEV is the maximum permitted standard deviation for an exposure
     71# EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure
     72# ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
     73# ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
     74# ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
     75# These values (all except FILTER) may be zero, in which case no clipping is applied.
     76
     77END
     78               
     79
    5080FILERULES METADATA
    5181   PSASTRO.INPUT      STR PSASTRO.INPUT.CMP
     
    5989   PPARITH.INPUT      INPUT    none.fits                      NONE          NONE         NONE         IMAGE     FPA
    6090
    61    PPIMAGE.BIAS       INPUT    /data/alala/eugene/swtests/pantasks/isp/bias.fits NONE          NONE         NONE         IMAGE     CHIP       
    62    PPIMAGE.DARK       INPUT    /data/alala/eugene/swtests/pantasks/isp/dark.fits NONE          NONE         NONE         IMAGE     CHIP       
    63    PPIMAGE.SHUTTER    INPUT    /data/alala/price/isp/shutter/ISP.shutter.3.0.isp.fits NONE    NONE         NONE         IMAGE     CHIP
    64    PPIMAGE.FLAT       INPUT    /data/alala/price/isp/flat/ISP.flat.4.0.isp.fits NONE          NONE         NONE         IMAGE     CHIP       
     91   PPIMAGE.BIAS       INPUT    /data/alala/price/isp/bias/ISP.bias.norm.1.0.isp.fits NONE          NONE         NONE         IMAGE     CHIP       
     92   PPIMAGE.DARK       INPUT    /data/alala/price/isp/dark/ISP.dark.norm.2.0.isp.fits NONE          NONE         NONE         IMAGE     CHIP       
     93#   PPIMAGE.SHUTTER    INPUT    /data/alala/price/isp/shutter/ISP.shutter.3.0.isp.fits NONE    NONE         NONE         IMAGE     CHIP
     94   PPIMAGE.FLAT       INPUT    /data/alala/price/isp/flat/ISP.flat.norm.3.0.isp.fits NONE          NONE         NONE         IMAGE     CHIP       
    6595   PPIMAGE.MASK       INPUT    mask.fits                      NONE          NONE         NONE         IMAGE     CHIP       
    6696
Note: See TracChangeset for help on using the changeset viewer.