IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2009, 6:35:31 PM (17 years ago)
Author:
watersc1
Message:

changes to support new burntool_state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r24824 r25425  
    7373        return false;
    7474    }
    75 
    7675    psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
    7776    if (!strcmp (spec->blank->name, "CELL.XPARITY")) {
     
    275274        psMetadataItem *headerItem = NULL; // The value of the concept from the header
    276275
     276
    277277        psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
    278278        if (!strcmp (name, "CELL.XPARITY")) {
     
    307307            }
    308308        }
    309 
    310309        if (!headerItem) {
    311310            psMetadataItem *formatItem = psMetadataLookup(transSpec, name); // Item with keyword
     
    328327            }
    329328            psString keywords = formatItem->data.str; // The FITS keywords
    330 
    331329            // In case there are multiple headers
    332330            psList *keys = psStringSplit(keywords, " ,;", true); // List of keywords
Note: See TracChangeset for help on using the changeset viewer.