IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 7:19:07 PM (17 years ago)
Author:
Paul Price
Message:

Had saved debugging temp values as the global values!

File:
1 edited

Legend:

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

    r20660 r20680  
    3333PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
    3434
    35 TEMP.DIR        STR     ./              # Directory for temporary images
     35TEMP.DIR        STR     /tmp            # Directory for temporary images
    3636TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
    3737TEMP.MASK       STR     conv.mk.fits    # Suffix for temporary convolved masks
    3838TEMP.WEIGHT     STR     conv.wt.fits    # Suffix for temporary convolved weight maps
    39 TEMP.DELETE     BOOL    FALSE           # Delete temporary files on completion?
     39TEMP.DELETE     BOOL    TRUE            # Delete temporary files on completion?
    4040
    4141ZP              BOOL    TRUE            # Calculate ZP using own photometry?
     
    4747STACK   METADATA
    4848END
     49
     50
     51# Debugging
     52DEBUG   METADATA
     53        TEMP.DIR        STR     ./              # Directory for temporary images
     54        TEMP.DELETE     BOOL    FALSE           # Delete temporary files on completion?
     55END
Note: See TracChangeset for help on using the changeset viewer.