Changeset 30678
- Timestamp:
- Feb 17, 2011, 3:23:29 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippconfig
- Files:
-
- 4 edited
-
gpc1/ppStack.config (modified) (1 diff)
-
recipes/fitstypes.mdc (modified) (1 diff)
-
recipes/ppStack.config (modified) (1 diff)
-
recipes/reductionClasses.mdc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippconfig/gpc1/ppStack.config
r29766 r30678 20 20 PS1_REFERENCE METADATA 21 21 OUTPUT.NOCOMP BOOL TRUE 22 OUTPUT.LOGFLUX BOOL FALSE 22 23 END 24 25 STACK_DEEP METADATA 26 OUTPUT.NOCOMP BOOL TRUE 27 OUTPUT.LOGFLUX BOOL FALSE 28 END 29 30 STACK_NIGHTLY METADATA 31 OUTPUT.NOCOMP BOOL FALSE 32 OUTPUT.LOGFLUX BOOL FALSE 33 END 34 35 STACK_THREEPI METADATA 36 OUTPUT.NOCOMP BOOL FALSE 37 OUTPUT.LOGFLUX BOOL TRUE 38 END -
branches/eam_branches/ipp-20110213/ippconfig/recipes/fitstypes.mdc
r29021 r30678 98 98 NOISE S32 8 99 99 END 100 # Compressed log flux image for stacks. 101 COMP_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 111 END 100 112 101 113 # Compressed exposure image -
branches/eam_branches/ipp-20110213/ippconfig/recipes/ppStack.config
r29766 r30678 112 112 PHOTOMETRY BOOL FALSE # Do basic photometry? 113 113 END 114 115 116 # 117 118 STACK_DEEP METADATA 119 END 120 121 STACK_NIGHTLY METADATA 122 END 123 124 STACK_THREEPI METADATA 125 END -
branches/eam_branches/ipp-20110213/ippconfig/recipes/reductionClasses.mdc
r29986 r30678 192 192 JPEG_BIN1 STR PPIMAGE_J1 193 193 JPEG_BIN2 STR PPIMAGE_J2 194 END 195 196 # reduction classes for different stacks 197 # regular stacks 198 NIGHTLY_STACK METADATA 199 STACK_PPSTACK STR STACK_NIGHTLY 200 STACK_PPSUB STR STACK 201 STACK_PSPHOT STR STACK 202 END 203 204 # deep stacks 205 DEEP_STACK METADATA 206 STACK_PPSTACK STR STACK_DEEP 207 STACK_PPSUB STR STACK 208 STACK_PSPHOT STR STACK 209 END 210 211 # three pi stacks 212 THREEPI_STACK METADATA 213 STACK_PPSTACK STR STACK_THREEPI 214 STACK_PPSUB STR STACK 215 STACK_PSPHOT STR STACK 194 216 END 195 217
Note:
See TracChangeset
for help on using the changeset viewer.
