IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30678


Ignore:
Timestamp:
Feb 17, 2011, 3:23:29 PM (15 years ago)
Author:
eugene
Message:

merge changes from the trunk

Location:
branches/eam_branches/ipp-20110213/ippconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippconfig/gpc1/ppStack.config

    r29766 r30678  
    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/eam_branches/ipp-20110213/ippconfig/recipes/fitstypes.mdc

    r29021 r30678  
    9898        NOISE           S32     8
    9999END
     100# Compressed log flux image for stacks.
     101COMP_STACK     METADATA
     102        BITPIX          S32     16
     103        SCALING         STR     LOG_STDEV_POSITIVE
     104        STDEV.BITS      S32     4
     105        STDEV.NUM       F32     10
     106        COMPRESSION     STR     RICE
     107        TILE.X          S32     0
     108        TILE.Y          S32     1
     109        TILE.Z          S32     1
     110        NOISE           S32     8
     111END
    100112
    101113# Compressed exposure image
  • branches/eam_branches/ipp-20110213/ippconfig/recipes/ppStack.config

    r29766 r30678  
    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/eam_branches/ipp-20110213/ippconfig/recipes/reductionClasses.mdc

    r29986 r30678  
    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.