Changeset 17482
- Timestamp:
- Apr 28, 2008, 10:21:47 AM (18 years ago)
- Location:
- branches/eam_branch_20080408/ippconfig
- Files:
-
- 1 added
- 6 deleted
- 15 edited
-
cfh12k/Makefile.am (modified) (1 diff)
-
cfh12k/camera.config (modified) (1 diff)
-
cfh12k/filerules-mef.mdc (deleted)
-
esowfi/Makefile.am (modified) (1 diff)
-
esowfi/filerules-mef.mdc (deleted)
-
gpc1/Makefile.am (modified) (1 diff)
-
gpc1/camera.config (modified) (1 diff)
-
isp/camera.config (modified) (1 diff)
-
lbc_red/Makefile.am (modified) (1 diff)
-
megacam/Makefile.am (modified) (1 diff)
-
megacam/filerules-mef.mdc (deleted)
-
mosaic2/Makefile.am (modified) (1 diff)
-
mosaic2/filerules-mef.mdc (deleted)
-
recipes/Makefile.am (modified) (1 diff)
-
recipes/filerules-split.mdc (modified) (5 diffs)
-
recipes/fitstypes.mdc (added)
-
simple/Makefile.am (modified) (1 diff)
-
simple/camera.config (modified) (1 diff)
-
simple/filerules.mdc (deleted)
-
simtest/Makefile.am (modified) (1 diff)
-
simtest/camera.config (modified) (1 diff)
-
simtest/filerules.mdc (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080408/ippconfig/cfh12k/Makefile.am
r17294 r17482 12 12 format_split_early.config \ 13 13 format_split_cmf.config \ 14 filerules-mef.mdc \15 14 ppImage.config \ 16 15 ppMerge.config \ -
branches/eam_branch_20080408/ippconfig/cfh12k/camera.config
r17479 r17482 111 111 REDUCTION STR recipes/reductionClasses.mdc 112 112 113 FITS METADATA 114 # BITPIX is the bits per pixel for writing the output data 115 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 116 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 117 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 118 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 119 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 120 121 # BITPIX(S32) is the bits per pixel for writing the output data 122 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 123 # TILE.[XYZ](S32) are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 124 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data 125 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 126 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 127 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme 128 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL) 129 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL) 130 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*) 131 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE) 132 # FLOAT(STR) is the name of a custom floating-point type 133 134 DET_IMAGE METADATA 135 BITPIX S32 -32 136 END 137 DET_MASK METADATA 138 BITPIX S32 8 139 END 140 DET_WEIGHT METADATA 141 BITPIX S32 -32 142 END 143 144 SKY_IMAGE METADATA 145 BITPIX S32 -32 146 END 147 SKY_MASK METADATA 148 BITPIX S32 8 149 END 150 SKY_WEIGHT METADATA 151 BITPIX S32 -32 152 END 153 154 # Compressed positive image 155 COMP_IMG METADATA 156 BITPIX S32 16 157 SCALING STR STDEV_POSITIVE 158 STDEV.BITS S32 4 159 STDEV.NUM F32 10 160 COMPRESSION STR RICE 161 TILE.X S32 0 162 TILE.Y S32 1 163 TILE.Z S32 1 164 NOISE S32 8 165 END 166 # Compressed mask 167 COMP_MASK METADATA 168 BITPIX S32 8 169 COMPRESSION STR PLIO 170 TILE.X S32 0 171 TILE.Y S32 1 172 TILE.Z S32 1 173 NOISE S32 8 174 END 175 # Compressed weight image 176 COMP_WT METADATA 177 BITPIX S32 16 178 SCALING STR STDEV_POSITIVE 179 STDEV.BITS S32 4 180 STDEV.NUM F32 10 181 COMPRESSION STR RICE 182 TILE.X S32 0 183 TILE.Y S32 1 184 TILE.Z S32 1 185 NOISE S32 8 186 END 187 # Compressed subtraction image 188 COMP_SUB METADATA 189 BITPIX S32 16 190 SCALING STR STDEV_BOTH 191 STDEV.BITS S32 4 192 STDEV.NUM F32 5 193 COMPRESSION STR RICE 194 TILE.X S32 0 195 TILE.Y S32 1 196 TILE.Z S32 1 197 NOISE S32 8 198 END 199 200 END 113 FITS STR recipes/fitstypes.mdc 201 114 202 115 FILERULES STR recipes/filerules-mef.mdc # File rules appropriate for MEF format -
branches/eam_branch_20080408/ippconfig/esowfi/Makefile.am
r17067 r17482 10 10 psphot.config \ 11 11 psastro.config \ 12 rejections.config \ 13 filerules-mef.mdc 12 rejections.config 14 13 15 14 install_DATA = $(install_files) -
branches/eam_branch_20080408/ippconfig/gpc1/Makefile.am
r16484 r17482 8 8 format_raw.config \ 9 9 format_mef.config \ 10 filerules.mdc \11 10 ppImage.config \ 12 11 ppMerge.config \ -
branches/eam_branch_20080408/ippconfig/gpc1/camera.config
r17481 r17482 103 103 REDUCTION STR recipes/reductionClasses.mdc 104 104 105 FITS METADATA 106 # BITPIX is the bits per pixel for writing the output data 107 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 108 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 109 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 110 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 111 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 112 113 # BITPIX(S32) is the bits per pixel for writing the output data 114 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 115 # TILE.[XYZ](S32) are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 116 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data 117 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 118 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 119 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme 120 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL) 121 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL) 122 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*) 123 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE) 124 # FLOAT(STR) is the name of a custom floating-point type 125 126 DET_IMAGE METADATA 127 BITPIX S32 -32 128 END 129 DET_MASK METADATA 130 BITPIX S32 8 131 END 132 DET_WEIGHT METADATA 133 BITPIX S32 -32 134 END 135 136 SKY_IMAGE METADATA 137 BITPIX S32 -32 138 END 139 SKY_MASK METADATA 140 BITPIX S32 8 141 END 142 SKY_WEIGHT METADATA 143 BITPIX S32 -32 144 END 145 146 COMP_POS METADATA 147 BITPIX S32 16 148 SCALING STR STDEV_POSITIVE 149 STDEV.BITS S32 4 150 STDEV.NUM F32 10 151 COMPRESSION STR RICE 152 TILE.X S32 0 153 TILE.Y S32 1 154 TILE.Z S32 1 155 NOISE S32 8 156 END 157 COMP_MASK METADATA 158 BITPIX S32 8 159 COMPRESSION STR PLIO 160 TILE.X S32 0 161 TILE.Y S32 1 162 TILE.Z S32 1 163 NOISE S32 8 164 END 165 COMP_SUB METADATA 166 BITPIX S32 16 167 SCALING STR STDEV_BOTH 168 STDEV.BITS S32 4 169 STDEV.NUM F32 5 170 COMPRESSION STR RICE 171 TILE.X S32 0 172 TILE.Y S32 1 173 TILE.Z S32 1 174 NOISE S32 8 175 END 176 177 END 105 FITS STR recipes/fitstypes.mdc 178 106 179 107 FILERULES STR recipes/filerules-split.mdc -
branches/eam_branch_20080408/ippconfig/isp/camera.config
r17481 r17482 53 53 REDUCTION STR recipes/reductionClasses.mdc 54 54 55 FITS METADATA 56 # BITPIX is the bits per pixel for writing the output data 57 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 58 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 59 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 60 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 61 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 62 63 # BITPIX(S32) is the bits per pixel for writing the output data 64 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 65 # TILE.[XYZ](S32) are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 66 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data 67 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 68 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 69 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme 70 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL) 71 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL) 72 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*) 73 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE) 74 # FLOAT(STR) is the name of a custom floating-point type 75 76 DET_IMAGE METADATA 77 BITPIX S32 -32 78 END 79 DET_MASK METADATA 80 BITPIX S32 8 81 END 82 DET_WEIGHT METADATA 83 BITPIX S32 -32 84 END 85 86 SKY_IMAGE METADATA 87 BITPIX S32 -32 88 END 89 SKY_MASK METADATA 90 BITPIX S32 8 91 END 92 SKY_WEIGHT METADATA 93 BITPIX S32 -32 94 END 95 96 COMPRESSED_POSITIVE METADATA 97 BITPIX S32 16 98 SCALING STR STDEV_POSITIVE 99 STDEV.BITS S32 4 100 STDEV.NUM F32 10 101 COMPRESSION STR RICE 102 TILE.X S32 0 103 TILE.Y S32 1 104 TILE.Z S32 1 105 NOISE S32 8 106 END 107 COMPRESSED_MASK METADATA 108 COMPRESSION STR PLIO 109 TILE.X S32 0 110 TILE.Y S32 1 111 TILE.Z S32 1 112 NOISE S32 8 113 END 114 COMPRESSED_SUBTRACTION METADATA 115 BITPIX S32 16 116 SCALING STR STDEV_BOTH 117 STDEV.BITS S32 4 118 STDEV.NUM F32 5 119 COMPRESSION STR RICE 120 TILE.X S32 0 121 TILE.Y S32 1 122 TILE.Z S32 1 123 NOISE S32 8 124 END 125 126 END 55 FITS STR recipes/fitstypes.mdc 127 56 128 57 FILERULES STR recipes/filerules-simple.mdc -
branches/eam_branch_20080408/ippconfig/lbc_red/Makefile.am
r17154 r17482 11 11 psastro.config \ 12 12 psphot.config \ 13 rejections.config \ 14 filerules.mdc 13 rejections.config 15 14 16 15 install_DATA = $(install_files) -
branches/eam_branch_20080408/ippconfig/megacam/Makefile.am
r16644 r17482 16 16 psphot.config \ 17 17 pswarp.config \ 18 rejections.config \ 19 filerules-mef.mdc 18 rejections.config 20 19 21 20 install_DATA = $(install_files) -
branches/eam_branch_20080408/ippconfig/mosaic2/Makefile.am
r17388 r17482 6 6 dvo.layout \ 7 7 camera.config \ 8 filerules-mef.mdc \9 8 format.config \ 10 9 ppImage.config \ -
branches/eam_branch_20080408/ippconfig/recipes/Makefile.am
r13726 r17482 3 3 4 4 install_files = \ 5 filerules-simple.mdc \ 6 filerules-mef.mdc \ 7 filerules-split.mdc \ 5 8 masks.config \ 9 reductionClasses.mdc \ 6 10 rejections.config \ 7 11 ppImage.config \ -
branches/eam_branch_20080408/ippconfig/recipes/filerules-split.mdc
r17481 r17482 86 86 ### output file definitions 87 87 TYPE OUTPUT FILENAME.RULE FILE.TYPE FITS.TYPE DATA.LEVEL FILE.SAVE FILE.FORMAT 88 PPIMAGE.OUTPUT OUTPUT {OUTPUT}.{CHIP.NAME}.fits IMAGE COMP_ POSCHIP TRUE NONE88 PPIMAGE.OUTPUT OUTPUT {OUTPUT}.{CHIP.NAME}.fits IMAGE COMP_IMG CHIP TRUE NONE 89 89 PPIMAGE.OUTPUT.MASK OUTPUT {OUTPUT}.{CHIP.NAME}.mk.fits MASK COMP_MASK CHIP TRUE NONE 90 PPIMAGE.OUTPUT.WEIGHT OUTPUT {OUTPUT}.{CHIP.NAME}.wt.fits WEIGHT COMP_ POSCHIP TRUE NONE90 PPIMAGE.OUTPUT.WEIGHT OUTPUT {OUTPUT}.{CHIP.NAME}.wt.fits WEIGHT COMP_WT CHIP TRUE NONE 91 91 PPIMAGE.OUTPUT.DETMASK OUTPUT {OUTPUT}.{CHIP.NAME}.fits IMAGE COMP_MASK CHIP TRUE NONE 92 92 93 PPIMAGE.CHIP OUTPUT {OUTPUT}.{CHIP.NAME}.ch.fits IMAGE COMP_ POSCHIP TRUE NONE93 PPIMAGE.CHIP OUTPUT {OUTPUT}.{CHIP.NAME}.ch.fits IMAGE COMP_IMG CHIP TRUE NONE 94 94 PPIMAGE.CHIP.MASK OUTPUT {OUTPUT}.{CHIP.NAME}.ch.mk.fits MASK COMP_MASK CHIP TRUE NONE 95 PPIMAGE.CHIP.WEIGHT OUTPUT {OUTPUT}.{CHIP.NAME}.ch.wt.fits WEIGHT COMP_ POSCHIP TRUE NONE95 PPIMAGE.CHIP.WEIGHT OUTPUT {OUTPUT}.{CHIP.NAME}.ch.wt.fits WEIGHT COMP_WT CHIP TRUE NONE 96 96 97 97 PPIMAGE.OUTPUT.FPA1 OUTPUT {OUTPUT}.b1.fits IMAGE NONE FPA TRUE NONE … … 120 120 121 121 PSPHOT.RESID OUTPUT {OUTPUT}.{CHIP.NAME}.res.fits IMAGE COMP_SUB CHIP TRUE NONE 122 PSPHOT.BACKGND OUTPUT {OUTPUT}.{CHIP.NAME}.bck.fits IMAGE COMP_ POSCHIP TRUE NONE122 PSPHOT.BACKGND OUTPUT {OUTPUT}.{CHIP.NAME}.bck.fits IMAGE COMP_IMG CHIP TRUE NONE 123 123 PSPHOT.BACKSUB OUTPUT {OUTPUT}.{CHIP.NAME}.sub.fits IMAGE COMP_SUB CHIP TRUE NONE 124 PSPHOT.BACKMDL OUTPUT {OUTPUT}.{CHIP.NAME}.mdl.fits IMAGE COMP_ POSCHIP TRUE NONE124 PSPHOT.BACKMDL OUTPUT {OUTPUT}.{CHIP.NAME}.mdl.fits IMAGE COMP_IMG CHIP TRUE NONE 125 125 126 126 PSPHOT.OUTPUT.RAW OUTPUT {OUTPUT}.{CHIP.NAME} RAW NONE CHIP TRUE NONE … … 142 142 PSASTRO.OUT.REFSTARS OUTPUT {OUTPUT}.aref.fits ASTROM.REFSTARS NONE FPA TRUE NONE 143 143 144 PSWARP.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_ POSFPA TRUE NONE144 PSWARP.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_IMG FPA TRUE NONE 145 145 PSWARP.OUTPUT.MASK OUTPUT {OUTPUT}.mask.fits MASK COMP_MASK FPA TRUE NONE 146 PSWARP.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT COMP_ POSFPA TRUE NONE146 PSWARP.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT COMP_WT FPA TRUE NONE 147 147 PSWARP.OUTPUT.SOURCES OUTPUT {OUTPUT}.cmf CMF NONE FPA TRUE NONE 148 148 PSWARP.BIN1 OUTPUT {OUTPUT}.b1.fits IMAGE NONE FPA TRUE NONE … … 154 154 PPSUB.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_SUB FPA TRUE NONE 155 155 PPSUB.OUTPUT.MASK OUTPUT {OUTPUT}.mask.fits MASK COMP_MASK FPA TRUE NONE 156 PPSUB.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT COMP_ POSFPA TRUE NONE156 PPSUB.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT COMP_WT FPA TRUE NONE 157 157 158 PPSTACK.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_ POSFPA TRUE NONE158 PPSTACK.OUTPUT OUTPUT {OUTPUT}.fits IMAGE COMP_IMG FPA TRUE NONE 159 159 PPSTACK.OUTPUT.MASK OUTPUT {OUTPUT}.mask.fits MASK COMP_MASK FPA TRUE NONE 160 PPSTACK.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT COMP_ POSFPA TRUE NONE160 PPSTACK.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT COMP_WT FPA TRUE NONE 161 161 162 162 PPSTAMP.OUTPUT OUTPUT {OUTPUT}.fits IMAGE NONE FPA TRUE NONE … … 166 166 PPSIM.SOURCES OUTPUT {OUTPUT}.cmf CMF NONE FPA TRUE MEF 167 167 168 PPARITH.OUTPUT.IMAGE OUTPUT {OUTPUT}.fits IMAGE COMP_ POSCHIP TRUE NONE168 PPARITH.OUTPUT.IMAGE OUTPUT {OUTPUT}.fits IMAGE COMP_IMG CHIP TRUE NONE 169 169 PPARITH.OUTPUT.MASK OUTPUT {OUTPUT}.fits MASK COMP_MASK CHIP TRUE NONE 170 170 -
branches/eam_branch_20080408/ippconfig/simple/Makefile.am
r15181 r17482 7 7 ppImage.config \ 8 8 psastro.config \ 9 psphot.config \ 10 filerules.mdc 9 psphot.config 11 10 12 11 install_DATA = $(install_files) -
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 -
branches/eam_branch_20080408/ippconfig/simtest/Makefile.am
r17131 r17482 10 10 rejections.config \ 11 11 dvo.config \ 12 ppSim.config \ 13 filerules.mdc 12 ppSim.config 14 13 15 14 install_DATA = $(install_files) -
branches/eam_branch_20080408/ippconfig/simtest/camera.config
r17481 r17482 51 51 REDUCTION STR recipes/reductionClasses.mdc 52 52 53 FITS METADATA 54 # BITPIX is the bits per pixel for writing the output data 55 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 56 # TILE.[XYZ] are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 57 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss 58 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 59 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 60 61 # BITPIX(S32) is the bits per pixel for writing the output data 62 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm 63 # TILE.[XYZ](S32) are the tile sizes. 0 means entire the dimension, so (0,1,1) forms tiles from rows 64 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data 65 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression 66 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none 67 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme 68 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL) 69 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL) 70 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*) 71 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE) 72 # FLOAT(STR) is the name of a custom floating-point type 73 74 DET_IMAGE METADATA 75 BITPIX S32 -32 76 END 77 DET_MASK METADATA 78 BITPIX S32 8 79 END 80 DET_WEIGHT METADATA 81 BITPIX S32 -32 82 END 83 84 SKY_IMAGE METADATA 85 BITPIX S32 -32 86 END 87 SKY_MASK METADATA 88 BITPIX S32 8 89 END 90 SKY_WEIGHT METADATA 91 BITPIX S32 -32 92 END 93 94 COMPRESSED_POSITIVE METADATA 95 BITPIX S32 16 96 SCALING STR STDEV_POSITIVE 97 STDEV.BITS S32 4 98 STDEV.NUM F32 10 99 COMPRESSION STR RICE 100 TILE.X S32 0 101 TILE.Y S32 1 102 TILE.Z S32 1 103 NOISE S32 8 104 END 105 COMPRESSED_MASK METADATA 106 COMPRESSION STR PLIO 107 TILE.X S32 0 108 TILE.Y S32 1 109 TILE.Z S32 1 110 NOISE S32 8 111 END 112 COMPRESSED_SUBTRACTION METADATA 113 BITPIX S32 16 114 SCALING STR STDEV_BOTH 115 STDEV.BITS S32 4 116 STDEV.NUM F32 5 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 124 END 53 FITS STR recipes/fitstypes.mdc 125 54 126 55 FILERULES STR recipes/filerules-simple.mdc
Note:
See TracChangeset
for help on using the changeset viewer.
