Changeset 9331
- Timestamp:
- Oct 5, 2006, 4:32:30 PM (20 years ago)
- Location:
- trunk/ippconfig/isp
- Files:
-
- 3 added
- 1 deleted
- 14 edited
-
camera.config (modified) (3 diffs)
-
ppImage.config (modified) (1 diff)
-
ppImage_b.config (modified) (1 diff)
-
ppImage_d.config (modified) (1 diff)
-
ppImage_f.config (modified) (1 diff)
-
ppImage_j1.config (modified) (1 diff)
-
ppImage_j2.config (modified) (1 diff)
-
ppImage_n.config (modified) (2 diffs)
-
ppImage_o.config (modified) (1 diff)
-
ppImage_ob.config (modified) (1 diff)
-
ppImage_obd.config (modified) (1 diff)
-
ppImage_obdf.config (deleted)
-
ppImage_obds.config (added)
-
ppImage_obdsf.config (added)
-
ppMerge_bias.config (modified) (1 diff)
-
ppMerge_dark.config (modified) (1 diff)
-
ppMerge_flat.config (modified) (1 diff)
-
ppMerge_shutter.config (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/isp/camera.config
r9262 r9331 23 23 PPIMAGE_OB STR isp/ppImage_ob.config # Overscan, bias only 24 24 PPIMAGE_OBD STR isp/ppImage_obd.config # Overscan, bias, dark only 25 PPIMAGE_OBDF STR isp/ppImage_obdf.config # Overscan, bias, dark, flat only 25 PPIMAGE_OBDS STR isp/ppImage_obds.config # Overscan, bias, dark, shutter only 26 PPIMAGE_OBDSF STR isp/ppImage_obdsf.config # Overscan, bias, dark, shutter, flat only 26 27 PPIMAGE_B STR isp/ppImage_b.config # Bias only 27 28 PPIMAGE_D STR isp/ppImage_d.config # Dark only 29 PPIMAGE_S STR isp/ppImage_s.config # Shutter only 28 30 PPIMAGE_F STR isp/ppImage_f.config # Flat only 29 31 PPIMAGE_J1 STR isp/ppImage_j1.config # JPEG only … … 32 34 33 35 # Recipes for ppMerge 34 PPMERGE STR ppMerge_template.config # ppMerge recipe35 36 PPMERGE_BIAS STR isp/ppMerge_bias.config 36 37 PPMERGE_DARK STR isp/ppMerge_dark.config 37 38 PPMERGE_FLAT STR isp/ppMerge_flat.config 39 PPMERGE_SHUTTER STR isp/ppMerge_shutter.config 38 40 39 41 # Recipes for ppStats … … 58 60 PPIMAGE.BIAS INPUT /data/alala/price/isp/bias/ISP.bias.1.0.isp.fits NONE NONE NONE IMAGE CHIP 59 61 PPIMAGE.DARK INPUT /data/alala/price/isp/dark/ISP.dark.2.0.isp.fits NONE NONE NONE IMAGE CHIP 60 PPIMAGE.FLAT INPUT /data/alala/price/isp/flat/ISP.flat.3.0.isp.fits NONE NONE NONE IMAGE CHIP 62 PPIMAGE.SHUTTER INPUT /data/alala/price/isp/shutter/ISP.shutter.3.0.isp.fits NONE NONE NONE IMAGE CHIP 63 PPIMAGE.FLAT INPUT /data/alala/price/isp/flat/ISP.flat.4.0.isp.fits NONE NONE NONE IMAGE CHIP 61 64 PPIMAGE.MASK INPUT mask.fits NONE NONE NONE IMAGE CHIP 62 65 -
trunk/ippconfig/isp/ppImage.config
r8835 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL TRUE # Overscan subtraction 8 8 BIAS BOOL TRUE # Bias subtraction 9 9 DARK BOOL TRUE # Dark subtraction 10 SHUTTER BOOL TRUE # Shutter correction 10 11 FLAT BOOL TRUE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_b.config
r8835 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL FALSE # Overscan subtraction 8 8 BIAS BOOL TRUE # Bias subtraction 9 9 DARK BOOL FALSE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL FALSE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_d.config
r8835 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL FALSE # Overscan subtraction 8 8 BIAS BOOL FALSE # Bias subtraction 9 9 DARK BOOL TRUE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL FALSE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_f.config
r8835 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL FALSE # Overscan subtraction 8 8 BIAS BOOL FALSE # Bias subtraction 9 9 DARK BOOL FALSE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL TRUE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_j1.config
r8971 r9331 11 11 BIAS BOOL FALSE # Bias subtraction 12 12 DARK BOOL FALSE # Dark subtraction 13 SHUTTER BOOL FALSE # Shutter correction 13 14 FLAT BOOL FALSE # Flat-field normalisation 14 15 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_j2.config
r8971 r9331 11 11 BIAS BOOL FALSE # Bias subtraction 12 12 DARK BOOL FALSE # Dark subtraction 13 SHUTTER BOOL FALSE # Shutter correction 13 14 FLAT BOOL FALSE # Flat-field normalisation 14 15 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_n.config
r9203 r9331 8 8 BIAS BOOL FALSE # Bias subtraction 9 9 DARK BOOL FALSE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL FALSE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction … … 14 15 ASTROM.MOSAIC BOOL FALSE # Astrometry 15 16 16 BASE.FITS BOOL TRUE# Save base detrended image?17 BASE.FITS BOOL FALSE # Save base detrended image? 17 18 CHIP.FITS BOOL FALSE # Save chip-mosaic-ed image? 18 19 FPA1.FITS BOOL FALSE # Save 1st binned fpa image? -
trunk/ippconfig/isp/ppImage_o.config
r9171 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL TRUE # Overscan subtraction 8 8 BIAS BOOL FALSE # Bias subtraction 9 9 DARK BOOL FALSE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL FALSE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_ob.config
r9263 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL TRUE # Overscan subtraction 8 8 BIAS BOOL TRUE # Bias subtraction 9 9 DARK BOOL FALSE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL FALSE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppImage_obd.config
r9263 r9331 3 3 # List of tasks to perform 4 4 MASK BOOL FALSE # Mask bad pixels 5 MASK.VALUE U8 0x 10# only mask pixels matching this bitmask5 MASK.VALUE U8 0xff # only mask pixels matching this bitmask 6 6 NONLIN BOOL FALSE # Non-linearity correction 7 7 OVERSCAN BOOL TRUE # Overscan subtraction 8 8 BIAS BOOL TRUE # Bias subtraction 9 9 DARK BOOL TRUE # Dark subtraction 10 SHUTTER BOOL FALSE # Shutter correction 10 11 FLAT BOOL FALSE # Flat-field normalisation 11 12 FRINGE BOOL FALSE # Fringe subtraction -
trunk/ippconfig/isp/ppMerge_bias.config
r8851 r9331 9 9 FRACLOW F32 0.1 # Fraction of low pixels to reject immediately 10 10 NKEEP S32 5 # Minimum number of pixels in stack to keep 11 SHUTTERSIZE S32 128 # Size of shutter regions for statistics 11 12 MASKVAL S32 0xff # Mask value for input data 12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED13 13 COMBINE STR MEAN # Statistic to use for combination: 14 BACKGROUND STR MEDIAN # Statistic to use to measure the background 14 MEAN STR ROBUST_MEDIAN # Statistic to use to measure the mean 15 STDEV STR ROBUST_STDEV # Statistic to use to measure the stdev -
trunk/ippconfig/isp/ppMerge_dark.config
r8835 r9331 9 9 FRACLOW F32 0.1 # Fraction of low pixels to reject immediately 10 10 NKEEP S32 5 # Minimum number of pixels in stack to keep 11 SHUTTERSIZE S32 128 # Size of shutter regions for statistics 11 12 MASKVAL S32 0xff # Mask value for input data 12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED13 13 COMBINE STR MEAN # Statistic to use for combination: 14 BACKGROUND STR MEDIAN # Statistic to use to measure the background 14 MEAN STR ROBUST_MEDIAN # Statistic to use to measure the mean 15 STDEV STR ROBUST_STDEV # Statistic to use to measure the stdev -
trunk/ippconfig/isp/ppMerge_flat.config
r8835 r9331 9 9 FRACLOW F32 0.1 # Fraction of low pixels to reject immediately 10 10 NKEEP S32 5 # Minimum number of pixels in stack to keep 11 SHUTTERSIZE S32 128 # Size of shutter regions for statistics 11 12 MASKVAL S32 0xff # Mask value for input data 12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED13 13 COMBINE STR MEAN # Statistic to use for combination: 14 BACKGROUND STR MEDIAN # Statistic to use to measure the background 14 MEAN STR ROBUST_MEDIAN # Statistic to use to measure the mean 15 STDEV STR ROBUST_STDEV # Statistic to use to measure the stdev
Note:
See TracChangeset
for help on using the changeset viewer.
