IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 3:14:06 PM (18 years ago)
Author:
Paul Price
Message:

Merging Sebastian's tree: config file changes to recipes/ppImage.config and config files in sdssmosaic, to bring cvs in synch with what I'm using.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/sdssmosaic/format.config

    r18308 r18978  
    2020        CHIP.NAME       STR     CAMCOL  # Distinguishes chip name
    2121        CONTENT         STR     CAMCOL
     22 # Is the following line the origin of the weirdly named output files?
    2223        CONTENT.RULE    STR     {CHIP.NUM} # How to derive the CONTENT when writing
    2324END
     
    9899# Default PS concepts that may be specified by value
    99100DEFAULTS        METADATA
    100         FPA.INSTRUMENT  STR     SDSSmosaic
     101# FPA.CAMERA contains the name of the camera according to the config system (i.e. SDSSmosaic)
     102# FPA.INSTRUMENT contains the name of the camera according to the fits headers (i.e. itself)
     103# Normally, this will be in the header keyword INSTRUME but for this one, we override it to
     104# SDSSmosaic to avoid confusion between this and the non-mosaic SDSS configuration.
     105        INSTRUME        STR     SDSSmosaic
     106        FPA.INSTRUMENT  STR     INSTRUME
    101107# The gain is only roughly correct...
    102108        CELL.GAIN       F32     5.0
Note: See TracChangeset for help on using the changeset viewer.