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

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