- Timestamp:
- Apr 28, 2008, 11:11:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080408/ippconfig/esowfi/camera.config
r17479 r17486 69 69 REDUCTION STR recipes/reductionClasses.mdc 70 70 71 FITS METADATA 72 # BITPIX is the bits per pixel for writing the output data 73 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 74 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 75 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 76 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 77 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 78 79 # BITPIX(S32) is the bits per pixel for writing the output data 80 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 81 # TILE.[XYZ](S32) are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 82 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data 83 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 84 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 85 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme 86 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL) 87 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL) 88 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*) 89 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE) 90 # FLOAT(STR) is the name of a custom floating-point type 91 92 DET_IMAGE METADATA 93 BITPIX S32 -32 94 END 95 DET_MASK METADATA 96 BITPIX S32 8 97 END 98 DET_WEIGHT METADATA 99 BITPIX S32 -32 100 END 101 102 SKY_IMAGE METADATA 103 BITPIX S32 -32 104 END 105 SKY_MASK METADATA 106 BITPIX S32 8 107 END 108 SKY_WEIGHT METADATA 109 BITPIX S32 -32 110 END 111 112 COMPRESSED_POSITIVE METADATA 113 BITPIX S32 16 114 SCALING STR STDEV_POSITIVE 115 STDEV.BITS S32 4 116 STDEV.NUM F32 10 117 COMPRESSION STR RICE 118 TILE.X S32 0 119 TILE.Y S32 1 120 TILE.Z S32 1 121 NOISE S32 8 122 END 123 COMPRESSED_MASK METADATA 124 COMPRESSION STR PLIO 125 TILE.X S32 0 126 TILE.Y S32 1 127 TILE.Z S32 1 128 NOISE S32 8 129 END 130 COMPRESSED_SUBTRACTION METADATA 131 BITPIX S32 16 132 SCALING STR STDEV_BOTH 133 STDEV.BITS S32 4 134 STDEV.NUM F32 5 135 COMPRESSION STR RICE 136 TILE.X S32 0 137 TILE.Y S32 1 138 TILE.Z S32 1 139 NOISE S32 8 140 END 141 142 END 71 FITSTYPES STR recipes/fitstypes.mdc 143 72 144 73 FILERULES STR recipes/filerules-mef.mdc # File rules appropriate for MEF format
Note:
See TracChangeset
for help on using the changeset viewer.
