Changeset 13592
- Timestamp:
- Jun 1, 2007, 6:05:03 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 1 added
- 7 edited
-
ipprc.config.in (modified) (1 diff)
-
recipes/masks.config (added)
-
recipes/ppImage.config (modified) (1 diff)
-
recipes/ppMerge.config (modified) (4 diffs)
-
recipes/ppStack.config (modified) (1 diff)
-
recipes/ppStats.config (modified) (2 diffs)
-
recipes/ppSub.config (modified) (1 diff)
-
recipes/pswarp.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/ipprc.config.in
r13467 r13592 63 63 64 64 RECIPES METADATA # Site-level recipes 65 MASKS STR recipes/masks.config # Mask values 65 66 PPIMAGE STR recipes/ppImage.config # Image reduction 66 67 PPMERGE STR recipes/ppMerge.config # Image combination -
trunk/ippconfig/recipes/ppImage.config
r13553 r13592 11 11 FLAT BOOL TRUE # Flat-field normalisation 12 12 MASK BOOL FALSE # Mask bad pixels 13 MASK.VALUE U8 0xff # only mask pixels matching this bitmask13 MASK.VALUE STR SAT,BAD # Mask pixels with these attributes 14 14 FRINGE BOOL FALSE # Fringe subtraction 15 15 PHOTOM BOOL FALSE # Source identification and photometry -
trunk/ippconfig/recipes/ppMerge.config
r12583 r13592 19 19 MASK.SUSPECT F32 5.0 # Threshold for suspect pixels (sigma) 20 20 MASK.BAD F32 -4.0 # Threshold for bad pixels (sigma) 21 MASKVAL S 32 0xff# Mask value for input data21 MASKVAL STR SAT,BAD # Mask value for input data 22 22 COMBINE STR CLIPPED # Statistic to use for combination 23 23 MEAN STR ROBUST_MEDIAN # Statistic to use to measure the mean … … 32 32 FRACLOW F32 0.0 # Fraction of low pixels to reject immediately 33 33 WEIGHTS BOOL FALSE # Use image weights? 34 MASKVAL S32 0 # Mask value for input data35 34 COMBINE STR CLIPPED # Statistic to use for combination: 36 35 END … … 45 44 FRACLOW F32 0.0 # Fraction of low pixels to reject immediately 46 45 WEIGHTS BOOL FALSE # Use image weights? 47 MASKVAL S32 0 # Mask value for input data48 46 COMBINE STR CLIPPED # Statistic to use for combination: 49 47 END … … 56 54 FRACLOW F32 0.1 # Fraction of low pixels to reject immediately 57 55 NKEEP S32 5 # Minimum number of pixels in stack to keep 58 MASKVAL S32 0xff # Mask value for input data59 56 WEIGHTS BOOL TRUE # Use image weights? 60 57 COMBINE STR MEAN # Statistic to use for combination: -
trunk/ippconfig/recipes/ppStack.config
r13488 r13592 5 5 CONVOLVE.REJ F32 10.0 # Rejection threshold in convolution (sigma) 6 6 EXTENT F32 3.0 # Extent of Gaussian convolution (sigma) 7 MASK.BAD U8 0x0f# Mask value of bad pixels8 MASK.BLANK U8 0xf0# Mask value to give blank pixels7 MASK.BAD U8 SAT,BAD # Mask value of bad pixels 8 MASK.BLANK U8 BLANK # Mask value to give blank pixels -
trunk/ippconfig/recipes/ppStats.config
r12574 r13592 3 3 # Options governing statistics 4 4 SAMPLE F32 0.1 # Fraction of cell to sample 5 MASKVAL U8 0xff# Mask value to use for statistics5 MASKVAL STR SAT,BAD # Mask value to use for statistics 6 6 7 7 # Define the outputs as MULTI … … 18 18 19 19 ### ppStats recipe for Phase 0 20 PPSTATS_ PHASE0METADATA20 PPSTATS_REGISTER METADATA 21 21 22 22 # Options governing statistics 23 23 SAMPLE F32 0.1 # Fraction of cell to sample 24 MASKVAL U8 0xff# Mask value to use for statistics24 MASKVAL STR SAT,BAD # Mask value to use for statistics 25 25 26 26 # Define the outputs as MULTI -
trunk/ippconfig/recipes/ppSub.config
r13507 r13592 9 9 ITER S32 10 # Number of rejection iterations 10 10 REJ F32 2.5 # Rejection level (std dev) 11 MASK.BAD U8 0xff# Mask value for bad pixels12 MASK.BLANK U8 0xff# Mask value to give blank pixels11 MASK.BAD STR BAD,SAT # Mask value for bad pixels 12 MASK.BLANK STR BLANK # Mask value to give blank pixels 13 13 @ISIS.WIDTHS F32 0.7 1.5 3 # Gaussian widths for ISIS kernels 14 14 @ISIS.ORDERS S32 6 4 2 # Polynomial orders for ISIS kernels -
trunk/ippconfig/recipes/pswarp.config
r13171 r13592 4 4 GRID.NY S32 128 # Iso-astrom grid size in y (pixels) 5 5 INTERPOLATION.MODE STR LANCZOS3 # Interpolation mode to use 6 MASK.IN U8 0# Mask for input data7 MASK.POOR U8 0x40# Mask for "poor" warped data8 MASK.BAD U8 0x80# Mask for bad warped data6 MASK.IN STR BAD,SAT # Mask for input data 7 MASK.POOR STR SUSPECT # Mask for "poor" warped data 8 MASK.BAD STR BLANK # Mask for bad warped data 9 9 POOR.FRAC F32 0.01 # Max fraction of bad flux for a "poor" warped pixel
Note:
See TracChangeset
for help on using the changeset viewer.
