IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24405


Ignore:
Timestamp:
Jun 15, 2009, 10:58:20 AM (17 years ago)
Author:
beaumont
Message:

added pr reduction class

Location:
trunk/ippconfig/recipes
Files:
4 edited

Legend:

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

    r24364 r24405  
    7474        TEMP.DELETE     BOOL    FALSE           # Delete temporary files on completion?
    7575END
     76
     77# Faster processing for PR images
     78PR      METADATA
     79        CONVOLVE        BOOL    FALSE
     80END
  • trunk/ippconfig/recipes/ppSub.config

    r24360 r24405  
    6767        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
    6868END
     69
     70#PR image class
     71PR              METADATA
     72        PHOTOMETRY      BOOL    FALSE
     73END
  • trunk/ippconfig/recipes/psphot.config

    r24402 r24405  
    283283DIFF    METADATA
    284284END
     285
     286
     287# Recipe overrides for PR reduction
     288PR      METADATA
     289        FULL_FIT_SN_LIM         F32     100.0
     290END
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r24063 r24405  
    251251        ADDSTAR         STR     ADDSTAR
    252252END
     253
     254
     255# Intended for fast processing to make PR images
     256PR              METADATA
     257        CHIP_PPIMAGE    STR     CHIP
     258        CHIP_PSPHOT     STR     PR
     259        STACK_PPSTACK   STR     PR
     260        STACK_PPSUB     STR     PR
     261        STACK_PSPHOT    STR     PR
     262END
Note: See TracChangeset for help on using the changeset viewer.