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