IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2008, 2:19:02 PM (18 years ago)
Author:
eugene
Message:

substantial re-organization: moved FITS and REDUCTIION tables to recipes/fitstypes.mdc and recipes/reductionClasses.mdc; merged filerules for all cameras into one of three top-level file rules: recipes/filerules-simple.mdc; recipes/filerules-mef.mdc; recipes/filerules-split.mdc; removed astrometry from chip-level analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/sdss/camera.config

    r17398 r17523  
    5151END
    5252
    53 # Reduction classes
    54 REDUCTION       METADATA
    55         # Detrend processing not needed for these
    56         # photometry & astrometry for pre-detrended images
    57         PROCESSED       METADATA
    58                 CHIP            STR     PPIMAGE_OP
    59                 JPEG_BIN1       STR     PPIMAGE_J1
    60                 JPEG_BIN2       STR     PPIMAGE_J2
    61         END
    62 END
    63 
    64 FITS    METADATA
    65 # BITPIX is the bits per pixel for writing the output data
    66 # COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    67 # TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    68 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
    69 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    70 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    71 
    72 # BITPIX(S32) is the bits per pixel for writing the output data
    73 # COMPRESSION(STR) = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
    74 # TILE.[XYZ](S32) are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
    75 # NOISE(S32) [0..16] is the number of "noise bits" to preserve when quantising floating point data
    76 # HSCALE(S32) is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
    77 # HSMOOTH(S32) is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
    78 # SCALING(STR) = NONE|RANGE|STDEV_POSITIVE|STDEV_NEGATIVE|STDEV_BOTH|MANUAL is the scaling scheme
    79 # BSCALE(F32) is the manual scaling to apply (when SCALING = MANUAL)
    80 # BZERO(F32) is the manual zero-point to apply (when SCALING = MANUAL)
    81 # STDEV.BITS(S32) is the number of bits to map to a standard deviation (when SCALING = STDEV_*)
    82 # STDEV.NUM(F32) is the number of standard deviations to the edge (when SCALING = STDEV_NEGATIVE|STDEV_POSITIVE)
    83 # FLOAT(STR) is the name of a custom floating-point type
    84 
    85         DET_IMAGE       METADATA
    86                 BITPIX          S32     -32
    87         END
    88         DET_MASK        METADATA
    89                 BITPIX          S32     8
    90         END
    91         DET_WEIGHT      METADATA
    92                 BITPIX          S32     -32
    93         END
    94 
    95         SKY_IMAGE       METADATA
    96                 BITPIX          S32     -32
    97         END
    98         SKY_MASK        METADATA
    99                 BITPIX          S32     8
    100         END
    101         SKY_WEIGHT      METADATA
    102                 BITPIX          S32     -32
    103         END
    104 
    105         COMPRESSED_POSITIVE     METADATA
    106                 BITPIX          S32     16
    107                 SCALING         STR     STDEV_POSITIVE
    108                 STDEV.BITS      S32     4
    109                 STDEV.NUM       F32     10
    110                 COMPRESSION     STR     RICE
    111                 TILE.X          S32     0
    112                 TILE.Y          S32     1
    113                 TILE.Z          S32     1
    114                 NOISE           S32     8
    115         END
    116         COMPRESSED_MASK         METADATA
    117                 COMPRESSION     STR     PLIO
    118                 TILE.X          S32     0
    119                 TILE.Y          S32     1
    120                 TILE.Z          S32     1
    121                 NOISE           S32     8
    122         END
    123         COMPRESSED_SUBTRACTION  METADATA
    124                 BITPIX          S32     16
    125                 SCALING         STR     STDEV_BOTH
    126                 STDEV.BITS      S32     4
    127                 STDEV.NUM       F32     5
    128                 COMPRESSION     STR     RICE
    129                 TILE.X          S32     0
    130                 TILE.Y          S32     1
    131                 TILE.Z          S32     1
    132                 NOISE           S32     8
    133         END
    134 
    135 END
    136 
     53# reduction classes (recipes which are grouped together)
     54REDUCTION       STR     recipes/reductionClasses.mdc
     55
     56FITSTYPES       STR     recipes/fitstypes.mdc
     57
     58## XXX replace with appropriate common filerules?
    13759FILERULES METADATA
    13860   PSASTRO.INPUT       STR PSASTRO.INPUT.CMF
Note: See TracChangeset for help on using the changeset viewer.