Changeset 16188 for trunk/ippconfig/ucam/camera.config
- Timestamp:
- Jan 22, 2008, 5:15:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/ucam/camera.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/ucam/camera.config
r15181 r16188 44 44 # Recipes for ppImage 45 45 # PPIMAGE STR ucam/ppImage.config # Default: all (normal) options on 46 END 47 48 FITS METADATA 49 # BITPIX is the bits per pixel for writing the output data 50 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 51 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 52 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 53 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 54 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 55 56 # BITPIX(S32) is the bits per pixel for writing the output data 57 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 58 # TILE.[XYZ](S32) are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 59 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data 60 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 61 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 62 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme 63 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL) 64 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL) 65 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*) 66 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE) 67 # FLOAT(STR) is the name of a custom floating-point type 68 69 DET_IMAGE METADATA 70 BITPIX S32 -32 71 END 72 DET_MASK METADATA 73 BITPIX S32 8 74 END 75 DET_WEIGHT METADATA 76 BITPIX S32 -32 77 END 78 79 SKY_IMAGE METADATA 80 BITPIX S32 -32 81 END 82 SKY_MASK METADATA 83 BITPIX S32 8 84 END 85 SKY_WEIGHT METADATA 86 BITPIX S32 -32 87 END 88 89 COMPRESSED_POSITIVE METADATA 90 BITPIX S32 16 91 SCALING STR SIGMA_POSITIVE 92 SIGMA.BITS S32 4 93 SIGMA.NUM F32 10 94 COMPRESSSION STR RICE 95 TILE.X S32 0 96 TILE.Y S32 1 97 TILE.Z S32 1 98 END 99 COMPRESSED_MASK METADATA 100 COMPRESSION STR PLIO 101 TILE.X S32 0 102 TILE.Y S32 1 103 TILE.Z S32 1 104 END 105 COMPRESSED_SUBTRACTION METADATA 106 BITPIX S32 16 107 SCALING STR SIGMA_BOTH 108 SIGMA.BITS S32 4 109 SIGMA.NUM F32 5 110 COMPRESSION STR RICE 111 TILE.X S32 0 112 TILE.Y S32 1 113 TILE.Z S32 1 114 END 115 46 116 END 47 117
Note:
See TracChangeset
for help on using the changeset viewer.
