IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2008, 11:11:16 AM (18 years ago)
Author:
eugene
Message:

replace FITS types tables with common recipe file

File:
1 edited

Legend:

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

    r17479 r17486  
    7878REDUCTION       STR     recipes/reductionClasses.mdc
    7979
    80 FITS    METADATA
    81 # BITPIX(S32) is the bits per pixel for writing the output data
    82 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    83 # TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    84 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
    85 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    86 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    87 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
    88 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
    89 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
    90 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
    91 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
    92 # FLOAT(STR) is the name of a custom floating-point type
    93 
    94         DET_IMAGE       METADATA
    95                 BITPIX          S32     -32
    96         END
    97         DET_MASK        METADATA
    98                 BITPIX          S32     8
    99         END
    100         DET_WEIGHT      METADATA
    101                 BITPIX          S32     -32
    102         END
    103 
    104         SKY_IMAGE       METADATA
    105                 BITPIX          S32     -32
    106         END
    107         SKY_MASK        METADATA
    108                 BITPIX          S32     8
    109         END
    110         SKY_WEIGHT      METADATA
    111                 BITPIX          S32     -32
    112         END
    113 
    114         # Compressed positive image
    115         COMP_IMG        METADATA
    116                BITPIX          S32     16
    117                SCALING         STR     STDEV_POSITIVE
    118                STDEV.BITS      S32     4
    119                STDEV.NUM       F32     10
    120                COMPRESSION     STR     RICE
    121                TILE.X          S32     0
    122                TILE.Y          S32     1
    123                TILE.Z          S32     1
    124                NOISE           S32     8
    125         END
    126         # Compressed mask
    127         COMP_MASK       METADATA
    128                BITPIX          S32     8
    129                COMPRESSION     STR     PLIO
    130                TILE.X          S32     0
    131                TILE.Y          S32     1
    132                TILE.Z          S32     1
    133                NOISE           S32     8
    134         END
    135         # Compressed weight image
    136         COMP_WT         METADATA
    137                BITPIX          S32     16
    138                SCALING         STR     STDEV_POSITIVE
    139                STDEV.BITS      S32     4
    140                STDEV.NUM       F32     10
    141                COMPRESSION     STR     RICE
    142                TILE.X          S32     0
    143                TILE.Y          S32     1
    144                TILE.Z          S32     1
    145                NOISE           S32     8
    146         END
    147         # Compressed subtraction image
    148         COMP_SUB        METADATA
    149                BITPIX          S32     16
    150                SCALING         STR     STDEV_BOTH
    151                STDEV.BITS      S32     4
    152                STDEV.NUM       F32     5
    153                COMPRESSION     STR     RICE
    154                TILE.X          S32     0
    155                TILE.Y          S32     1
    156                TILE.Z          S32     1
    157                NOISE           S32     8
    158         END
    159 
    160 END
     80FITSTYPES       STR     recipes/fitstypes.mdc
    16181
    16282# Set file rules appropriate for mef format (common to all mef cameras)
Note: See TracChangeset for help on using the changeset viewer.