IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35337 for trunk/ippconfig


Ignore:
Timestamp:
Mar 31, 2013, 1:16:55 AM (13 years ago)
Author:
mhuber
Message:

adding a no cuts all deep stack reduction

Location:
trunk/ippconfig
Files:
3 edited

Legend:

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

    r34125 r35337  
    5656END
    5757
     58STACK_ALLDEEP    METADATA                  # N>>20 inputs, typically MD fields, no cuts
     59    OUTPUT.NOCOMP           BOOL  TRUE
     60    OUTPUT.LOGFLUX          BOOL  FALSE
     61    OUTPUT.REPLICATE        BOOL  TRUE
     62END
     63
    5864# Recipe overrides for STACK
    5965STACKPHOT METADATA
  • trunk/ippconfig/recipes/ppStack.config

    r34860 r35337  
    159159END
    160160
     161STACK_ALLDEEP   METADATA
     162END
     163
    161164TEST1 METADATA
    162165  PSF.AUTOSIZE    BOOL  FALSE           # Determine output PSF size from input PSFs?
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r35239 r35337  
    550550       STACK_PPSUB     STR      STACK
    551551       STACK_PSPHOT    STR      STACK
     552END
     553
     554# all/deep stacks
     555ALLDEEP_STACK            METADATA
     556        STACK_PPSTACK           STR     STACK_ALLDEEP
     557        STACK_PPSUB             STR     STACK
     558        STACK_PSPHOT            STR     STACK
     559        STACKPHOT_PSPHOT        STR     STACKPHOT
     560        STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
    552561END
    553562
Note: See TracChangeset for help on using the changeset viewer.