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

    r17481 r17482  
    5353REDUCTION       STR     recipes/reductionClasses.mdc
    5454
    55 FITS    METADATA
    56 # BITPIX is the bits per pixel for writing the output data
    57 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    58 # TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    59 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
    60 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    61 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    62 
    63 # BITPIX(S32) is the bits per pixel for writing the output data
    64 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    65 # TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    66 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
    67 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    68 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    69 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
    70 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
    71 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
    72 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
    73 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
    74 # FLOAT(STR) is the name of a custom floating-point type
    75 
    76         DET_IMAGE       METADATA
    77                 BITPIX          S32     -32
    78         END
    79         DET_MASK        METADATA
    80                 BITPIX          S32     8
    81         END
    82         DET_WEIGHT      METADATA
    83                 BITPIX          S32     -32
    84         END
    85 
    86         SKY_IMAGE       METADATA
    87                 BITPIX          S32     -32
    88         END
    89         SKY_MASK        METADATA
    90                 BITPIX          S32     8
    91         END
    92         SKY_WEIGHT      METADATA
    93                 BITPIX          S32     -32
    94         END
    95 
    96         COMPRESSED_POSITIVE     METADATA
    97                 BITPIX          S32     16
    98                 SCALING         STR     STDEV_POSITIVE
    99                 STDEV.BITS      S32     4
    100                 STDEV.NUM       F32     10
    101                 COMPRESSION     STR     RICE
    102                 TILE.X          S32     0
    103                 TILE.Y          S32     1
    104                 TILE.Z          S32     1
    105                 NOISE           S32     8
    106         END
    107         COMPRESSED_MASK         METADATA
    108                 COMPRESSION     STR     PLIO
    109                 TILE.X          S32     0
    110                 TILE.Y          S32     1
    111                 TILE.Z          S32     1
    112                 NOISE           S32     8
    113         END
    114         COMPRESSED_SUBTRACTION  METADATA
    115                 BITPIX          S32     16
    116                 SCALING         STR     STDEV_BOTH
    117                 STDEV.BITS      S32     4
    118                 STDEV.NUM       F32     5
    119                 COMPRESSION     STR     RICE
    120                 TILE.X          S32     0
    121                 TILE.Y          S32     1
    122                 TILE.Z          S32     1
    123                 NOISE           S32     8
    124         END
    125 
    126 END
     55FITS            STR     recipes/fitstypes.mdc
    12756
    12857FILERULES       STR     recipes/filerules-simple.mdc
Note: See TracChangeset for help on using the changeset viewer.