IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2008, 10:21:47 AM (18 years ago)
Author:
eugene
Message:

remove old filerules files (also from Makefiles); add common fitstypes.mdc recipe file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080408/ippconfig/gpc1/camera.config

    r17481 r17482  
    103103REDUCTION       STR     recipes/reductionClasses.mdc
    104104
    105 FITS    METADATA
    106 # BITPIX is the bits per pixel for writing the output data
    107 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    108 # TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    109 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
    110 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    111 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    112 
    113 # BITPIX(S32) is the bits per pixel for writing the output data
    114 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    115 # TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    116 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
    117 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    118 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    119 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
    120 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
    121 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
    122 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
    123 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
    124 # FLOAT(STR) is the name of a custom floating-point type
    125 
    126         DET_IMAGE       METADATA
    127                 BITPIX          S32     -32
    128         END
    129         DET_MASK        METADATA
    130                 BITPIX          S32     8
    131         END
    132         DET_WEIGHT      METADATA
    133                 BITPIX          S32     -32
    134         END
    135 
    136         SKY_IMAGE       METADATA
    137                 BITPIX          S32     -32
    138         END
    139         SKY_MASK        METADATA
    140                 BITPIX          S32     8
    141         END
    142         SKY_WEIGHT      METADATA
    143                 BITPIX          S32     -32
    144         END
    145 
    146         COMP_POS        METADATA
    147                 BITPIX          S32     16
    148                 SCALING         STR     STDEV_POSITIVE
    149                 STDEV.BITS      S32     4
    150                 STDEV.NUM       F32     10
    151                 COMPRESSION     STR     RICE
    152                 TILE.X          S32     0
    153                 TILE.Y          S32     1
    154                 TILE.Z          S32     1
    155                 NOISE           S32     8
    156         END
    157         COMP_MASK               METADATA
    158                 BITPIX          S32     8
    159                 COMPRESSION     STR     PLIO
    160                 TILE.X          S32     0
    161                 TILE.Y          S32     1
    162                 TILE.Z          S32     1
    163                 NOISE           S32     8
    164         END
    165         COMP_SUB        METADATA
    166                 BITPIX          S32     16
    167                 SCALING         STR     STDEV_BOTH
    168                 STDEV.BITS      S32     4
    169                 STDEV.NUM       F32     5
    170                 COMPRESSION     STR     RICE
    171                 TILE.X          S32     0
    172                 TILE.Y          S32     1
    173                 TILE.Z          S32     1
    174                 NOISE           S32     8
    175         END
    176 
    177 END
     105FITS            STR     recipes/fitstypes.mdc
    178106
    179107FILERULES       STR     recipes/filerules-split.mdc
Note: See TracChangeset for help on using the changeset viewer.