IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2008, 5:38:21 PM (18 years ago)
Author:
Paul Price
Message:

Adding recipe options to choose the suffix for temporary files.

File:
1 edited

Legend:

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

    r16683 r16704  
    33ITER            S32     1               # Number of rejection iterations
    44COMBINE.REJ     F32     2.0             # Rejection threshold in combination (sigma)
    5 CONVOLVE.REJ    F32     10.0            # Rejection threshold in convolution (sigma)
     5CONVOLVE.REJ    F32     5.0             # Rejection threshold in convolution (sigma)
    66EXTENT          F32     3.0             # Extent of Gaussian convolution (sigma)
    77MASK.BAD        STR     BLANK,SAT,BAD   # Mask value of bad pixels
     
    1616PSF.ORDER       S32     3               # Order of spatial variation for PSF generation
    1717PSF.MODEL       STR     PS_MODEL_RGAUSS # Model for PSF generation
     18
     19TEMP.IMAGE      STR     conv.im.fits    # Suffix for convolved images
     20TEMP.MASK       STR     conv.mk.fits    # Suffix for convolved masks
     21TEMP.IMAGE      STR     conv.wt.fits    # Suffix for convolved weight maps
     22TEMP.DELETE     BOOL    TRUE            # Delete temporary files on completion?
Note: See TracChangeset for help on using the changeset viewer.