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/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.