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

    r17479 r17482  
    111111REDUCTION       STR     recipes/reductionClasses.mdc
    112112
    113 FITS    METADATA
    114 # BITPIX is the bits per pixel for writing the output data
    115 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    116 # TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    117 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
    118 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    119 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    120 
    121 # BITPIX(S32) is the bits per pixel for writing the output data
    122 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    123 # TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    124 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
    125 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    126 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    127 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
    128 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
    129 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
    130 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
    131 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
    132 # FLOAT(STR) is the name of a custom floating-point type
    133 
    134         DET_IMAGE       METADATA
    135                 BITPIX          S32     -32
    136         END
    137         DET_MASK        METADATA
    138                 BITPIX          S32     8
    139         END
    140         DET_WEIGHT      METADATA
    141                 BITPIX          S32     -32
    142         END
    143 
    144         SKY_IMAGE       METADATA
    145                 BITPIX          S32     -32
    146         END
    147         SKY_MASK        METADATA
    148                 BITPIX          S32     8
    149         END
    150         SKY_WEIGHT      METADATA
    151                 BITPIX          S32     -32
    152         END
    153 
    154         # Compressed positive image
    155         COMP_IMG        METADATA
    156                 BITPIX          S32     16
    157                 SCALING         STR     STDEV_POSITIVE
    158                 STDEV.BITS      S32     4
    159                 STDEV.NUM       F32     10
    160                 COMPRESSION     STR     RICE
    161                 TILE.X          S32     0
    162                 TILE.Y          S32     1
    163                 TILE.Z          S32     1
    164                 NOISE           S32     8
    165         END
    166         # Compressed mask
    167         COMP_MASK       METADATA
    168                 BITPIX          S32     8
    169                 COMPRESSION     STR     PLIO
    170                 TILE.X          S32     0
    171                 TILE.Y          S32     1
    172                 TILE.Z          S32     1
    173                 NOISE           S32     8
    174         END
    175         # Compressed weight image
    176         COMP_WT         METADATA
    177                 BITPIX          S32     16
    178                 SCALING         STR     STDEV_POSITIVE
    179                 STDEV.BITS      S32     4
    180                 STDEV.NUM       F32     10
    181                 COMPRESSION     STR     RICE
    182                 TILE.X          S32     0
    183                 TILE.Y          S32     1
    184                 TILE.Z          S32     1
    185                 NOISE           S32     8
    186         END
    187         # Compressed subtraction image
    188         COMP_SUB        METADATA
    189                 BITPIX          S32     16
    190                 SCALING         STR     STDEV_BOTH
    191                 STDEV.BITS      S32     4
    192                 STDEV.NUM       F32     5
    193                 COMPRESSION     STR     RICE
    194                 TILE.X          S32     0
    195                 TILE.Y          S32     1
    196                 TILE.Z          S32     1
    197                 NOISE           S32     8
    198         END
    199 
    200 END
     113FITS            STR     recipes/fitstypes.mdc
    201114
    202115FILERULES       STR     recipes/filerules-mef.mdc               # File rules appropriate for MEF format
Note: See TracChangeset for help on using the changeset viewer.