IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2010, 3:23:07 PM (16 years ago)
Author:
Paul Price
Message:

Merging development branch branches/pap_stack/ (exposure maps and their compression).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippconfig/recipes/fitstypes.mdc

    r23183 r27417  
    9999END
    100100
     101# Compressed exposure image
     102EXP     METADATA
     103        BITPIX          S32     16
     104        SCALING         STR     MANUAL
     105        FUZZ            BOOL    FALSE
     106        # Note: TRUE = BZERO + BSCALE * DISK
     107        BSCALE          F32     0.1     # Disk is stored as 1/10th sec
     108        BZERO           F32     3276.8  # Store unsigned zero as zero
     109        COMPRESSION     STR     GZIP
     110        TILE.X          S32     0
     111        TILE.Y          S32     1
     112        TILE.Z          S32     1
     113        NOISE           S32     8
     114END
     115
     116# Compressed number image
     117EXPNUM  METADATA
     118        BITPIX          S32     16
     119        COMPRESSION     STR     GZIP
     120        TILE.X          S32     0
     121        TILE.Y          S32     1
     122        TILE.Z          S32     1
     123        NOISE           S32     8
     124END
     125
Note: See TracChangeset for help on using the changeset viewer.