IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2007, 12:38:43 PM (19 years ago)
Author:
Paul Price
Message:

Adding FITS.TYPE to the FILERULES in the camera configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/ippconfig/simtest/camera.config

    r14975 r15120  
    117117END
    118118
     119FITS    METADATA
     120# BITPIX is the bits per pixel for writing the output data
     121# COMPRESSION = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
     122# TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
     123# NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
     124# HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
     125# HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
     126        TYPE            FITS    BITPIX  COMPRESSION     TILE.X  TILE.Y  TILE.Z  NOISE   HSCALE  HSMOOTH
     127        DET_IMAGE       FITS    -32     RICE            0       1       1       16      0       0
     128        DET_MASK        FITS    8       PLIO            0       1       1       0       0       0
     129        DET_WEIGHT      FITS    -32     RICE            0       1       1       16      0       0
     130        SKY_IMAGE       FITS    -32     RICE            0       1       1       16      0       0
     131        SKY_MASK        FITS    8       PLIO            0       1       1       0       0       0
     132        SKY_WEIGHT      FITS    -32     RICE            0       1       1       16      0       0
     133END
     134
    119135FILERULES       STR     simtest/filerules.mdc
    120136
Note: See TracChangeset for help on using the changeset viewer.