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