IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15095


Ignore:
Timestamp:
Sep 28, 2007, 3:22:14 PM (19 years ago)
Author:
Paul Price
Message:

Adding CONTENT.RULE to determine how to write the appropriate CONTENT to the FITS file.

Location:
trunk/ippconfig
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/cfh12k/format_split.config

    r15088 r15095  
    1616        FPA.NAME        STR     EXPNUM  # A PHU keyword for unique identifier
    1717        CONTENT         STR     IMAGEID # Key to the CONTENTS menu
     18        CONTENT.RULE    STR     {CHIP.N} # How to derive the CONTENT when writing
    1819END
    1920
  • trunk/ippconfig/gpc1/format_raw.config

    r15071 r15095  
    1717        FPA.NAME        STR     CONTROLR   # A PHU keyword for unique identifier within the hierarchy level
    1818        CONTENT         STR     DETECTOR   # How to determine content of FITS file
     19        CONTENT.RULE    STR     {CHIP.NAME} # How to derive the CONTENT when writing
    1920END
    2021
  • trunk/ippconfig/megacam/format_split.config

    r15064 r15095  
    1414        FPA.NAME        STR     EXPNUM  # A PHU keyword for unique identifier
    1515        CONTENT         STR     EXTNAME # Key to the CONTENTS menu
     16        CONTENT.RULE    STR     {CHIP.NAME} # How to derive the CONTENT when writing
    1617END
    1718
  • trunk/ippconfig/simmosaic/format_split.config

    r15064 r15095  
    1414        FPA.NAME        STR     FPANAME         # A PHU keyword for unique FPA identifier
    1515        CONTENT         STR     CHIPNAME        # How to determine content of FITS file
     16        CONTENT.RULE    STR     {CHIP.NAME}     # How to derive the CONTENT when writing
    1617END
    1718
  • trunk/ippconfig/tc3/format.config

    r15064 r15095  
    1515        FPA.NAME        STR     OBSTYPE # A PHU keyword for unique identifier
    1616        CONTENT         STR     DETECTOR # How to determine content of FITS file
     17        CONTENT.RULE    STR     {CHIP.NAME}     # How to derive the CONTENT when writing
    1718END
    1819
Note: See TracChangeset for help on using the changeset viewer.