IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 3:06:24 PM (17 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate. Not changing extension of weight outputs (.wt.fits) yet --- doing so would break our ability to find current files using path_base. Gene says that around April, we will start fresh, and we can revisit the names then.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/ippconfig/recipes/ppMerge.config

    r18563 r21227  
    99FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    11 WEIGHTS         BOOL    FALSE           # Use image weights in combination?
     11VARIANCES       BOOL    FALSE           # Use image variances in combination?
    1212FRINGE.NUM      S32     10000           # Number of fringe regions
    1313FRINGE.SIZE     S32     5               # Half-size of fringe regions
     
    4444        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
    4545        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    46         WEIGHTS         BOOL    FALSE           # Use image weights?
     46        VARIANCES       BOOL    FALSE           # Use image variances?
    4747        COMBINE         STR     CLIPPED         # Statistic to use for combination:
    4848END
     
    5656        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
    5757        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    58         WEIGHTS         BOOL    TRUE            # Use image weights?
     58        VARIANCES       BOOL    TRUE            # Use image variances?
    5959        COMBINE         STR     CLIPPED         # Statistic to use for combination:
    6060END
     
    6767        FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    6868        NKEEP           S32     5               # Minimum number of pixels in stack to keep
    69         WEIGHTS         BOOL    TRUE            # Use image weights?
     69        VARIANCES       BOOL    TRUE            # Use image variances?
    7070        COMBINE         STR     MEAN            # Statistic to use for combination:
    7171END
     
    7575PPMERGE_FRINGE  METADATA
    7676        FRACHIGH        F32     0.1             # Fraction of high pixels to reject immediately
    77         WEIGHTS         BOOL    TRUE            # Use image weights?
     77        VARIANCES       BOOL    TRUE            # Use image variances?
    7878END
    7979
Note: See TracChangeset for help on using the changeset viewer.