Changeset 9503
- Timestamp:
- Oct 12, 2006, 10:10:53 AM (20 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 3 edited
-
isp/camera.config (modified) (2 diffs)
-
mcshort/camera.config (modified) (1 diff)
-
megacam/camera.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/isp/camera.config
r9348 r9503 48 48 END 49 49 50 51 # Rejection levels for detrend creation 52 REJECTION 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 77 END 78 79 50 80 FILERULES METADATA 51 81 PSASTRO.INPUT STR PSASTRO.INPUT.CMP … … 59 89 PPARITH.INPUT INPUT none.fits NONE NONE NONE IMAGE FPA 60 90 61 PPIMAGE.BIAS INPUT /data/alala/ eugene/swtests/pantasks/isp/bias.fits NONE NONE NONE IMAGE CHIP62 PPIMAGE.DARK INPUT /data/alala/ eugene/swtests/pantasks/isp/dark.fits NONE NONE NONE IMAGE CHIP63 PPIMAGE.SHUTTER INPUT /data/alala/price/isp/shutter/ISP.shutter.3.0.isp.fits NONE NONE NONE IMAGE CHIP64 PPIMAGE.FLAT INPUT /data/alala/price/isp/flat/ISP.flat. 4.0.isp.fits NONE NONE NONE IMAGE CHIP91 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 65 95 PPIMAGE.MASK INPUT mask.fits NONE NONE NONE IMAGE CHIP 66 96 -
trunk/ippconfig/mcshort/camera.config
r9219 r9503 110 110 END 111 111 112 113 # Rejection levels for detrend creation 114 REJECTION METADATA 115 TYPE LIMITS FILTER EXPECTED IMFILE.MEAN IMFILE.STDEV EXP.MEAN EXP.STDEV EXP.MEANSTDEV ENSEMBLE.MEAN ENSEMBLE.STDEV ENSEMBLE.MEANSTDEV 116 FLAT MULTI 117 118 BIAS LIMITS * 0 0 15 0 15 0 0 0 0 119 DARK LIMITS * 0 0 0 0 0 0 0 0 0 120 FLAT LIMITS * 0 0 0 0 0 0 0 0 0 121 # FLAT LIMITS u 0 0 0 0 0 0 0 0 0 122 # FLAT LIMITS g 0 0 0 0 0 0 0 0 0 123 # FLAT LIMITS r 0 0 0 0 0 0 0 0 0 124 # FLAT LIMITS i 0 0 0 0 0 0 0 0 0 125 # FLAT LIMITS z 0 0 0 0 0 0 0 0 0 126 127 # FILTER is an additional qualifier, and may be "*" (or absent!), in which case it matches everything 128 # EXPECTED is the expected mean value 129 # IMFILE.MEAN is the maximum permitted mean value for an imfile 130 # IMFILE.STDEV is the maximum permitted standard deviation for an imfile 131 # EXP.MEAN is the maximum permitted mean value for an exposure 132 # EXP.STDEV is the maximum permitted standard deviation for an exposure 133 # EXP.MEANSTDEV is the maximum permitted mean standard deviation for an exposure 134 # ENSEMBLE.MEAN is the maximum permitted mean for an ensemble of exposures 135 # ENSEMBLE.STDEV is the maximum permitted standard deviation for an ensemble of exposures 136 # ENSEMBLE.MEANSTDEV is the maximum permitted mean standard deviation for an ensemble of exposures 137 # These values (all except FILTER) may be zero, in which case no clipping is applied. 138 139 END 140 141 112 142 FILERULES METADATA 113 143 ### Redirections -
trunk/ippconfig/megacam/camera.config
r9208 r9503 83 83 END 84 84 85 85 86 # Recipe options 86 RECIPES METADATA87 RECIPES METADATA 87 88 # Recipes for ppImage 88 89 PPIMAGE STR megacam/ppImage.config # Default: all (normal) options on … … 99 100 100 101 # Recipes for ppMerge 102 PPMERGE STR ppMerge_template.config # ppMerge recipe 101 103 PPMERGE_BIAS STR megacam/ppMerge_bias.config 104 PPMERGE_DARK STR megacam/ppMerge_dark.config 105 PPMERGE_FLAT STR megacam/ppMerge_flat.config 106 102 107 # Other recipes 103 PPMERGE STR ppMerge_template.config # ppMerge recipe104 108 PSPHOT STR megacam/psphot.config # psphot details 105 109 PSASTRO STR megacam/psastro.config # psastro details 106 110 PPSTATS STR megacam/ppStats.config # ppStats recipe 107 111 END 112 113 114 # Rejection levels for detrend creation 115 REJECTION 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 140 END 141 108 142 109 143 FILERULES METADATA
Note:
See TracChangeset
for help on using the changeset viewer.
