Changeset 25425 for trunk/psModules/src/concepts/pmConceptsRead.c
- Timestamp:
- Sep 16, 2009, 6:35:31 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
r24824 r25425 73 73 return false; 74 74 } 75 76 75 psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name); 77 76 if (!strcmp (spec->blank->name, "CELL.XPARITY")) { … … 275 274 psMetadataItem *headerItem = NULL; // The value of the concept from the header 276 275 276 277 277 psTrace ("psModules.concepts", 3, "reading concept: %s\n", name); 278 278 if (!strcmp (name, "CELL.XPARITY")) { … … 307 307 } 308 308 } 309 310 309 if (!headerItem) { 311 310 psMetadataItem *formatItem = psMetadataLookup(transSpec, name); // Item with keyword … … 328 327 } 329 328 psString keywords = formatItem->data.str; // The FITS keywords 330 331 329 // In case there are multiple headers 332 330 psList *keys = psStringSplit(keywords, " ,;", true); // List of keywords
Note:
See TracChangeset
for help on using the changeset viewer.
