IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 5:15:40 PM (19 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/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
Note: See TracChangeset for help on using the changeset viewer.