Changeset 13630
- Timestamp:
- Jun 4, 2007, 5:18:36 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 13 added
- 11 edited
-
cfh12k/camera.config (modified) (1 diff)
-
cfh12k/rejections.config (added)
-
ctio_mosaic2/camera.config (modified) (1 diff)
-
ctio_mosaic2/rejections.config (added)
-
gpc1/camera.config (modified) (1 diff)
-
gpc1/rejections.config (added)
-
isp/camera.config (modified) (1 diff)
-
isp/rejections.config (added)
-
lris_blue/rejections.config (added)
-
lris_red/rejections.config (added)
-
mcshort/camera.config (modified) (1 diff)
-
mcshort/rejections.config (added)
-
megacam/camera.config (modified) (1 diff)
-
megacam/rejections.config (added)
-
simmosaic/camera.config (modified) (1 diff)
-
simmosaic/rejections.config (added)
-
simple/camera.config (modified) (1 diff)
-
simple/rejections.config (added)
-
simtest/camera.config (modified) (1 diff)
-
simtest/rejections.config (added)
-
tc3/camera.config (modified) (1 diff)
-
tc3/rejections.config (added)
-
ucam/camera.config (modified) (1 diff)
-
ucam/rejections.config (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/cfh12k/camera.config
r13532 r13630 92 92 END 93 93 94 95 94 # 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 95 REJECTIONS STR cfh12k/rejections.config 126 96 127 97 FILERULES METADATA -
trunk/ippconfig/ctio_mosaic2/camera.config
r13537 r13630 50 50 END 51 51 52 53 52 # 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 53 REJECTIONS STR ctio_mosaic2/rejections.config 88 54 89 55 FILERULES METADATA -
trunk/ippconfig/gpc1/camera.config
r13599 r13630 80 80 # PSPHOT STR psphot.config # psphot details 81 81 END 82 83 # Rejection levels for detrend creation 84 REJECTIONS STR gpc1/rejections.config 85 -
trunk/ippconfig/isp/camera.config
r13597 r13630 50 50 51 51 # 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 52 REJECTIONS STR isp/rejections.config 86 53 87 54 FILERULES METADATA -
trunk/ippconfig/mcshort/camera.config
r12565 r13630 94 94 95 95 # 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 96 REJECTIONS STR megacam/rejections.config 130 97 131 98 FILERULES METADATA -
trunk/ippconfig/megacam/camera.config
r13532 r13630 110 110 111 111 # 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 112 REJECTIONS STR megacam/rejections.config 142 113 143 114 FILERULES METADATA -
trunk/ippconfig/simmosaic/camera.config
r13532 r13630 59 59 60 60 # 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 61 REJECTIONS STR simmosaic/rejections.config 91 62 92 63 FILERULES METADATA -
trunk/ippconfig/simple/camera.config
r13532 r13630 46 46 47 47 # 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 48 REJECTIONS STR simple/rejections.config 51 49 52 BIAS LIMITS * 0 1 20 0.5 20 0 3 20 0 0 0 0.553 DARK LIMITS * 0 1 0 0.5 0 0 3 20 0 0 0 0.554 FLAT LIMITS * 0 0 0 0 0 0 0 0 3 0 0 055 # FLAT LIMITS u 0 0 0 0 0 0 0 0 3 0 0 056 # FLAT LIMITS g 0 0 0 0 0 0 0 0 3 0 0 057 # FLAT LIMITS r 0 0 0 0 0 0 0 0 3 0 0 058 # FLAT LIMITS i 0 0 0 0 0 0 0 0 3 0 0 059 # FLAT LIMITS z 0 0 0 0 0 0 0 0 3 0 0 060 FRINGE LIMITS * 0 0 0 0 0 0 0 0 0 0 0 061 62 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything63 # EXPECTED is the expected mean value64 # IMFILE.MEAN is the maximum permitted mean value for an imfile, relative to the standard deviation65 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile66 # EXP.MEAN is the maximum permitted mean value for an exposure, relative to the standard deviation67 # EXP.STDEV is the maximum permitted standard deviation for an exposure68 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure relative to the mean69 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures70 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures71 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures72 # IMFILE.SN is the minimum permitted signal-to-noise for an imfile73 # EXP.SN is the minimum permitted signal-to-noise for an exposure74 # These values (all except FILTER) may be zero, in which case no clipping is applied.75 76 END77 78 50 FILERULES METADATA 79 51 PSASTRO.INPUT STR PSASTRO.INPUT.CMP -
trunk/ippconfig/simtest/camera.config
r13532 r13630 47 47 48 48 # 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 49 REJECTIONS STR simtest/rejections.config 79 50 80 51 FILERULES METADATA -
trunk/ippconfig/tc3/camera.config
r12686 r13630 65 65 END 66 66 67 68 67 # 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 68 REJECTIONS STR tc3/rejections.config 95 69 96 70 FILERULES METADATA -
trunk/ippconfig/ucam/camera.config
r12525 r13630 66 66 RECIPES METADATA 67 67 # 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 69 END 77 70 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 72 REJECTIONS STR ucam/rejections.config 86 73 87 74 FILERULES METADATA
Note:
See TracChangeset
for help on using the changeset viewer.
