IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9335


Ignore:
Timestamp:
Oct 5, 2006, 5:04:14 PM (20 years ago)
Author:
Paul Price
Message:

Adding rejection options to shutter measurement

Location:
trunk/ippconfig
Files:
5 edited

Legend:

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

    r9331 r9335  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    11 SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
     11SHUTTER.SIZE    S32     10              # Size for shutter measurement regions
     12SHUTTER.ITER    S32     2               # Number of iterations for shutter measurement
     13SHUTTER.REJ     F32     3               # Rejection limit for shutter measurement
    1214MASKVAL         S32     0xff            # Mask value for input data
    1315COMBINE         STR     MEAN            # Statistic to use for combination:
  • trunk/ippconfig/isp/ppMerge_dark.config

    r9331 r9335  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    11 SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
     11SHUTTER.SIZE    S32     10              # Size for shutter measurement regions
     12SHUTTER.ITER    S32     2               # Number of iterations for shutter measurement
     13SHUTTER.REJ     F32     3               # Rejection limit for shutter measurement
    1214MASKVAL         S32     0xff            # Mask value for input data
    1315COMBINE         STR     MEAN            # Statistic to use for combination:
  • trunk/ippconfig/isp/ppMerge_flat.config

    r9331 r9335  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    11 SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
     11SHUTTER.SIZE    S32     10              # Size for shutter measurement regions
     12SHUTTER.ITER    S32     2               # Number of iterations for shutter measurement
     13SHUTTER.REJ     F32     3               # Rejection limit for shutter measurement
    1214MASKVAL         S32     0xff            # Mask value for input data
    1315COMBINE         STR     MEAN            # Statistic to use for combination:
  • trunk/ippconfig/isp/ppMerge_shutter.config

    r9331 r9335  
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    11 SHUTTERSIZE     S32     128             # Size of shutter regions for statistics
     11SHUTTER.SIZE    S32     10              # Size for shutter measurement regions
     12SHUTTER.ITER    S32     2               # Number of iterations for shutter measurement
     13SHUTTER.REJ     F32     3               # Rejection limit for shutter measurement
    1214MASKVAL         S32     0xff            # Mask value for input data
    1315COMBINE         STR     MEAN            # Statistic to use for combination:
  • trunk/ippconfig/ppMerge_template.config

    r9318 r9335  
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    1111MASKVAL         S32     0xff            # Mask value for input data
    12 SHUTTERSIZE     S32     10              # Size for shutter measurement regions
     12SHUTTER.SIZE    S32     10              # Size for shutter measurement regions
     13SHUTTER.ITER    S32     2               # Number of iterations for shutter measurement
     14SHUTTER.REJ     F32     3               # Rejection limit for shutter measurement
    1315COMBINE         STR     MEAN            # Statistic to use for combination
    1416MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
Note: See TracChangeset for help on using the changeset viewer.