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