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/tc3/camera.config

    r15215 r16188  
    6363#       PPSTATS         STR     tc3/ppStats.config              # ppStats recipe
    6464        PPIMAGE         STR     tc3/ppImage.config              # ppImage recipe
     65END
     66
     67FITS    METADATA
     68# BITPIX is the bits per pixel for writing the output data
     69# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     70# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     71# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     72# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     73# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     74
     75# BITPIX(S32) is the bits per pixel for writing the output data
     76# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     77# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     78# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     79# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     80# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     81# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     82# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     83# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     84# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     85# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     86# FLOAT(STR) is the name of a custom floating-point type
     87
     88        DET_IMAGE       METADATA
     89                BITPIX          S32     -32
     90        END
     91        DET_MASK        METADATA
     92                BITPIX          S32     8
     93        END
     94        DET_WEIGHT      METADATA
     95                BITPIX          S32     -32
     96        END
     97
     98        SKY_IMAGE       METADATA
     99                BITPIX          S32     -32
     100        END
     101        SKY_MASK        METADATA
     102                BITPIX          S32     8
     103        END
     104        SKY_WEIGHT      METADATA
     105                BITPIX          S32     -32
     106        END
     107
     108        COMPRESSED_POSITIVE     METADATA
     109                BITPIX          S32     16
     110                SCALING         STR     SIGMA_POSITIVE
     111                SIGMA.BITS      S32     4
     112                SIGMA.NUM       F32     10
     113                COMPRESSSION    STR     RICE
     114                TILE.X          S32     0
     115                TILE.Y          S32     1
     116                TILE.Z          S32     1
     117        END
     118        COMPRESSED_MASK         METADATA
     119                COMPRESSION     STR     PLIO
     120                TILE.X          S32     0
     121                TILE.Y          S32     1
     122                TILE.Z          S32     1
     123        END
     124        COMPRESSED_SUBTRACTION  METADATA
     125                BITPIX          S32     16
     126                SCALING         STR     SIGMA_BOTH
     127                SIGMA.BITS      S32     4
     128                SIGMA.NUM       F32     5
     129                COMPRESSION     STR     RICE
     130                TILE.X          S32     0
     131                TILE.Y          S32     1
     132                TILE.Z          S32     1
     133        END
     134
    65135END
    66136
Note: See TracChangeset for help on using the changeset viewer.