Changeset 41898 for trunk/ippconfig/recipes
- Timestamp:
- Nov 4, 2021, 6:14:00 PM (5 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 7 edited
-
. (modified) (1 prop)
-
recipes/filerules-mef.mdc (modified) (1 diff)
-
recipes/filerules-split.mdc (modified) (1 diff)
-
recipes/ppImage.config (modified) (2 diffs)
-
recipes/ppStack.config (modified) (1 diff)
-
recipes/psastro.config (modified) (2 diffs)
-
recipes/pswarp.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-dev-20210817/ippconfig (added) merged: 41849,41855,41864-41865,41877,41887
- Property svn:mergeinfo changed
-
trunk/ippconfig/recipes/filerules-mef.mdc
r41417 r41898 67 67 PPIMAGE.SHUTTER INPUT @DETDB CHIP IMAGE 68 68 PPIMAGE.LINEARITY INPUT @DETDB CHIP LINEARITY 69 PPIMAGE.PATTERN.ROW.AMP INPUT @DETDB FPA PATTERN.ROW.AMP 69 70 70 71 ## Files used by ppMerge -
trunk/ippconfig/recipes/filerules-split.mdc
r40147 r41898 51 51 PPIMAGE.SHUTTER INPUT @DETDB CHIP IMAGE 52 52 PPIMAGE.LINEARITY INPUT @DETDB CHIP LINEARITY 53 PPIMAGE.PATTERN.ROW.AMP INPUT @DETDB FPA PATTERN.ROW.AMP 53 54 54 55 ## Files used by psvideophot -
trunk/ippconfig/recipes/ppImage.config
r41829 r41898 23 23 VARIANCE.BUILD BOOL FALSE # Build internal variance image 24 24 ADDNOISE BOOL FALSE # Add noise to degrade an MD image to a 3pi image? 25 PATTERN.ROW BOOL FALSE # Row pattern correction 26 PATTERN.ROW.SUBSET METADATA # Menu of chips and/or cells for row pattern correction 27 END 28 PATTERN.CELL BOOL FALSE # Cell pattern correction 29 PATTERN.CELL.SUBSET METADATA # Menu of chips and/or cells for cell pattern correction 30 END 31 PATTERN.SUBSET METADATA 32 END 33 PATTERN.CONTINUITY BOOL FALSE 34 PATTERN.CONTINUITY.WIDTH S32 50 35 PATTERN.CONTINUITY.SUBSET METADATA # Menu of chips and/or cells for cell pattern continuity correction 36 END 25 PATTERN.ROW BOOL FALSE # Row pattern correction (see options below) 26 PATTERN.CELL BOOL FALSE # Cell pattern correction (see options below) 27 PATTERN.CONTINUITY BOOL FALSE # continuity corrections (see options below) 37 28 FRINGE BOOL FALSE # Fringe subtraction 38 29 PHOTOM BOOL FALSE # Source identification and photometry … … 111 102 OVERSCAN.VALUE F32 0.0 # value to apply, if requested 112 103 113 # Pattern subtraction options104 # Pattern Row subtraction options 114 105 PATTERN.ROW.ORDER S32 2 # Polynomial order for row pattern 115 PATTERN.ROW.ITER S32 4# Rejection iterations for row pattern106 PATTERN.ROW.ITER S32 3 # Rejection iterations for row pattern 116 107 PATTERN.ROW.REJ F32 2.5 # Rejection threshold for row pattern 117 PATTERN.ROW.THRESH F32 20.0# Ignore threshold for row pattern108 PATTERN.ROW.THRESH F32 3.0 # Ignore threshold for row pattern 118 109 PATTERN.ROW.MEAN STR SAMPLE_MEAN # Statistic for mean for row pattern 119 110 PATTERN.ROW.STDEV STR SAMPLE_STDEV # Statistic for standard deviation for row pattern 111 PATTERN.ROW.USE.BINNED BOOL TRUE # pre-bin along the row before calculating (NOT yet respected r41656) 112 PATTERN.ROW.POISSON BOOL TRUE # use Poisson stats on the sky to set threshold (NOT yet respected r41656) 113 114 PATTERN.ROW.SUBSET METADATA # Menu of chips and/or cells for row pattern correction 115 END 116 117 # NOTE: PATTERN.ROW.SUBSET is defined in the format_DATE.config files because 118 # in different periods, the camera had different amounts of row-by-row bias drift 119 # for a given cell. It is necessary to make the choice of whether to correct the 120 # pattern based on the epoch the exposure was taken. 121 122 # NOTE: if PATTERN.ROW.SUBSET entries are missing for a given chip, the default 123 # behavior is to NOT correct for the effect. (This makes sense since most camera 124 # are not GPC1 and thus do not need the correction). 125 126 # Pattern Cell options 120 127 PATTERN.CELL.BG STR FITTED_MEAN # Statistic for background for cell pattern 121 128 PATTERN.CELL.MEAN STR SAMPLE_MEDIAN # Statistic for mean for cell pattern 129 PATTERN.CELL.SUBSET METADATA # Menu of chips and/or cells for cell pattern correction 130 END 131 132 # Pattern Continuity options 133 PATTERN.CONTINUITY.WIDTH S32 50 134 PATTERN.CONTINUITY.SUBSET METADATA # Menu of chips and/or cells for cell pattern continuity correction 135 END 136 137 # r41656 : this does not appear to be used any more: superceded by PATTERN.ROW, .CELL, .CONTINUITY 138 PATTERN.SUBSET METADATA 139 END 122 140 123 141 # Fringe subtraction options -
trunk/ippconfig/recipes/ppStack.config
r41705 r41898 8 8 COMBINE.SYS F32 0.1 # Relative systematic error in combination 9 9 COMBINE.DISCARD F32 0.2 # Discard fraction for Olympic weighted mean 10 11 COMBINE.PERCENT BOOL FALSE # Use a single percentile clipping? 12 COMBINE.MIN.RANGE F32 0.16 # Minimum fraction for percentile clipping 13 COMBINE.MAX.RANGE F32 0.84 # Maximum fraction for percentile clipping 10 14 11 15 MASK.VAL STR MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels -
trunk/ippconfig/recipes/psastro.config
r41554 r41898 91 91 PSASTRO.CHIP.NSIGMA F32 3 # fit clipping sigmas 92 92 93 PSASTRO.MAX.ERROR F32 1.5 # max allow error for valid solution (UNITS?) 93 PSASTRO.MAX.ERROR F32 1.5 # max allowed error for valid solution (arcsec) 94 PSASTRO.MAX.STDEV F32 1.0 # max allowed stdev for valid solution (arcsec) 94 95 PSASTRO.MIN.NSTAR S32 3 # min fitted stars in solution 95 96 PSASTRO.MAX.NSTAR S32 300 # max fitted stars in solution … … 135 136 PSASTRO.MOSAIC.CHIP.NSIGMA F32 3 # fit clipping sigmas 136 137 137 PSASTRO.MOSAIC.MAX.ERROR.N0 F32 1.5 # max allow error for valid solution (UNITS?) 138 PSASTRO.MOSAIC.MAX.ERROR.N1 F32 1.5 # max allow error for valid solution (UNITS?) 139 PSASTRO.MOSAIC.MAX.ERROR.N2 F32 1.5 # max allow error for valid solution (UNITS?) 140 PSASTRO.MOSAIC.MAX.ERROR.N3 F32 1.5 # max allow error for valid solution (UNITS?) 141 PSASTRO.MOSAIC.MAX.ERROR.N4 F32 1.5 # max allow error for valid solution (UNITS?) 142 PSASTRO.MOSAIC.MAX.ERROR.N5 F32 1.5 # max allow error for valid solution (UNITS?) 138 PSASTRO.MOSAIC.MAX.ERROR.N0 F32 1.5 # max allowed error for valid solution (arcsec) 139 PSASTRO.MOSAIC.MAX.ERROR.N1 F32 1.5 # max allowed error for valid solution (arcsec) 140 PSASTRO.MOSAIC.MAX.ERROR.N2 F32 1.5 # max allowed error for valid solution (arcsec) 141 PSASTRO.MOSAIC.MAX.ERROR.N3 F32 1.5 # max allowed error for valid solution (arcsec) 142 PSASTRO.MOSAIC.MAX.ERROR.N4 F32 1.5 # max allowed error for valid solution (arcsec) 143 PSASTRO.MOSAIC.MAX.ERROR.N5 F32 1.5 # max allowed error for valid solution (arcsec) 144 145 PSASTRO.MOSAIC.MAX.STDEV.N0 F32 1.5 # max allowed stdev for valid solution (arcsec) 146 PSASTRO.MOSAIC.MAX.STDEV.N1 F32 1.5 # max allowed stdev for valid solution (arcsec) 147 PSASTRO.MOSAIC.MAX.STDEV.N2 F32 1.5 # max allowed stdev for valid solution (arcsec) 148 PSASTRO.MOSAIC.MAX.STDEV.N3 F32 1.5 # max allowed stdev for valid solution (arcsec) 149 PSASTRO.MOSAIC.MAX.STDEV.N4 F32 1.5 # max allowed stdev for valid solution (arcsec) 150 PSASTRO.MOSAIC.MAX.STDEV.N5 F32 1.5 # max allowed stdev for valid solution (arcsec) 143 151 144 152 # need at least this fraction of chips to pass for exposure to be considered acceptable -
trunk/ippconfig/recipes/pswarp.config
r41656 r41898 14 14 APPLY.PIXELNAN BOOL FALSE # Apply NAN'ing of pixels underneath masks 15 15 16 MAX.CERROR F32 0.1 # Maximum allowed CERROR value (astrometric error in arcsec) 16 MAX.CERROR F32 0.30 # Maximum allowed CERROR value (astrometric error in arcsec) 17 MAX.CERSTD F32 0.15 # Maximum allowed CERSTD value (astrometric error in arcsec) 17 18 18 19 NO.COMPRESS BOOL FALSE # turn off image compression (if enabled)
Note:
See TracChangeset
for help on using the changeset viewer.
