IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17482


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

Location:
branches/eam_branch_20080408/ippconfig
Files:
1 added
6 deleted
15 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080408/ippconfig/cfh12k/Makefile.am

    r17294 r17482  
    1212        format_split_early.config \
    1313        format_split_cmf.config \
    14         filerules-mef.mdc \
    1514        ppImage.config \
    1615        ppMerge.config \
  • 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
  • branches/eam_branch_20080408/ippconfig/esowfi/Makefile.am

    r17067 r17482  
    1010        psphot.config \
    1111        psastro.config \
    12         rejections.config \
    13         filerules-mef.mdc
     12        rejections.config
    1413
    1514install_DATA = $(install_files)
  • branches/eam_branch_20080408/ippconfig/gpc1/Makefile.am

    r16484 r17482  
    88        format_raw.config \
    99        format_mef.config \
    10         filerules.mdc \
    1110        ppImage.config \
    1211        ppMerge.config \
  • 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
  • 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
  • branches/eam_branch_20080408/ippconfig/lbc_red/Makefile.am

    r17154 r17482  
    1111        psastro.config \
    1212        psphot.config \
    13         rejections.config \
    14         filerules.mdc
     13        rejections.config
    1514
    1615install_DATA = $(install_files)
  • branches/eam_branch_20080408/ippconfig/megacam/Makefile.am

    r16644 r17482  
    1616        psphot.config \
    1717        pswarp.config \
    18         rejections.config \
    19         filerules-mef.mdc
     18        rejections.config
    2019
    2120install_DATA = $(install_files)
  • branches/eam_branch_20080408/ippconfig/mosaic2/Makefile.am

    r17388 r17482  
    66        dvo.layout \
    77        camera.config \
    8         filerules-mef.mdc \
    98        format.config \
    109        ppImage.config \
  • branches/eam_branch_20080408/ippconfig/recipes/Makefile.am

    r13726 r17482  
    33
    44install_files = \
     5        filerules-simple.mdc \
     6        filerules-mef.mdc \
     7        filerules-split.mdc \
    58        masks.config \
     9        reductionClasses.mdc \
    610        rejections.config \
    711        ppImage.config \
  • branches/eam_branch_20080408/ippconfig/recipes/filerules-split.mdc

    r17481 r17482  
    8686### output file definitions
    8787TYPE                    OUTPUT FILENAME.RULE                     FILE.TYPE FITS.TYPE  DATA.LEVEL FILE.SAVE FILE.FORMAT
    88 PPIMAGE.OUTPUT          OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     COMP_POS   CHIP       TRUE      NONE
     88PPIMAGE.OUTPUT          OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     COMP_IMG   CHIP       TRUE      NONE
    8989PPIMAGE.OUTPUT.MASK     OUTPUT {OUTPUT}.{CHIP.NAME}.mk.fits      MASK      COMP_MASK  CHIP       TRUE      NONE
    90 PPIMAGE.OUTPUT.WEIGHT   OUTPUT {OUTPUT}.{CHIP.NAME}.wt.fits      WEIGHT    COMP_POS   CHIP       TRUE      NONE
     90PPIMAGE.OUTPUT.WEIGHT   OUTPUT {OUTPUT}.{CHIP.NAME}.wt.fits      WEIGHT    COMP_WT    CHIP       TRUE      NONE
    9191PPIMAGE.OUTPUT.DETMASK  OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     COMP_MASK  CHIP       TRUE      NONE
    9292                                                                                                       
    93 PPIMAGE.CHIP            OUTPUT {OUTPUT}.{CHIP.NAME}.ch.fits      IMAGE     COMP_POS   CHIP       TRUE      NONE
     93PPIMAGE.CHIP            OUTPUT {OUTPUT}.{CHIP.NAME}.ch.fits      IMAGE     COMP_IMG   CHIP       TRUE      NONE
    9494PPIMAGE.CHIP.MASK       OUTPUT {OUTPUT}.{CHIP.NAME}.ch.mk.fits   MASK      COMP_MASK  CHIP       TRUE      NONE
    95 PPIMAGE.CHIP.WEIGHT     OUTPUT {OUTPUT}.{CHIP.NAME}.ch.wt.fits   WEIGHT    COMP_POS   CHIP       TRUE      NONE
     95PPIMAGE.CHIP.WEIGHT     OUTPUT {OUTPUT}.{CHIP.NAME}.ch.wt.fits   WEIGHT    COMP_WT    CHIP       TRUE      NONE
    9696                                                                                                       
    9797PPIMAGE.OUTPUT.FPA1     OUTPUT {OUTPUT}.b1.fits                  IMAGE     NONE       FPA        TRUE      NONE
     
    120120                                                                                                       
    121121PSPHOT.RESID            OUTPUT {OUTPUT}.{CHIP.NAME}.res.fits     IMAGE     COMP_SUB   CHIP       TRUE      NONE
    122 PSPHOT.BACKGND          OUTPUT {OUTPUT}.{CHIP.NAME}.bck.fits     IMAGE     COMP_POS   CHIP       TRUE      NONE
     122PSPHOT.BACKGND          OUTPUT {OUTPUT}.{CHIP.NAME}.bck.fits     IMAGE     COMP_IMG   CHIP       TRUE      NONE
    123123PSPHOT.BACKSUB          OUTPUT {OUTPUT}.{CHIP.NAME}.sub.fits     IMAGE     COMP_SUB   CHIP       TRUE      NONE
    124 PSPHOT.BACKMDL          OUTPUT {OUTPUT}.{CHIP.NAME}.mdl.fits     IMAGE     COMP_POS   CHIP       TRUE      NONE
     124PSPHOT.BACKMDL          OUTPUT {OUTPUT}.{CHIP.NAME}.mdl.fits     IMAGE     COMP_IMG   CHIP       TRUE      NONE
    125125                                                                                                       
    126126PSPHOT.OUTPUT.RAW       OUTPUT {OUTPUT}.{CHIP.NAME}              RAW       NONE       CHIP       TRUE      NONE
     
    142142PSASTRO.OUT.REFSTARS    OUTPUT {OUTPUT}.aref.fits         ASTROM.REFSTARS  NONE       FPA        TRUE      NONE
    143143                                                                                                       
    144 PSWARP.OUTPUT           OUTPUT {OUTPUT}.fits                     IMAGE     COMP_POS   FPA        TRUE      NONE
     144PSWARP.OUTPUT           OUTPUT {OUTPUT}.fits                     IMAGE     COMP_IMG   FPA        TRUE      NONE
    145145PSWARP.OUTPUT.MASK      OUTPUT {OUTPUT}.mask.fits                MASK      COMP_MASK  FPA        TRUE      NONE
    146 PSWARP.OUTPUT.WEIGHT    OUTPUT {OUTPUT}.wt.fits                  WEIGHT    COMP_POS   FPA        TRUE      NONE
     146PSWARP.OUTPUT.WEIGHT    OUTPUT {OUTPUT}.wt.fits                  WEIGHT    COMP_WT    FPA        TRUE      NONE
    147147PSWARP.OUTPUT.SOURCES   OUTPUT {OUTPUT}.cmf                      CMF       NONE       FPA        TRUE      NONE
    148148PSWARP.BIN1             OUTPUT {OUTPUT}.b1.fits                  IMAGE     NONE       FPA        TRUE      NONE
     
    154154PPSUB.OUTPUT            OUTPUT {OUTPUT}.fits                     IMAGE     COMP_SUB   FPA        TRUE      NONE
    155155PPSUB.OUTPUT.MASK       OUTPUT {OUTPUT}.mask.fits                MASK      COMP_MASK  FPA        TRUE      NONE
    156 PPSUB.OUTPUT.WEIGHT     OUTPUT {OUTPUT}.wt.fits                  WEIGHT    COMP_POS   FPA        TRUE      NONE
     156PPSUB.OUTPUT.WEIGHT     OUTPUT {OUTPUT}.wt.fits                  WEIGHT    COMP_WT    FPA        TRUE      NONE
    157157                                                                                               
    158 PPSTACK.OUTPUT          OUTPUT {OUTPUT}.fits                     IMAGE     COMP_POS   FPA        TRUE      NONE
     158PPSTACK.OUTPUT          OUTPUT {OUTPUT}.fits                     IMAGE     COMP_IMG   FPA        TRUE      NONE
    159159PPSTACK.OUTPUT.MASK     OUTPUT {OUTPUT}.mask.fits                MASK      COMP_MASK  FPA        TRUE      NONE
    160 PPSTACK.OUTPUT.WEIGHT   OUTPUT {OUTPUT}.wt.fits                  WEIGHT    COMP_POS   FPA        TRUE      NONE
     160PPSTACK.OUTPUT.WEIGHT   OUTPUT {OUTPUT}.wt.fits                  WEIGHT    COMP_WT    FPA        TRUE      NONE
    161161                                                                                                       
    162162PPSTAMP.OUTPUT          OUTPUT {OUTPUT}.fits                     IMAGE     NONE       FPA        TRUE      NONE
     
    166166PPSIM.SOURCES           OUTPUT {OUTPUT}.cmf                      CMF       NONE       FPA        TRUE      MEF
    167167                                                                                               
    168 PPARITH.OUTPUT.IMAGE    OUTPUT {OUTPUT}.fits                     IMAGE     COMP_POS   CHIP       TRUE      NONE
     168PPARITH.OUTPUT.IMAGE    OUTPUT {OUTPUT}.fits                     IMAGE     COMP_IMG   CHIP       TRUE      NONE
    169169PPARITH.OUTPUT.MASK     OUTPUT {OUTPUT}.fits                     MASK      COMP_MASK  CHIP       TRUE      NONE
    170170                                                                                                       
  • branches/eam_branch_20080408/ippconfig/simple/Makefile.am

    r15181 r17482  
    77        ppImage.config \
    88        psastro.config \
    9         psphot.config \
    10         filerules.mdc
     9        psphot.config
    1110
    1211install_DATA = $(install_files)
  • branches/eam_branch_20080408/ippconfig/simple/camera.config

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

    r17131 r17482  
    1010        rejections.config \
    1111        dvo.config \
    12         ppSim.config \
    13         filerules.mdc
     12        ppSim.config
    1413
    1514install_DATA = $(install_files)
  • branches/eam_branch_20080408/ippconfig/simtest/camera.config

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