IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 1:56:40 PM (15 years ago)
Author:
eugene
Message:

do not use ppConfigDump to get the burntool state; do not wrap SOURCE in double quotes; fixed 0-counting error in kernel solution; add needed elements to megacam camera config; add PS_NOPATTERN recipe

File:
1 edited

Legend:

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

    r29902 r32355  
    154154PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.N}         # Rule for generating photcode
    155155
     156BURNTOOL.STATE.GOOD        S16  0  # Value for burntool_state with the most recent bt version.
     157BURNTOOL.STATE.GOOD.UPDATE S16  0  # for upddate processing accept earlier version
     158
     159FOV_REF                     F32     0   # Field of view of unvignetted region in FPA pixels.
     160FOV_MAX                     F32     0
     161NPIX_REF                    S32     0
     162NPIX_MAX                    S32     0
     163NPIX_INTERCHIP              S32     0
     164
     165# This sets the maximum size for the fwhm_major.  This is roughly 3", and 98.67% of all exposures in the database are less than this.
     166MAX_ALLOWED_FWHM          F32         25
     167
    156168# don't censor any masked pixels
    157169MASK.NO.CENSOR          U32 4294967295
     170
     171METADATA.COMPRESSION         STR      7f # compression mode (nM): n = 1-9, M = f (filtered), h (Huffman), R (run-length)
Note: See TracChangeset for help on using the changeset viewer.