Changeset 15628
- Timestamp:
- Nov 15, 2007, 2:59:39 PM (18 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 2 edited
-
megacam/camera.config (modified) (1 diff)
-
simtest/camera.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/megacam/camera.config
r15616 r15628 212 212 FITS METADATA 213 213 # BITPIX is the bits per pixel for writing the output data 214 # COMP RESSION= NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm214 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 215 215 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 216 216 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 217 217 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 218 218 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 219 TYPE FITS BITPIX COMPRESSIONTILE.X TILE.Y TILE.Z NOISE HSCALE HSMOOTH220 DET_IMAGE FITS -32 RICE0 1 1 16 0 0221 DET_MASK FITS 8 PLIO0 1 1 0 0 0222 DET_WEIGHT FITS -32 RICE0 1 1 16 0 0223 SKY_IMAGE FITS -32 RICE0 1 1 16 0 0224 SKY_MASK FITS 8 PLIO0 1 1 0 0 0225 SKY_WEIGHT FITS -32 RICE0 1 1 16 0 0219 TYPE FITS FLOAT BITPIX COMP TILE.X TILE.Y TILE.Z NOISE HSCALE HSMOOTH 220 DET_IMAGE FITS NONE -32 RICE 0 1 1 16 0 0 221 DET_MASK FITS NONE 8 PLIO 0 1 1 0 0 0 222 DET_WEIGHT FITS NONE -32 RICE 0 1 1 16 0 0 223 SKY_IMAGE FITS NONE -32 RICE 0 1 1 16 0 0 224 SKY_MASK FITS NONE 8 PLIO 0 1 1 0 0 0 225 SKY_WEIGHT FITS NONE -32 RICE 0 1 1 16 0 0 226 226 END 227 227 -
trunk/ippconfig/simtest/camera.config
r15616 r15628 136 136 137 137 FITS METADATA 138 # FLOAT is the name of a custom floating-point scheme, or NONE 138 139 # BITPIX is the bits per pixel for writing the output data 139 # COMP RESSION= NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm140 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 140 141 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 141 142 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 142 143 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 143 144 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 144 TYPE FITS BITPIX COMPRESSIONTILE.X TILE.Y TILE.Z NOISE HSCALE HSMOOTH145 DET_IMAGE FITS -32 RICE0 1 1 16 0 0146 DET_MASK FITS 8 PLIO0 1 1 0 0 0147 DET_WEIGHT FITS -32 RICE0 1 1 16 0 0148 SKY_IMAGE FITS -32 RICE0 1 1 16 0 0149 SKY_MASK FITS 8 PLIO0 1 1 0 0 0150 SKY_WEIGHT FITS -32 RICE0 1 1 16 0 0145 TYPE FITS FLOAT BITPIX COMP TILE.X TILE.Y TILE.Z NOISE HSCALE HSMOOTH 146 DET_IMAGE FITS NONE -32 RICE 0 1 1 16 0 0 147 DET_MASK FITS NONE 8 PLIO 0 1 1 0 0 0 148 DET_WEIGHT FITS NONE -32 RICE 0 1 1 16 0 0 149 SKY_IMAGE FITS NONE -32 RICE 0 1 1 16 0 0 150 SKY_MASK FITS NONE 8 PLIO 0 1 1 0 0 0 151 SKY_WEIGHT FITS NONE -32 RICE 0 1 1 16 0 0 151 152 END 152 153
Note:
See TracChangeset
for help on using the changeset viewer.
