IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24658


Ignore:
Timestamp:
Jul 2, 2009, 4:07:15 PM (17 years ago)
Author:
eugene
Message:

change NOISEMAP recipe class to NOISY (otherwise it collides with the BOOL value)

Location:
trunk/ippconfig
Files:
3 edited

Legend:

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

    r24641 r24658  
    186186
    187187# Standard chip processing with noisemap activated
    188 NOISEMAP             METADATA
     188NOISY                METADATA
    189189  BASE.FITS          BOOL    TRUE            # Save base detrended image?
    190190  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
  • trunk/ippconfig/recipes/ppImage.config

    r24641 r24658  
    168168
    169169# Standard chip processing with noisemap options (define by camera)
    170 NOISEMAP        METADATA
     170NOISY   METADATA
    171171  BASE.FITS          BOOL    FALSE           # Save base detrended image?
    172172  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r24633 r24658  
    160160END
    161161
     162# basic science analysis : test of GPC1 with noisemap & no tiltystreak
     163STDSCIENCE_T0   METADATA
     164        CHIP_PPIMAGE    STR     NOISY
     165        CHIP_PSPHOT     STR     CHIP
     166        WARP_PSWARP     STR     WARP
     167        STACK_PPSTACK   STR     STACK
     168        STACK_PPSUB     STR     STACK
     169        STACK_PSPHOT    STR     STACK
     170        DIFF_PPSUB      STR     DIFF
     171        DIFF_PSPHOT     STR     DIFF
     172        JPEG_BIN1       STR     PPIMAGE_J1
     173        JPEG_BIN2       STR     PPIMAGE_J2
     174        FAKEPHOT        STR     FAKEPHOT
     175        ADDSTAR         STR     ADDSTAR
     176        PSASTRO         STR     DEFAULT_RECIPE
     177END
     178
    162179# photometry for pre-detrended images
    163180PROCESSED       METADATA
     
    275292END
    276293
     294WARPWARP METADATA
     295        DIFF_PPSUB      STR     WARPWARP
     296END
    277297
    278298# Intended for fast processing to make PR images
Note: See TracChangeset for help on using the changeset viewer.