IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17220


Ignore:
Timestamp:
Mar 28, 2008, 4:24:07 PM (18 years ago)
Author:
Paul Price
Message:

Mask bad shutter correction pixels, use weights when combining detrends

Location:
branches/pap_branch_080320/ippconfig/recipes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ippconfig/recipes/ppImage.config

    r17187 r17220  
    1111FLAT             BOOL    TRUE            # Flat-field normalisation
    1212MASK             BOOL    FALSE           # Mask bad pixels
    13 MASK.VALUE       STR     SAT,BAD         # Mask pixels with these attributes
     13MASK.VALUE       STR     SAT,BAD,FLAT    # Mask pixels with these attributes
    1414MASK.BUILD       BOOL    FALSE           # Build internal mask image
    1515REPLACE.MASKED   BOOL    FALSE           # Fill in masked pixels
  • branches/pap_branch_080320/ippconfig/recipes/ppMerge.config

    r17185 r17220  
    5353        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
    5454        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    55         WEIGHTS         BOOL    FALSE           # Use image weights?
     55        WEIGHTS         BOOL    TRUE            # Use image weights?
    5656        COMBINE         STR     CLIPPED         # Statistic to use for combination:
    5757END
     
    6464        FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    6565        NKEEP           S32     5               # Minimum number of pixels in stack to keep
    66         WEIGHTS         BOOL    FALSE           # Use image weights?
     66        WEIGHTS         BOOL    TRUE            # Use image weights?
    6767        COMBINE         STR     MEAN            # Statistic to use for combination:
    6868END
     
    7272PPMERGE_FRINGE  METADATA
    7373        FRACHIGH        F32     0.1             # Fraction of high pixels to reject immediately
    74         WEIGHTS         BOOL    FALSE           # Use image weights?
     74        WEIGHTS         BOOL    TRUE            # Use image weights?
    7575END
    7676
  • branches/pap_branch_080320/ippconfig/recipes/ppStats.config

    r16254 r17220  
    33# Options governing statistics
    44SAMPLE          F32     0.1     # Fraction of cell to sample
    5 MASKVAL         STR     SAT,BAD # Mask value to use for statistics
     5MASKVAL         STR     SAT,BAD,FLAT # Mask value to use for statistics
    66
    77# Define the outputs as MULTI
Note: See TracChangeset for help on using the changeset viewer.