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

    r15616 r16188  
    132132END
    133133
     134FITS    METADATA
     135# BITPIX is the bits per pixel for writing the output data
     136# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     137# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     138# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     139# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     140# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     141
     142# BITPIX(S32) is the bits per pixel for writing the output data
     143# COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     144# TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     145# NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
     146# HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     147# HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     148# SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
     149# BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
     150# BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
     151# STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
     152# STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
     153# FLOAT(STR) is the name of a custom floating-point type
     154
     155        DET_IMAGE       METADATA
     156                BITPIX          S32     -32
     157        END
     158        DET_MASK        METADATA
     159                BITPIX          S32     8
     160        END
     161        DET_WEIGHT      METADATA
     162                BITPIX          S32     -32
     163        END
     164
     165        SKY_IMAGE       METADATA
     166                BITPIX          S32     -32
     167        END
     168        SKY_MASK        METADATA
     169                BITPIX          S32     8
     170        END
     171        SKY_WEIGHT      METADATA
     172                BITPIX          S32     -32
     173        END
     174
     175        COMPRESSED_POSITIVE     METADATA
     176                BITPIX          S32     16
     177                SCALING         STR     SIGMA_POSITIVE
     178                SIGMA.BITS      S32     4
     179                SIGMA.NUM       F32     10
     180                COMPRESSSION    STR     RICE
     181                TILE.X          S32     0
     182                TILE.Y          S32     1
     183                TILE.Z          S32     1
     184        END
     185        COMPRESSED_MASK         METADATA
     186                COMPRESSION     STR     PLIO
     187                TILE.X          S32     0
     188                TILE.Y          S32     1
     189                TILE.Z          S32     1
     190        END
     191        COMPRESSED_SUBTRACTION  METADATA
     192                BITPIX          S32     16
     193                SCALING         STR     SIGMA_BOTH
     194                SIGMA.BITS      S32     4
     195                SIGMA.NUM       F32     5
     196                COMPRESSION     STR     RICE
     197                TILE.X          S32     0
     198                TILE.Y          S32     1
     199                TILE.Z          S32     1
     200        END
     201
     202END
     203
    134204FILERULES METADATA
    135205   ### Redirections
Note: See TracChangeset for help on using the changeset viewer.