IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.