Changeset 7456
- Timestamp:
- Jun 9, 2006, 12:26:12 PM (20 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 2 edited
-
ipprc.config (modified) (2 diffs)
-
ppMerge_template.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/ipprc.config
r7155 r7456 10 10 ### Setups for each camera system 11 11 CAMERAS METADATA 12 mcShort STR mcshort/camera.config 13 MEGACAM STR megacam/camera.config 12 14 MEGACAM_DET STR megacam_detrended/camera.config 13 MEGACAM STR megacam/camera.config14 15 GPC1 STR gpc1/camera.config 15 16 LRIS_BLUE STR lris_blue/camera.config 16 17 LRIS_RED STR lris_red/camera.config 17 18 SIMPLE STR simple/camera.config 18 mcShort STR mcshort/camera.config19 19 # move the mcShort to the top to force its selection 20 20 END … … 26 26 LOGDEST STR STDOUT # Log destination 27 27 TRACE METADATA # Trace levels 28 ppImageLoop S32 10 28 pmFPAMosaic S32 10 29 fpaMosaic S32 10 30 addCell S32 10 31 imageMosaic S32 10 32 ppMergeCombine S32 10 33 pmReadoutCombine S32 5 29 34 pmFPAPrint S32 10 30 35 pmHDUPrint S32 10 36 # ppMergeCheckInputs S32 7 37 # ppMergeScaleZero S32 10 38 # pmFlatNormalize S32 10 31 39 # pmHDUWrite S32 10 32 40 # ppImageLoadPixels S32 10 -
trunk/ippconfig/ppMerge_template.config
r7183 r7456 1 1 # Recipe configuration for ppMerge 2 2 3 ROWS S32 128# Number of rows to read at once3 ROWS S32 256 # Number of rows to read at once 4 4 ELECTRONS F32 100.0 # Minimum number of electrons for useful signal 5 5 SAMPLE S32 100 # Sampling factor for measuring the background 6 6 REJ F32 3.0 # Rejection threshold (sigma) 7 ITER S32 3# Number of rejection iterations8 FRACHIGH F32 0. 1# Fraction of high pixels to reject immediately7 ITER S32 1 # Number of rejection iterations 8 FRACHIGH F32 0.3 # Fraction of high pixels to reject immediately 9 9 FRACLOW F32 0.1 # Fraction of low pixels to reject immediately 10 NKEEP S32 3# Minimum number of pixels in stack to keep10 NKEEP S32 5 # Minimum number of pixels in stack to keep 11 11 MASKVAL S32 0xff # Mask value for input data 12 COMBINE STR MEAN # Statistic to use for combination 12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED 13 COMBINE STR MEAN # Statistic to use for combination: 13 14 BACKGROUND STR MEDIAN # Statistic to use to measure the background
Note:
See TracChangeset
for help on using the changeset viewer.
