IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2008, 5:50:15 PM (18 years ago)
Author:
Paul Price
Message:

Turning on compression for output images. Fixing astrometry source for pswarp.

File:
1 edited

Legend:

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

    r16322 r16327  
    111111        PSPHOT          STR     megacam/psphot.config           # psphot details
    112112        PSASTRO         STR     megacam/psastro.config          # psastro details
     113        PSWARP          STR     megacam/pswarp.config           # pswarp details
    113114        PPIMAGE         STR     megacam/ppImage.config          # ppImage recipe
    114115        REJECTIONS      STR     megacam/rejections.config       # rejection recipe
     
    251252        END
    252253
    253         COMPRESSED_POSITIVE     METADATA
     254        # Compressed positive image
     255        COMP_IMG        METADATA
    254256                BITPIX          S32     16
    255257                SCALING         STR     STDEV_POSITIVE
     
    262264                NOISE           S32     8
    263265        END
    264         COMPRESSED_MASK         METADATA
     266        # Compressed mask
     267        COMP_MASK       METADATA
     268                BITPIX          S32     8
    265269                COMPRESSION     STR     PLIO
    266270                TILE.X          S32     0
     
    269273                NOISE           S32     8
    270274        END
    271         COMPRESSED_SUBTRACTION  METADATA
     275        # Compressed weight image
     276        COMP_WT         METADATA
     277                BITPIX          S32     16
     278                SCALING         STR     STDEV_POSITIVE
     279                STDEV.BITS      S32     4
     280                STDEV.NUM       F32     10
     281                COMPRESSION     STR     RICE
     282                TILE.X          S32     0
     283                TILE.Y          S32     1
     284                TILE.Z          S32     1
     285                NOISE           S32     8
     286        END
     287        # Compressed subtraction image
     288        COMP_SUB        METADATA
    272289                BITPIX          S32     16
    273290                SCALING         STR     STDEV_BOTH
Note: See TracChangeset for help on using the changeset viewer.