IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13630


Ignore:
Timestamp:
Jun 4, 2007, 5:18:36 PM (19 years ago)
Author:
eugene
Message:

moving rejection parameters to a separately loaded file

Location:
trunk/ippconfig
Files:
13 added
11 edited

Legend:

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

    r13532 r13630  
    9292END
    9393
    94 
    9594# Rejection levels for detrend creation
    96 REJECTION       METADATA
    97         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN
    98         FLAT    MULTI
    99 
    100         BIAS    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0
    101         DARK    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0
    102         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0
    103 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0
    104 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0
    105 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0
    106 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0
    107 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0
    108         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0
    109 
    110 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    111 # EXPECTED is the expected mean value
    112 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    113 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    114 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    115 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    116 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    117 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    118 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    119 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    120 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    121 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    122 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    123 
    124 END
    125                
     95REJECTIONS STR cfh12k/rejections.config
    12696
    12797FILERULES METADATA
  • trunk/ippconfig/ctio_mosaic2/camera.config

    r13537 r13630  
    5050END
    5151
    52 
    5352# Rejection levels for detrend creation
    54 REJECTION       METADATA
    55         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    56         FLAT    MULTI
    57         SKYFLAT  MULTI
    58         DOMEFLAT MULTI
    59 
    60         BIAS    LIMITS  *       0               1               4               0.5             4               0               3               4               0                       0               0       0.5
    61         DARK    LIMITS  *       0               1               4               0.5             4               0               3               4               0                       0               0       0.5
    62         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    63         SKYFLAT  LIMITS *       0               0               0               0               0               0               0               0               3                       0               0       0
    64         DOMEFLAT LIMITS *       0               0               0               0               0               0               0               0               3                       0               0       0
    65 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    66 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    67 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    68 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    69 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    70         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    71 
    72 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    73 # EXPECTED is the expected mean value
    74 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    75 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    76 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    77 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    78 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    79 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    80 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    81 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    82 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    83 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    84 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    85 
    86 END
    87                
     53REJECTIONS STR ctio_mosaic2/rejections.config
    8854
    8955FILERULES METADATA
  • trunk/ippconfig/gpc1/camera.config

    r13599 r13630  
    8080#       PSPHOT          STR     psphot.config           # psphot details
    8181END
     82
     83# Rejection levels for detrend creation
     84REJECTIONS STR gpc1/rejections.config
     85
  • trunk/ippconfig/isp/camera.config

    r13597 r13630  
    5050
    5151# Rejection levels for detrend creation
    52 REJECTION       METADATA
    53         TYPE    LIMITS  FILTER EXPECTED IMFILE.MEAN IMFILE.STDEV IMFILE.MEANSTDEV EXP.MEAN EXP.STDEV EXP.MEANSTDEV ENSEMBLE.MEAN ENSEMBLE.STDEV ENSEMBLE.MEANSTDEV IMFILE.SN EXP.SN
    54 
    55         BIAS    LIMITS  *      0        2           10           0.5              1.0      10        0.5           3             3              0                  0         0     
    56         DARK    LIMITS  *      0        2           10           0.5              1.0      10        0.5           3             3              0                  0         0     
    57         SHUTTER LIMITS  *      0        0           0            0                0        0         0             0             0              0                  0         20.0     
    58         # need to adjust these to get a decent clipping
    59 
    60         FLAT    MULTI
    61         FLAT    LIMITS  *      0        0           0            0                0        0         0             0             0              3                  0         0     
    62 #       FLAT    LIMITS  u      0        0           0            0                0        0         0             0             0              3                  0         0     
    63 #       FLAT    LIMITS  g      0        0           0            0                0        0         0             0             0              3                  0         0     
    64 #       FLAT    LIMITS  r      0        0           0            0                0        0         0             0             0              3                  0         0     
    65 #       FLAT    LIMITS  i      0        0           0            0                0        0         0             0             0              3                  0         0     
    66 #       FLAT    LIMITS  z      0        0           0            0                0        0         0             0             0              3                  0         0     
    67 
    68         FRINGE  LIMITS  *      0        0           0            0                0        0         0             0             0              0                  0         0     
    69 
    70 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    71 # EXPECTED is the expected mean value
    72 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    73 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    74 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    75 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    76 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    77 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    78 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    79 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    80 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    81 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    82 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    83 
    84 END
    85            
     52REJECTIONS STR isp/rejections.config
    8653
    8754FILERULES METADATA
  • trunk/ippconfig/mcshort/camera.config

    r12565 r13630  
    9494
    9595# Rejection levels for detrend creation
    96 REJECTION       METADATA
    97         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    98         FLAT    MULTI
    99         SKYFLAT  MULTI
    100         DOMEFLAT MULTI
    101 
    102         BIAS    LIMITS  *       0               1               4               0.5             4               0               3               4               0                       0               0       0.5
    103         DARK    LIMITS  *       0               1               4               0.5             4               0               3               4               0                       0               0       0.5
    104         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    105         SKYFLAT  LIMITS *       0               0               0               0               0               0               0               0               3                       0               0       0
    106         DOMEFLAT LIMITS *       0               0               0               0               0               0               0               0               3                       0               0       0
    107 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    108 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    109 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    110 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    111 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    112         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    113 
    114 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    115 # EXPECTED is the expected mean value
    116 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    117 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    118 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    119 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    120 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    121 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    122 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    123 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    124 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    125 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    126 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    127 
    128 END
    129 
     96REJECTIONS STR megacam/rejections.config
    13097
    13198FILERULES METADATA
  • trunk/ippconfig/megacam/camera.config

    r13532 r13630  
    110110
    111111# Rejection levels for detrend creation
    112 REJECTION       METADATA
    113         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    114         FLAT    MULTI
    115 
    116         BIAS    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0       0
    117         DARK    LIMITS  *       0               1               5               0.5             3               0.5             3               3               0                       0               0       0
    118         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    119 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    120 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    121 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    122 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    123 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    124         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    125 
    126 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    127 # EXPECTED is the expected mean value
    128 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    129 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    130 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    131 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    132 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    133 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    134 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    135 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    136 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    137 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    138 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    139 
    140 END
    141 
     112REJECTIONS STR megacam/rejections.config
    142113
    143114FILERULES METADATA
  • trunk/ippconfig/simmosaic/camera.config

    r13532 r13630  
    5959
    6060# Rejection levels for detrend creation
    61 REJECTION       METADATA
    62         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    63         FLAT    MULTI
    64 
    65         BIAS    LIMITS  *       0               1               20              0.5             20              0               3               20              0                       0               0       0.75
    66         DARK    LIMITS  *       0               1               0               0.5             0               0               3               20              0                       0               0       0.75
    67         SHUTTER LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    68         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    69 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    70 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    71 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    72 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    73 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    74         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    75 
    76 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    77 # EXPECTED is the expected mean value
    78 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    79 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    80 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    81 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    82 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    83 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    84 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    85 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    86 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    87 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    88 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    89 
    90 END
     61REJECTIONS STR simmosaic/rejections.config
    9162
    9263FILERULES METADATA
  • trunk/ippconfig/simple/camera.config

    r13532 r13630  
    4646
    4747# Rejection levels for detrend creation
    48 REJECTION       METADATA
    49         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    50         FLAT    MULTI
     48REJECTIONS STR simple/rejections.config
    5149
    52         BIAS    LIMITS  *       0               1               20              0.5             20              0               3               20              0                       0               0       0.5
    53         DARK    LIMITS  *       0               1               0               0.5             0               0               3               20              0                       0               0       0.5
    54         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    55 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    56 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    57 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    58 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    59 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    60         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    61 
    62 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    63 # EXPECTED is the expected mean value
    64 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    65 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    66 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    67 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    68 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    69 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    70 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    71 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    72 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    73 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    74 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    75 
    76 END
    77                
    7850FILERULES METADATA
    7951   PSASTRO.INPUT      STR PSASTRO.INPUT.CMP
  • trunk/ippconfig/simtest/camera.config

    r13532 r13630  
    4747
    4848# Rejection levels for detrend creation
    49 REJECTION       METADATA
    50         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    51         FLAT    MULTI
    52 
    53         BIAS    LIMITS  *       0               1               20              0.5             20              0               3               20              0                       0               0       0.5
    54         DARK    LIMITS  *       0               1               0               0.5             0               0               3               20              0                       0               0       0.5
    55         SHUTTER LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    56         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    57 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    58 #       FLAT    LIMITS  g       0               0               0               0               0               0               0               0               3                       0               0       0
    59 #       FLAT    LIMITS  r       0               0               0               0               0               0               0               0               3                       0               0       0
    60 #       FLAT    LIMITS  i       0               0               0               0               0               0               0               0               3                       0               0       0
    61 #       FLAT    LIMITS  z       0               0               0               0               0               0               0               0               3                       0               0       0
    62         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    63 
    64 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    65 # EXPECTED is the expected mean value
    66 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    67 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    68 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    69 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    70 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    71 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    72 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    73 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    74 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    75 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    76 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    77 
    78 END
     49REJECTIONS STR simtest/rejections.config
    7950
    8051FILERULES METADATA
  • trunk/ippconfig/tc3/camera.config

    r12686 r13630  
    6565END
    6666
    67 
    6867# Rejection levels for detrend creation
    69 REJECTION       METADATA
    70         TYPE    LIMITS  FILTER  EXPECTED        IMFILE.MEAN     IMFILE.STDEV    EXP.MEAN        EXP.STDEV       EXP.MEANSTDEV   ENSEMBLE.MEAN   ENSEMBLE.STDEV  ENSEMBLE.MEANSTDEV      IMFILE.SN       EXP.SN  IMFILE.MEANSTDEV
    71         FLAT    MULTI
    72 
    73         BIAS    LIMITS  *       0               1               0               0.5             0               0               3               3               0                       0               0       0
    74         DARK    LIMITS  *       0               1               0               0.5             0               0               3               3               0                       0               0       0
    75         FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    76 #       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
    77         FRINGE  LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    78 
    79 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything
    80 # EXPECTED is the expected mean value
    81 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation
    82 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile
    83 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation
    84 # EXP.STDEV is the maximum permitted standard deviation for an exposure
    85 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean
    86 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures
    87 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures
    88 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures
    89 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile
    90 # EXP.SN is the minimum permitted signal-to-noise for an exposure
    91 # These values (all except FILTER) may be zero, in which case no clipping is applied.
    92 
    93 END
    94                
     68REJECTIONS STR tc3/rejections.config
    9569
    9670FILERULES METADATA
  • trunk/ippconfig/ucam/camera.config

    r12525 r13630  
    6666RECIPES         METADATA
    6767        # Recipes for ppImage
    68         PPIMAGE         STR     ucam/ppImage.config     # Default: all (normal) options on
    69         PPIMAGE_O       STR     ucam/ppImage_o.config   # Overscan only
    70         PPIMAGE_OB      STR     ucam/ppImage_ob.config  # Overscan, bias only
    71         PPIMAGE_OBD     STR     ucam/ppImage_obd.config # Overscan, bias, dark only
    72         PPIMAGE_OBDF    STR     ucam/ppImage_obdf.config # Overscan, bias, dark, flat only
    73         PPIMAGE_B       STR     ucam/ppImage_b.config   # Bias only
    74         PPIMAGE_D       STR     ucam/ppImage_d.config   # Dark only
    75         PPIMAGE_F       STR     ucam/ppImage_f.config   # Flat only
    76         PPIMAGE_J       STR     ucam/ppImage_j.config   # JPEG only
     68        # PPIMAGE         STR     ucam/ppImage.config     # Default: all (normal) options on
     69END
    7770
    78         # Recipes for ppMerge
    79         PPMERGE_BIAS    STR     ucam/ppMerge_bias.config
    80         # Other recipes
    81         PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
    82         PSPHOT          STR     ucam/psphot.config           # psphot details
    83         PSASTRO         STR     ucam/psastro.config          # psastro details
    84         PPSTATS         STR     ucam/ppStats.config             # ppStats recipe
    85 END
     71# Rejection levels for detrend creation
     72REJECTIONS STR ucam/rejections.config
    8673
    8774FILERULES METADATA
Note: See TracChangeset for help on using the changeset viewer.