IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 11:47:06 PM (21 years ago)
Author:
Paul Price
Message:

Readouts now contain a subimage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmConcepts.c

    r6062 r6080  
    160160    while ((item = psMetadataGetAndIncrement(iter))) {
    161161        const char *name = item->name;  // Name of the concept
     162        if (!strcmp(name, "CELL.NAME") || !strcmp(name, "CHIP.NAME")) {
     163            // These concepts are not written out; they are set from things like the FITS extname
     164            continue;
     165        }
    162166        psMetadataItem *specItem = psMetadataLookup(*specs, name); // Specification for the concept
    163167        if (specItem) {
Note: See TracChangeset for help on using the changeset viewer.