IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15092


Ignore:
Timestamp:
Sep 28, 2007, 2:53:53 PM (19 years ago)
Author:
Paul Price
Message:

Need to update the CONTENT line in FILE in the camera format --- doesn't take {CHIP.NAME} any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigCamera.c

    r15086 r15092  
    606606        }
    607607        psMetadataAddStr(file, PS_LIST_TAIL, "CONTENT", PS_META_REPLACE, "Key to CONTENTS menu",
    608                          "{CHIP.NAME}");
     608                         "PS_CNTNT");
    609609        // Don't need CELL.NAME for chip-mosaicked camera
    610610        if (psMetadataLookup(file, "CELL.NAME")) {
     
    629629            if (!strcasecmp(phuItem->data.str, "FPA") && !strcasecmp(extensionsItem->data.str, "CHIP")) {
    630630                // ensure the value of CONTENT in the FILE section has the right value
    631                 psMetadataAddStr(file, PS_LIST_TAIL, "CONTENT", PS_META_REPLACE, "Key to CONTENTS menu", "{CHIP.NAME}");
     631                psMetadataAddStr(file, PS_LIST_TAIL, "CONTENT", PS_META_REPLACE, "Key to CONTENTS menu",
     632                                 "PS_CNTNT");
    632633
    633634                // List the chipName:chipType for each chip.
     
    692693                    psStringAppend(&content, "%s:_mosaicChip ", fpaItem->name);
    693694                    psMetadataAddStr(contents, PS_LIST_TAIL, fpaItem->name, 0, NULL, content);
    694                     psFree(content);
     695                    psFree(content);
    695696                }
    696697                psFree(fpaIter);
Note: See TracChangeset for help on using the changeset viewer.