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

    r9208 r9503  
    8383END
    8484
     85
    8586# Recipe options
    86 RECIPES         METADATA
     87RECIPES         METADATA
    8788        # Recipes for ppImage
    8889        PPIMAGE         STR     megacam/ppImage.config          # Default: all (normal) options on
     
    99100
    100101        # Recipes for ppMerge
     102        PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
    101103        PPMERGE_BIAS    STR     megacam/ppMerge_bias.config
     104        PPMERGE_DARK    STR     megacam/ppMerge_dark.config
     105        PPMERGE_FLAT    STR     megacam/ppMerge_flat.config
     106
    102107        # Other recipes
    103         PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
    104108        PSPHOT          STR     megacam/psphot.config           # psphot details
    105109        PSASTRO         STR     megacam/psastro.config          # psastro details
    106110        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
    107111END
     112
     113
     114# Rejection levels for detrend creation
     115REJECTION       METADATA
     116        TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV
     117        FLAT    MULTI
     118
     119        BIAS    LIMITS  *       0               0               15              0               15              0               0               0               0
     120        DARK    LIMITS  *       0               0               0               0               0               0               0               0               0
     121        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               0
     122#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               0
     123#       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               0
     124#       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               0
     125#       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               0
     126#       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               0
     127
     128# FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
     129# EXPECTED is the expected mean value
     130# IMFILE.MEAN is the maximum permitted mean value for an imfile
     131# IMFILE.STDEV is the maximum permitted standard deviation for an imfile
     132# EXP.MEAN is the maximum permitted mean value for an exposure
     133# EXP.STDEV is the maximum permitted standard deviation for an exposure
     134# EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure
     135# ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
     136# ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
     137# ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
     138# These values (all except FILTER) may be zero, in which case no clipping is applied.
     139
     140END
     141               
    108142
    109143FILERULES METADATA
Note: See TracChangeset for help on using the changeset viewer.