IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2010, 2:02:19 PM (16 years ago)
Author:
Paul Price
Message:

Add ppImage recipe (with associated reduction class) that will preserve the background.

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r26902 r26914  
    17451745END
    17461746
    1747 # Standard chip processing with pattern subtraction
    1748 CHIP_PATTERN    METADATA
     1747# Standard chip processing without any background removal
     1748CHIP_PRESERVE_BG        METADATA
    17491749  BASE.FITS          BOOL    FALSE           # Save base detrended image?
    17501750  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     
    17671767  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
    17681768  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
    1769   BACKGROUND         BOOL    TRUE            # Subtract background?
    1770 END
     1769  BACKGROUND         BOOL    FALSE           # Subtract background?
     1770END
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r26902 r26914  
    145145DEFAULT         METADATA
    146146        CHIP_PPIMAGE    STR     CHIP
     147        CHIP_PSPHOT     STR     CHIP
     148        WARP_PSWARP     STR     WARP
     149        STACK_PPSTACK   STR     STACK
     150        STACK_PPSUB     STR     STACK
     151        STACK_PSPHOT    STR     STACK
     152        DIFF_PPSUB      STR     DIFF
     153        DIFF_PSPHOT     STR     DIFF
     154        JPEG_BIN1       STR     PPIMAGE_J1
     155        JPEG_BIN2       STR     PPIMAGE_J2
     156        FAKEPHOT        STR     FAKEPHOT
     157        ADDSTAR         STR     ADDSTAR
     158        PSASTRO         STR     DEFAULT_RECIPE
     159END
     160
     161# No background removal
     162PRESERVE_BG     METADATA
     163        CHIP_PPIMAGE    STR     CHIP_PRESERVE_BG
    147164        CHIP_PSPHOT     STR     CHIP
    148165        WARP_PSWARP     STR     WARP
Note: See TracChangeset for help on using the changeset viewer.