IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2011, 3:13:28 PM (15 years ago)
Author:
watersc1
Message:

finished with logflux code, but haven't run any tests to confirm that the new stacking recipes work as designed.

Location:
branches/czw_branch/20101203/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20101203/ippconfig/gpc1/ppStack.config

    r29766 r30419  
    2020PS1_REFERENCE METADATA
    2121    OUTPUT.NOCOMP   BOOL    TRUE
     22    OUTPUT.LOGFLUX  BOOL    FALSE
    2223END
     24
     25STACK_DEEP    METADATA
     26    OUTPUT.NOCOMP   BOOL    TRUE
     27    OUTPUT.LOGFLUX  BOOL    FALSE
     28END
     29
     30STACK_NIGHTLY  METADATA
     31    OUTPUT.NOCOMP   BOOL    FALSE
     32    OUTPUT.LOGFLUX  BOOL    FALSE
     33END
     34
     35STACK_THREEPI  METADATA
     36    OUTPUT.NOCOMP   BOOL    FALSE
     37    OUTPUT.LOGFLUX  BOOL    TRUE
     38END
  • branches/czw_branch/20101203/ippconfig/recipes/ppStack.config

    r29766 r30419  
    112112        PHOTOMETRY          BOOL  FALSE           # Do basic photometry?
    113113END
     114
     115
     116#
     117
     118STACK_DEEP    METADATA
     119END
     120
     121STACK_NIGHTLY  METADATA
     122END
     123
     124STACK_THREEPI  METADATA
     125END
  • branches/czw_branch/20101203/ippconfig/recipes/reductionClasses.mdc

    r30118 r30419  
    192192        JPEG_BIN1       STR     PPIMAGE_J1
    193193        JPEG_BIN2       STR     PPIMAGE_J2
     194END
     195
     196# reduction classes for different stacks
     197# regular stacks
     198NIGHTLY_STACK         METADATA
     199      STACK_PPSTACK   STR      STACK_NIGHTLY
     200      STACK_PPSUB     STR      STACK
     201      STACK_PSPHOT    STR      STACK
     202END
     203
     204# deep stacks
     205DEEP_STACK            METADATA
     206      STACK_PPSTACK   STR      STACK_DEEP
     207      STACK_PPSUB     STR      STACK
     208      STACK_PSPHOT    STR      STACK
     209END
     210
     211# three pi stacks
     212THREEPI_STACK         METADATA
     213      STACK_PPSTACK   STR      STACK_THREEPI
     214      STACK_PPSUB     STR      STACK
     215      STACK_PSPHOT    STR      STACK
    194216END
    195217
Note: See TracChangeset for help on using the changeset viewer.