IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2010, 2:27:07 PM (16 years ago)
Author:
Paul Price
Message:

Make 1/noise2 weighting optional. This is an attempt to reduce the massive print-through with PR images of M42, where there is no background subtraction.

File:
1 edited

Legend:

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

    r26902 r27105  
    2424VARIANCE        BOOL    TRUE            # Use variance in rejection?
    2525SAFE            BOOL    TRUE            # Play safe when combining small number of values?
     26WEIGHTS         BOOL    TRUE            # Use 1/noise^2 weighting?
    2627BIN1            S32     4               # Binning factor for first level
    2728BIN2            S32     4               # Binning factor for second level
     
    8485# Faster processing for PR images
    8586PR      METADATA
    86         IMAGE.REJ           F32   0.5   
     87        IMAGE.REJ           F32   0.5
     88        WEIGHTS             BOOL  FALSE
    8789        CONVOLVE            BOOL  FALSE
    8890        SKIP.BG.SUB         BOOL  FALSE
Note: See TracChangeset for help on using the changeset viewer.