IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9331


Ignore:
Timestamp:
Oct 5, 2006, 4:32:30 PM (20 years ago)
Author:
Paul Price
Message:

Adding shutter correction.

Location:
trunk/ippconfig/isp
Files:
3 added
1 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/isp/camera.config

    r9262 r9331  
    2323        PPIMAGE_OB      STR     isp/ppImage_ob.config       # Overscan, bias only
    2424        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
    2627        PPIMAGE_B       STR     isp/ppImage_b.config        # Bias only
    2728        PPIMAGE_D       STR     isp/ppImage_d.config        # Dark only
     29        PPIMAGE_S       STR     isp/ppImage_s.config        # Shutter only
    2830        PPIMAGE_F       STR     isp/ppImage_f.config        # Flat only
    2931        PPIMAGE_J1      STR     isp/ppImage_j1.config       # JPEG only
     
    3234
    3335        # Recipes for ppMerge
    34         PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
    3536        PPMERGE_BIAS    STR     isp/ppMerge_bias.config
    3637        PPMERGE_DARK    STR     isp/ppMerge_dark.config
    3738        PPMERGE_FLAT    STR     isp/ppMerge_flat.config
     39        PPMERGE_SHUTTER STR     isp/ppMerge_shutter.config
    3840
    3941        # Recipes for ppStats
     
    5860   PPIMAGE.BIAS       INPUT    /data/alala/price/isp/bias/ISP.bias.1.0.isp.fits NONE          NONE         NONE         IMAGE     CHIP       
    5961   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       
    6164   PPIMAGE.MASK       INPUT    mask.fits                      NONE          NONE         NONE         IMAGE     CHIP       
    6265
  • trunk/ippconfig/isp/ppImage.config

    r8835 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    TRUE            # Dark subtraction
     10SHUTTER         BOOL    TRUE            # Shutter correction
    1011FLAT            BOOL    TRUE            # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_b.config

    r8835 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_d.config

    r8835 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    TRUE            # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_f.config

    r8835 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    TRUE            # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_j1.config

    r8971 r9331  
    1111BIAS            BOOL    FALSE           # Bias subtraction
    1212DARK            BOOL    FALSE           # Dark subtraction
     13SHUTTER         BOOL    FALSE           # Shutter correction
    1314FLAT            BOOL    FALSE           # Flat-field normalisation
    1415FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_j2.config

    r8971 r9331  
    1111BIAS            BOOL    FALSE           # Bias subtraction
    1212DARK            BOOL    FALSE           # Dark subtraction
     13SHUTTER         BOOL    FALSE           # Shutter correction
    1314FLAT            BOOL    FALSE           # Flat-field normalisation
    1415FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_n.config

    r9203 r9331  
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
     
    1415ASTROM.MOSAIC   BOOL    FALSE           # Astrometry
    1516
    16 BASE.FITS       BOOL    TRUE            # Save base detrended image?
     17BASE.FITS       BOOL    FALSE           # Save base detrended image?
    1718CHIP.FITS       BOOL    FALSE           # Save chip-mosaic-ed image?
    1819FPA1.FITS       BOOL    FALSE           # Save 1st binned fpa image?
  • trunk/ippconfig/isp/ppImage_o.config

    r9171 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_ob.config

    r9263 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppImage_obd.config

    r9263 r9331  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    TRUE            # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/isp/ppMerge_bias.config

    r8851 r9331  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
     11SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
    1112MASKVAL         S32     0xff            # Mask value for input data
    12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
    1313COMBINE         STR     MEAN            # Statistic to use for combination:
    14 BACKGROUND      STR     MEDIAN          # Statistic to use to measure the background
     14MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
     15STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
  • trunk/ippconfig/isp/ppMerge_dark.config

    r8835 r9331  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
     11SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
    1112MASKVAL         S32     0xff            # Mask value for input data
    12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
    1313COMBINE         STR     MEAN            # Statistic to use for combination:
    14 BACKGROUND      STR     MEDIAN          # Statistic to use to measure the background
     14MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
     15STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
  • trunk/ippconfig/isp/ppMerge_flat.config

    r8835 r9331  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
     11SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
    1112MASKVAL         S32     0xff            # Mask value for input data
    12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
    1313COMBINE         STR     MEAN            # Statistic to use for combination:
    14 BACKGROUND      STR     MEDIAN          # Statistic to use to measure the background
     14MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
     15STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
Note: See TracChangeset for help on using the changeset viewer.