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