IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 3:29:59 PM (17 years ago)
Author:
Paul Price
Message:

Adding MATCH.REJ (Rejection threshold for chi2 values from matching).

File:
1 edited

Legend:

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

    r20501 r20658  
    1010THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
    1111IMAGE.REJ       F32     0.2             # Rejected pixel fraction threshold for rejecting entire image
     12MATCH.REJ       F32     3.0             # Rejection threshold for chi^2 values from matching
    1213ROWS            S32     64              # Number of rows to read at once
    1314VARIANCE        BOOL    TRUE            # Use variance in rejection?
     
    3233PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
    3334
    34 TEMP.DIR        STR     /tmp            # Directory for temporary images
     35TEMP.DIR        STR     ./              # Directory for temporary images
    3536TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
    3637TEMP.MASK       STR     conv.mk.fits    # Suffix for temporary convolved masks
    3738TEMP.WEIGHT     STR     conv.wt.fits    # Suffix for temporary convolved weight maps
    38 TEMP.DELETE     BOOL    TRUE            # Delete temporary files on completion?
     39TEMP.DELETE     BOOL    FALSE           # Delete temporary files on completion?
    3940
    4041ZP              BOOL    TRUE            # Calculate ZP using own photometry?
Note: See TracChangeset for help on using the changeset viewer.