IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16188


Ignore:
Timestamp:
Jan 22, 2008, 5:15:40 PM (18 years ago)
Author:
Paul Price
Message:

Updating camera configurations to use the current formatting for the FITS file specifications. I don't think I've turned on any compression anywhere, so this should work without problems.

Location:
trunk/ippconfig
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/cfh12k/camera.config

    r15616 r16188  
    181181END
    182182
     183FITS    METADATA
     184# BITPIX is the bits per pixel for writing the output data
     185# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     186# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     187# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     188# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     189# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     190
     191# BITPIX(S32) is the bits per pixel for writing the output data
     192# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     193# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     194# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     195# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     196# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     197# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     198# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     199# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     200# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     201# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     202# FLOAT(STR) is the name of a custom floating-point type
     203
     204        DET_IMAGE       METADATA
     205                BITPIX          S32     -32
     206        END
     207        DET_MASK        METADATA
     208                BITPIX          S32     8
     209        END
     210        DET_WEIGHT      METADATA
     211                BITPIX          S32     -32
     212        END
     213
     214        SKY_IMAGE       METADATA
     215                BITPIX          S32     -32
     216        END
     217        SKY_MASK        METADATA
     218                BITPIX          S32     8
     219        END
     220        SKY_WEIGHT      METADATA
     221                BITPIX          S32     -32
     222        END
     223
     224        COMPRESSED_POSITIVE     METADATA
     225                BITPIX          S32     16
     226                SCALING         STR     SIGMA_POSITIVE
     227                SIGMA.BITS      S32     4
     228                SIGMA.NUM       F32     10
     229                COMPRESSSION    STR     RICE
     230                TILE.X          S32     0
     231                TILE.Y          S32     1
     232                TILE.Z          S32     1
     233        END
     234        COMPRESSED_MASK         METADATA
     235                COMPRESSION     STR     PLIO
     236                TILE.X          S32     0
     237                TILE.Y          S32     1
     238                TILE.Z          S32     1
     239        END
     240        COMPRESSED_SUBTRACTION  METADATA
     241                BITPIX          S32     16
     242                SCALING         STR     SIGMA_BOTH
     243                SIGMA.BITS      S32     4
     244                SIGMA.NUM       F32     5
     245                COMPRESSION     STR     RICE
     246                TILE.X          S32     0
     247                TILE.Y          S32     1
     248                TILE.Z          S32     1
     249        END
     250
     251END
     252
    183253FILERULES METADATA
    184254   ### Redirections
  • trunk/ippconfig/ctio_mosaic2/camera.config

    r15616 r16188  
    132132END
    133133
     134FITS    METADATA
     135# BITPIX is the bits per pixel for writing the output data
     136# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     137# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     138# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     139# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     140# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     141
     142# BITPIX(S32) is the bits per pixel for writing the output data
     143# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     144# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     145# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     146# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     147# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     148# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     149# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     150# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     151# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     152# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     153# FLOAT(STR) is the name of a custom floating-point type
     154
     155        DET_IMAGE       METADATA
     156                BITPIX          S32     -32
     157        END
     158        DET_MASK        METADATA
     159                BITPIX          S32     8
     160        END
     161        DET_WEIGHT      METADATA
     162                BITPIX          S32     -32
     163        END
     164
     165        SKY_IMAGE       METADATA
     166                BITPIX          S32     -32
     167        END
     168        SKY_MASK        METADATA
     169                BITPIX          S32     8
     170        END
     171        SKY_WEIGHT      METADATA
     172                BITPIX          S32     -32
     173        END
     174
     175        COMPRESSED_POSITIVE     METADATA
     176                BITPIX          S32     16
     177                SCALING         STR     SIGMA_POSITIVE
     178                SIGMA.BITS      S32     4
     179                SIGMA.NUM       F32     10
     180                COMPRESSSION    STR     RICE
     181                TILE.X          S32     0
     182                TILE.Y          S32     1
     183                TILE.Z          S32     1
     184        END
     185        COMPRESSED_MASK         METADATA
     186                COMPRESSION     STR     PLIO
     187                TILE.X          S32     0
     188                TILE.Y          S32     1
     189                TILE.Z          S32     1
     190        END
     191        COMPRESSED_SUBTRACTION  METADATA
     192                BITPIX          S32     16
     193                SCALING         STR     SIGMA_BOTH
     194                SIGMA.BITS      S32     4
     195                SIGMA.NUM       F32     5
     196                COMPRESSION     STR     RICE
     197                TILE.X          S32     0
     198                TILE.Y          S32     1
     199                TILE.Z          S32     1
     200        END
     201
     202END
     203
    134204FILERULES METADATA
    135205   ### Redirections
  • trunk/ippconfig/esowfi/camera.config

    r15616 r16188  
    147147END
    148148
     149FITS    METADATA
     150# BITPIX is the bits per pixel for writing the output data
     151# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     152# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     153# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     154# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     155# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     156
     157# BITPIX(S32) is the bits per pixel for writing the output data
     158# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     159# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     160# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     161# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     162# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     163# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     164# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     165# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     166# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     167# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     168# FLOAT(STR) is the name of a custom floating-point type
     169
     170        DET_IMAGE       METADATA
     171                BITPIX          S32     -32
     172        END
     173        DET_MASK        METADATA
     174                BITPIX          S32     8
     175        END
     176        DET_WEIGHT      METADATA
     177                BITPIX          S32     -32
     178        END
     179
     180        SKY_IMAGE       METADATA
     181                BITPIX          S32     -32
     182        END
     183        SKY_MASK        METADATA
     184                BITPIX          S32     8
     185        END
     186        SKY_WEIGHT      METADATA
     187                BITPIX          S32     -32
     188        END
     189
     190        COMPRESSED_POSITIVE     METADATA
     191                BITPIX          S32     16
     192                SCALING         STR     SIGMA_POSITIVE
     193                SIGMA.BITS      S32     4
     194                SIGMA.NUM       F32     10
     195                COMPRESSSION    STR     RICE
     196                TILE.X          S32     0
     197                TILE.Y          S32     1
     198                TILE.Z          S32     1
     199        END
     200        COMPRESSED_MASK         METADATA
     201                COMPRESSION     STR     PLIO
     202                TILE.X          S32     0
     203                TILE.Y          S32     1
     204                TILE.Z          S32     1
     205        END
     206        COMPRESSED_SUBTRACTION  METADATA
     207                BITPIX          S32     16
     208                SCALING         STR     SIGMA_BOTH
     209                SIGMA.BITS      S32     4
     210                SIGMA.NUM       F32     5
     211                COMPRESSION     STR     RICE
     212                TILE.X          S32     0
     213                TILE.Y          S32     1
     214                TILE.Z          S32     1
     215        END
     216
     217END
     218
    149219FILERULES METADATA
    150220   ### Redirections
  • trunk/ippconfig/gpc1/camera.config

    r16080 r16188  
    186186# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    187187# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    188         TYPE            FITS    FLOAT   BITPIX  COMP     TILE.X  TILE.Y  TILE.Z  NOISE   HSCALE  HSMOOTH
    189         DET_IMAGE       FITS    NONE    -32     RICE     0       1       1       16      0       0
    190 #       DET_MASK        FITS    NONE    8       PLIO     0       1       1       0       0       0
    191         DET_MASK        FITS    NONE    8       NONE     0       1       1       0       0       0
    192         DET_WEIGHT      FITS    NONE    -32     RICE     0       1       1       16      0       0
    193         SKY_IMAGE       FITS    NONE    -32     RICE     0       1       1       16      0       0
    194         SKY_MASK        FITS    NONE    8       PLIO     0       1       1       0       0       0
    195         SKY_WEIGHT      FITS    NONE    -32     RICE     0       1       1       16      0       0
     188
     189# BITPIX(S32) is the bits per pixel for writing the output data
     190# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     191# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     192# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     193# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     194# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     195# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     196# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     197# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     198# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     199# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     200# FLOAT(STR) is the name of a custom floating-point type
     201
     202        DET_IMAGE       METADATA
     203                BITPIX          S32     -32
     204        END
     205        DET_MASK        METADATA
     206                BITPIX          S32     8
     207        END
     208        DET_WEIGHT      METADATA
     209                BITPIX          S32     -32
     210        END
     211
     212        SKY_IMAGE       METADATA
     213                BITPIX          S32     -32
     214        END
     215        SKY_MASK        METADATA
     216                BITPIX          S32     8
     217        END
     218        SKY_WEIGHT      METADATA
     219                BITPIX          S32     -32
     220        END
     221
     222        COMPRESSED_POSITIVE     METADATA
     223                BITPIX          S32     16
     224                SCALING         STR     SIGMA_POSITIVE
     225                SIGMA.BITS      S32     4
     226                SIGMA.NUM       F32     10
     227                COMPRESSSION    STR     RICE
     228                TILE.X          S32     0
     229                TILE.Y          S32     1
     230                TILE.Z          S32     1
     231        END
     232        COMPRESSED_MASK         METADATA
     233                COMPRESSION     STR     PLIO
     234                TILE.X          S32     0
     235                TILE.Y          S32     1
     236                TILE.Z          S32     1
     237        END
     238        COMPRESSED_SUBTRACTION  METADATA
     239                BITPIX          S32     16
     240                SCALING         STR     SIGMA_BOTH
     241                SIGMA.BITS      S32     4
     242                SIGMA.NUM       F32     5
     243                COMPRESSION     STR     RICE
     244                TILE.X          S32     0
     245                TILE.Y          S32     1
     246                TILE.Z          S32     1
     247        END
     248
    196249END
    197250
  • trunk/ippconfig/isp/camera.config

    r15573 r16188  
    120120END
    121121
     122FITS    METADATA
     123# BITPIX is the bits per pixel for writing the output data
     124# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     125# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     126# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     127# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     128# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     129
     130# BITPIX(S32) is the bits per pixel for writing the output data
     131# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     132# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     133# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     134# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     135# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     136# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     137# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     138# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     139# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     140# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     141# FLOAT(STR) is the name of a custom floating-point type
     142
     143        DET_IMAGE       METADATA
     144                BITPIX          S32     -32
     145        END
     146        DET_MASK        METADATA
     147                BITPIX          S32     8
     148        END
     149        DET_WEIGHT      METADATA
     150                BITPIX          S32     -32
     151        END
     152
     153        SKY_IMAGE       METADATA
     154                BITPIX          S32     -32
     155        END
     156        SKY_MASK        METADATA
     157                BITPIX          S32     8
     158        END
     159        SKY_WEIGHT      METADATA
     160                BITPIX          S32     -32
     161        END
     162
     163        COMPRESSED_POSITIVE     METADATA
     164                BITPIX          S32     16
     165                SCALING         STR     SIGMA_POSITIVE
     166                SIGMA.BITS      S32     4
     167                SIGMA.NUM       F32     10
     168                COMPRESSSION    STR     RICE
     169                TILE.X          S32     0
     170                TILE.Y          S32     1
     171                TILE.Z          S32     1
     172        END
     173        COMPRESSED_MASK         METADATA
     174                COMPRESSION     STR     PLIO
     175                TILE.X          S32     0
     176                TILE.Y          S32     1
     177                TILE.Z          S32     1
     178        END
     179        COMPRESSED_SUBTRACTION  METADATA
     180                BITPIX          S32     16
     181                SCALING         STR     SIGMA_BOTH
     182                SIGMA.BITS      S32     4
     183                SIGMA.NUM       F32     5
     184                COMPRESSION     STR     RICE
     185                TILE.X          S32     0
     186                TILE.Y          S32     1
     187                TILE.Z          S32     1
     188        END
     189
     190END
     191
    122192FILERULES METADATA
    123193   PSASTRO.INPUT       STR PSASTRO.INPUT.CMF
  • trunk/ippconfig/mcshort/camera.config

    r13865 r16188  
    9696
    9797
     98FITS    METADATA
     99# BITPIX is the bits per pixel for writing the output data
     100# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     101# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     102# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     103# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     104# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     105
     106# BITPIX(S32) is the bits per pixel for writing the output data
     107# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     108# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     109# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     110# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     111# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     112# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     113# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     114# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     115# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     116# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     117# FLOAT(STR) is the name of a custom floating-point type
     118
     119        DET_IMAGE       METADATA
     120                BITPIX          S32     -32
     121        END
     122        DET_MASK        METADATA
     123                BITPIX          S32     8
     124        END
     125        DET_WEIGHT      METADATA
     126                BITPIX          S32     -32
     127        END
     128
     129        SKY_IMAGE       METADATA
     130                BITPIX          S32     -32
     131        END
     132        SKY_MASK        METADATA
     133                BITPIX          S32     8
     134        END
     135        SKY_WEIGHT      METADATA
     136                BITPIX          S32     -32
     137        END
     138
     139        COMPRESSED_POSITIVE     METADATA
     140                BITPIX          S32     16
     141                SCALING         STR     SIGMA_POSITIVE
     142                SIGMA.BITS      S32     4
     143                SIGMA.NUM       F32     10
     144                COMPRESSSION    STR     RICE
     145                TILE.X          S32     0
     146                TILE.Y          S32     1
     147                TILE.Z          S32     1
     148        END
     149        COMPRESSED_MASK         METADATA
     150                COMPRESSION     STR     PLIO
     151                TILE.X          S32     0
     152                TILE.Y          S32     1
     153                TILE.Z          S32     1
     154        END
     155        COMPRESSED_SUBTRACTION  METADATA
     156                BITPIX          S32     16
     157                SCALING         STR     SIGMA_BOTH
     158                SIGMA.BITS      S32     4
     159                SIGMA.NUM       F32     5
     160                COMPRESSION     STR     RICE
     161                TILE.X          S32     0
     162                TILE.Y          S32     1
     163                TILE.Z          S32     1
     164        END
     165
     166END
     167
    98168FILERULES METADATA
    99169   ### Redirections
  • trunk/ippconfig/megacam/camera.config

    r15671 r16188  
    217217# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    218218# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    219         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
     219
     220# BITPIX(S32) is the bits per pixel for writing the output data
     221# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     222# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     223# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     224# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     225# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     226# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     227# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     228# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     229# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     230# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     231# FLOAT(STR) is the name of a custom floating-point type
     232
     233        DET_IMAGE       METADATA
     234                BITPIX          S32     -32
     235        END
     236        DET_MASK        METADATA
     237                BITPIX          S32     8
     238        END
     239        DET_WEIGHT      METADATA
     240                BITPIX          S32     -32
     241        END
     242
     243        SKY_IMAGE       METADATA
     244                BITPIX          S32     -32
     245        END
     246        SKY_MASK        METADATA
     247                BITPIX          S32     8
     248        END
     249        SKY_WEIGHT      METADATA
     250                BITPIX          S32     -32
     251        END
     252
     253        COMPRESSED_POSITIVE     METADATA
     254                BITPIX          S32     16
     255                SCALING         STR     SIGMA_POSITIVE
     256                SIGMA.BITS      S32     4
     257                SIGMA.NUM       F32     10
     258                COMPRESSSION    STR     RICE
     259                TILE.X          S32     0
     260                TILE.Y          S32     1
     261                TILE.Z          S32     1
     262        END
     263        COMPRESSED_MASK         METADATA
     264                COMPRESSION     STR     PLIO
     265                TILE.X          S32     0
     266                TILE.Y          S32     1
     267                TILE.Z          S32     1
     268        END
     269        COMPRESSED_SUBTRACTION  METADATA
     270                BITPIX          S32     16
     271                SCALING         STR     SIGMA_BOTH
     272                SIGMA.BITS      S32     4
     273                SIGMA.NUM       F32     5
     274                COMPRESSION     STR     RICE
     275                TILE.X          S32     0
     276                TILE.Y          S32     1
     277                TILE.Z          S32     1
     278        END
     279
    226280END
    227281
  • trunk/ippconfig/sdss/camera.config

    r15573 r16188  
    6060                JPEG_BIN2       STR     PPIMAGE_J2
    6161        END
     62END
     63
     64FITS    METADATA
     65# BITPIX is the bits per pixel for writing the output data
     66# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     67# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     68# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     69# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     70# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     71
     72# BITPIX(S32) is the bits per pixel for writing the output data
     73# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     74# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     75# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     76# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     77# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     78# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     79# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     80# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     81# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     82# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     83# FLOAT(STR) is the name of a custom floating-point type
     84
     85        DET_IMAGE       METADATA
     86                BITPIX          S32     -32
     87        END
     88        DET_MASK        METADATA
     89                BITPIX          S32     8
     90        END
     91        DET_WEIGHT      METADATA
     92                BITPIX          S32     -32
     93        END
     94
     95        SKY_IMAGE       METADATA
     96                BITPIX          S32     -32
     97        END
     98        SKY_MASK        METADATA
     99                BITPIX          S32     8
     100        END
     101        SKY_WEIGHT      METADATA
     102                BITPIX          S32     -32
     103        END
     104
     105        COMPRESSED_POSITIVE     METADATA
     106                BITPIX          S32     16
     107                SCALING         STR     SIGMA_POSITIVE
     108                SIGMA.BITS      S32     4
     109                SIGMA.NUM       F32     10
     110                COMPRESSSION    STR     RICE
     111                TILE.X          S32     0
     112                TILE.Y          S32     1
     113                TILE.Z          S32     1
     114        END
     115        COMPRESSED_MASK         METADATA
     116                COMPRESSION     STR     PLIO
     117                TILE.X          S32     0
     118                TILE.Y          S32     1
     119                TILE.Z          S32     1
     120        END
     121        COMPRESSED_SUBTRACTION  METADATA
     122                BITPIX          S32     16
     123                SCALING         STR     SIGMA_BOTH
     124                SIGMA.BITS      S32     4
     125                SIGMA.NUM       F32     5
     126                COMPRESSION     STR     RICE
     127                TILE.X          S32     0
     128                TILE.Y          S32     1
     129                TILE.Z          S32     1
     130        END
     131
    62132END
    63133
  • trunk/ippconfig/simmosaic/camera.config

    r15616 r16188  
    141141END
    142142
     143FITS    METADATA
     144# BITPIX is the bits per pixel for writing the output data
     145# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     146# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     147# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     148# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     149# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     150
     151# BITPIX(S32) is the bits per pixel for writing the output data
     152# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     153# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     154# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     155# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     156# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     157# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     158# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     159# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     160# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     161# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     162# FLOAT(STR) is the name of a custom floating-point type
     163
     164        DET_IMAGE       METADATA
     165                BITPIX          S32     -32
     166        END
     167        DET_MASK        METADATA
     168                BITPIX          S32     8
     169        END
     170        DET_WEIGHT      METADATA
     171                BITPIX          S32     -32
     172        END
     173
     174        SKY_IMAGE       METADATA
     175                BITPIX          S32     -32
     176        END
     177        SKY_MASK        METADATA
     178                BITPIX          S32     8
     179        END
     180        SKY_WEIGHT      METADATA
     181                BITPIX          S32     -32
     182        END
     183
     184        COMPRESSED_POSITIVE     METADATA
     185                BITPIX          S32     16
     186                SCALING         STR     SIGMA_POSITIVE
     187                SIGMA.BITS      S32     4
     188                SIGMA.NUM       F32     10
     189                COMPRESSSION    STR     RICE
     190                TILE.X          S32     0
     191                TILE.Y          S32     1
     192                TILE.Z          S32     1
     193        END
     194        COMPRESSED_MASK         METADATA
     195                COMPRESSION     STR     PLIO
     196                TILE.X          S32     0
     197                TILE.Y          S32     1
     198                TILE.Z          S32     1
     199        END
     200        COMPRESSED_SUBTRACTION  METADATA
     201                BITPIX          S32     16
     202                SCALING         STR     SIGMA_BOTH
     203                SIGMA.BITS      S32     4
     204                SIGMA.NUM       F32     5
     205                COMPRESSION     STR     RICE
     206                TILE.X          S32     0
     207                TILE.Y          S32     1
     208                TILE.Z          S32     1
     209        END
     210
     211END
     212
    143213FILERULES METADATA
    144214   ### Redirections
  • trunk/ippconfig/simple/camera.config

    r15181 r16188  
    7676END
    7777
     78FITS    METADATA
     79# BITPIX is the bits per pixel for writing the output data
     80# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     81# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     82# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     83# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     84# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     85
     86# BITPIX(S32) is the bits per pixel for writing the output data
     87# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     88# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     89# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     90# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     91# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     92# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     93# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     94# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     95# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     96# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     97# FLOAT(STR) is the name of a custom floating-point type
     98
     99        DET_IMAGE       METADATA
     100                BITPIX          S32     -32
     101        END
     102        DET_MASK        METADATA
     103                BITPIX          S32     8
     104        END
     105        DET_WEIGHT      METADATA
     106                BITPIX          S32     -32
     107        END
     108
     109        SKY_IMAGE       METADATA
     110                BITPIX          S32     -32
     111        END
     112        SKY_MASK        METADATA
     113                BITPIX          S32     8
     114        END
     115        SKY_WEIGHT      METADATA
     116                BITPIX          S32     -32
     117        END
     118
     119        COMPRESSED_POSITIVE     METADATA
     120                BITPIX          S32     16
     121                SCALING         STR     SIGMA_POSITIVE
     122                SIGMA.BITS      S32     4
     123                SIGMA.NUM       F32     10
     124                COMPRESSSION    STR     RICE
     125                TILE.X          S32     0
     126                TILE.Y          S32     1
     127                TILE.Z          S32     1
     128        END
     129        COMPRESSED_MASK         METADATA
     130                COMPRESSION     STR     PLIO
     131                TILE.X          S32     0
     132                TILE.Y          S32     1
     133                TILE.Z          S32     1
     134        END
     135        COMPRESSED_SUBTRACTION  METADATA
     136                BITPIX          S32     16
     137                SCALING         STR     SIGMA_BOTH
     138                SIGMA.BITS      S32     4
     139                SIGMA.NUM       F32     5
     140                COMPRESSION     STR     RICE
     141                TILE.X          S32     0
     142                TILE.Y          S32     1
     143                TILE.Z          S32     1
     144        END
     145
     146END
     147
    78148FILERULES STR simple/filerules.mdc
    79149
  • trunk/ippconfig/simtest/camera.config

    r15628 r16188  
    136136
    137137FITS    METADATA
    138 # FLOAT is the name of a custom floating-point scheme, or NONE
    139138# BITPIX is the bits per pixel for writing the output data
    140139# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     
    143142# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    144143# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    145         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
     144
     145# BITPIX(S32) is the bits per pixel for writing the output data
     146# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     147# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     148# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     149# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     150# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     151# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     152# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     153# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     154# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     155# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     156# FLOAT(STR) is the name of a custom floating-point type
     157
     158        DET_IMAGE       METADATA
     159                BITPIX          S32     -32
     160        END
     161        DET_MASK        METADATA
     162                BITPIX          S32     8
     163        END
     164        DET_WEIGHT      METADATA
     165                BITPIX          S32     -32
     166        END
     167
     168        SKY_IMAGE       METADATA
     169                BITPIX          S32     -32
     170        END
     171        SKY_MASK        METADATA
     172                BITPIX          S32     8
     173        END
     174        SKY_WEIGHT      METADATA
     175                BITPIX          S32     -32
     176        END
     177
     178        COMPRESSED_POSITIVE     METADATA
     179                BITPIX          S32     16
     180                SCALING         STR     SIGMA_POSITIVE
     181                SIGMA.BITS      S32     4
     182                SIGMA.NUM       F32     10
     183                COMPRESSSION    STR     RICE
     184                TILE.X          S32     0
     185                TILE.Y          S32     1
     186                TILE.Z          S32     1
     187        END
     188        COMPRESSED_MASK         METADATA
     189                COMPRESSION     STR     PLIO
     190                TILE.X          S32     0
     191                TILE.Y          S32     1
     192                TILE.Z          S32     1
     193        END
     194        COMPRESSED_SUBTRACTION  METADATA
     195                BITPIX          S32     16
     196                SCALING         STR     SIGMA_BOTH
     197                SIGMA.BITS      S32     4
     198                SIGMA.NUM       F32     5
     199                COMPRESSION     STR     RICE
     200                TILE.X          S32     0
     201                TILE.Y          S32     1
     202                TILE.Z          S32     1
     203        END
     204
    152205END
    153206
  • trunk/ippconfig/tc3/camera.config

    r15215 r16188  
    6363#       PPSTATS         STR     tc3/ppStats.config              # ppStats recipe
    6464        PPIMAGE         STR     tc3/ppImage.config              # ppImage recipe
     65END
     66
     67FITS    METADATA
     68# BITPIX is the bits per pixel for writing the output data
     69# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     70# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     71# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     72# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     73# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     74
     75# BITPIX(S32) is the bits per pixel for writing the output data
     76# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     77# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     78# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     79# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     80# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     81# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     82# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     83# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     84# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     85# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     86# FLOAT(STR) is the name of a custom floating-point type
     87
     88        DET_IMAGE       METADATA
     89                BITPIX          S32     -32
     90        END
     91        DET_MASK        METADATA
     92                BITPIX          S32     8
     93        END
     94        DET_WEIGHT      METADATA
     95                BITPIX          S32     -32
     96        END
     97
     98        SKY_IMAGE       METADATA
     99                BITPIX          S32     -32
     100        END
     101        SKY_MASK        METADATA
     102                BITPIX          S32     8
     103        END
     104        SKY_WEIGHT      METADATA
     105                BITPIX          S32     -32
     106        END
     107
     108        COMPRESSED_POSITIVE     METADATA
     109                BITPIX          S32     16
     110                SCALING         STR     SIGMA_POSITIVE
     111                SIGMA.BITS      S32     4
     112                SIGMA.NUM       F32     10
     113                COMPRESSSION    STR     RICE
     114                TILE.X          S32     0
     115                TILE.Y          S32     1
     116                TILE.Z          S32     1
     117        END
     118        COMPRESSED_MASK         METADATA
     119                COMPRESSION     STR     PLIO
     120                TILE.X          S32     0
     121                TILE.Y          S32     1
     122                TILE.Z          S32     1
     123        END
     124        COMPRESSED_SUBTRACTION  METADATA
     125                BITPIX          S32     16
     126                SCALING         STR     SIGMA_BOTH
     127                SIGMA.BITS      S32     4
     128                SIGMA.NUM       F32     5
     129                COMPRESSION     STR     RICE
     130                TILE.X          S32     0
     131                TILE.Y          S32     1
     132                TILE.Z          S32     1
     133        END
     134
    65135END
    66136
  • trunk/ippconfig/tek/camera.config

    r15573 r16188  
    5151END
    5252
     53FITS    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     SIGMA_POSITIVE
     97                SIGMA.BITS      S32     4
     98                SIGMA.NUM       F32     10
     99                COMPRESSSION    STR     RICE
     100                TILE.X          S32     0
     101                TILE.Y          S32     1
     102                TILE.Z          S32     1
     103        END
     104        COMPRESSED_MASK         METADATA
     105                COMPRESSION     STR     PLIO
     106                TILE.X          S32     0
     107                TILE.Y          S32     1
     108                TILE.Z          S32     1
     109        END
     110        COMPRESSED_SUBTRACTION  METADATA
     111                BITPIX          S32     16
     112                SCALING         STR     SIGMA_BOTH
     113                SIGMA.BITS      S32     4
     114                SIGMA.NUM       F32     5
     115                COMPRESSION     STR     RICE
     116                TILE.X          S32     0
     117                TILE.Y          S32     1
     118                TILE.Z          S32     1
     119        END
     120
     121END
     122
    53123FILERULES METADATA
    54124   PSASTRO.INPUT       STR PSASTRO.INPUT.CMF
  • trunk/ippconfig/ucam/camera.config

    r15181 r16188  
    4444        # Recipes for ppImage
    4545        # PPIMAGE         STR     ucam/ppImage.config     # Default: all (normal) options on
     46END
     47
     48FITS    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
    46116END
    47117
Note: See TracChangeset for help on using the changeset viewer.