Changeset 20868
- Timestamp:
- Dec 1, 2008, 4:12:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r20768 r20868 74 74 psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name); 75 75 if (!strcmp (spec->blank->name, "CELL.XPARITY")) { 76 psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);76 psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name); 77 77 } 78 78 … … 273 273 psMetadataItem *headerItem = NULL; // The value of the concept from the header 274 274 275 psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);276 if (!strcmp (name, "CELL.XPARITY")) {277 psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);278 }279 if (!strcmp (name, "CELL.TRIMSEC")) {280 psTrace ("psModules.concepts", 3, "parsing CELL.TRIMSEC: %s\n", name);281 }275 psTrace ("psModules.concepts", 3, "reading concept: %s\n", name); 276 if (!strcmp (name, "CELL.XPARITY")) { 277 psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name); 278 } 279 if (!strcmp (name, "CELL.TRIMSEC")) { 280 psTrace ("psModules.concepts", 3, "parsing CELL.TRIMSEC: %s\n", name); 281 } 282 282 283 283 // First check the cell configuration … … 298 298 } 299 299 // if (!headerItem) { 300 // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);301 // }300 // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str); 301 // } 302 302 psMemIncrRefCounter(headerItem); 303 303 } … … 333 333 if (hduLow->header) { 334 334 headerItem = psMetadataLookup(hduLow->header, keywords); 335 if (!strcmp (keywords, "GAIN")) {336 if (!headerItem) {337 psWarning ("Failed to find to get gain for a cell");338 }339 }340 335 } 341 336 if (!headerItem && hduHigh != hduLow && hduHigh->header) {
Note:
See TracChangeset
for help on using the changeset viewer.
