IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2009, 9:33:24 AM (17 years ago)
Author:
Paul Price
Message:

Cleaning up pattern noise subtraction code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppImage.config

    r24891 r24892  
    1717MASK.LOW           BOOL    TRUE            # Mask pixels below valid range
    1818VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
     19PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
    1920FRINGE             BOOL    FALSE           # Fringe subtraction
    2021PHOTOM             BOOL    FALSE           # Source identification and photometry
     
    2526USE.DEBURNED.IMAGE BOOL    FALSE           # use burntool-repaired image?
    2627TILTYSTREAK.APPLY  BOOL    FALSE           # apply the 'tiltystreak' tool
    27 
    28 PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
    29 PATTERN.ORDER      S32     1               # Polynomial order
    30 PATTERN.ITER       S32     3               # Rejection iterations
    31 PATTERN.REJ        F32     2.0             # Rejection threshold
    32 PATTERN.MEAN       STR     ROBUST_MEDIAN   # Statistic for mean
    33 PATTERN.STDEV      STR     ROBUST_STDEV    # Statistic for standard deviation
    3428
    3529
     
    8680OVERSCAN.CONSTANT       BOOL    FALSE           # Apply a known, fixed value?
    8781OVERSCAN.VALUE          F32     0.0             # value to apply, if requested
     82
     83# Pattern subtraction options
     84PATTERN.ORDER      S32     2               # Polynomial order
     85PATTERN.ITER       S32     4               # Rejection iterations
     86PATTERN.REJ        F32     2.5             # Rejection threshold
     87PATTERN.MEAN       STR     SAMPLE_MEAN     # Statistic for mean
     88PATTERN.STDEV      STR     SAMPLE_STDEV    # Statistic for standard deviation
    8889
    8990# Fringe subtraction options
Note: See TracChangeset for help on using the changeset viewer.