IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Adding code to fit and subtraction pattern noise; intended to replace tiltystreaks.

File:
1 edited

Legend:

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

    r24817 r24891  
    2525USE.DEBURNED.IMAGE BOOL    FALSE           # use burntool-repaired image?
    2626TILTYSTREAK.APPLY  BOOL    FALSE           # apply the 'tiltystreak' tool
     27
     28PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
     29PATTERN.ORDER      S32     1               # Polynomial order
     30PATTERN.ITER       S32     3               # Rejection iterations
     31PATTERN.REJ        F32     2.0             # Rejection threshold
     32PATTERN.MEAN       STR     ROBUST_MEDIAN   # Statistic for mean
     33PATTERN.STDEV      STR     ROBUST_STDEV    # Statistic for standard deviation
     34
    2735
    2836TILTYSTREAK.BY.CLASS METADATA              # apply the 'tiltystreak' tool
Note: See TracChangeset for help on using the changeset viewer.