IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7586


Ignore:
Timestamp:
Jun 15, 2006, 5:20:52 PM (20 years ago)
Author:
Paul Price
Message:

Changed FILE->CONTENT to use a string (with replaceable concepts embedded in curlies) as the index to the CONTENTS menu. This allows us to use pmFPAAddSourceFromView --- previously this was not possible because it required the use of a header keyword to identify the chip/cell, which we explicitly did not have.

Location:
trunk/ippconfig
Files:
3 edited

Legend:

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

    r7532 r7586  
    1313        FPA.NAME        STR     EXPNUM  # A PHU keyword for the FPA name
    1414        CHIP.NAME       STR     EXTNAME # A PHU keyword for the chip name
    15         CONTENT         STR     EXTNAME # A PHU keyword to index the CONTENTS menu; required because EXT=NONE
     15        CONTENT         STR     {CHIP.NAME} # A string to index the CONTENTS menu; required because EXT=NONE
    1616END
    1717
  • trunk/ippconfig/megacam/format_split_mask.config

    r7532 r7586  
    1414        FPA.NAME        STR     FILENAME # A PHU keyword for the FPA name
    1515        CHIP.NAME       STR     EXTNAME  # A PHU keyword for the chip name
    16         CONTENT         STR     EXTNAME  # A PHU keyword to index the CONTENTS menu; required because EXT=NONE
     16        CONTENT         STR     {CHIP.NAME} # A string to index the CONTENTS menu; required because EXT=NONE
    1717END
    1818
  • trunk/ippconfig/megacam_detrended/format_split.config

    r7532 r7586  
    1515        FPA.NAME        STR     EXPNUM  # A PHU keyword for unique identifier within the hierarchy level
    1616        CHIP.NAME       STR     EXTNAME # An extension keyword for unique identifier
    17         CONTENT         STR     EXTNAME # A PHU keyword to index the CONTENTS menu; required because EXT=NONE
     17        CONTENT         STR     {CHIP.NAME} # A string to index the CONTENTS menu; required because EXT=NONE
    1818END
    1919
Note: See TracChangeset for help on using the changeset viewer.