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

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