- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/concepts/pmConceptsRead.c
r24824 r27840 47 47 case PS_DATA_F64: 48 48 return psMetadataItemAllocF64(pattern->name, pattern->comment, psMetadataItemParseF64(concept)); 49 case PS_DATA_BOOL: 50 return psMetadataItemAllocBool(pattern->name, pattern->comment, psMetadataItemParseBool(concept)); 49 51 default: 50 52 psWarning("Concept %s (%s) is not of a standard type (%x)\n", … … 73 75 return false; 74 76 } 75 76 77 psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name); 77 78 if (!strcmp (spec->blank->name, "CELL.XPARITY")) { … … 275 276 psMetadataItem *headerItem = NULL; // The value of the concept from the header 276 277 278 277 279 psTrace ("psModules.concepts", 3, "reading concept: %s\n", name); 278 280 if (!strcmp (name, "CELL.XPARITY")) { … … 307 309 } 308 310 } 309 310 311 if (!headerItem) { 311 312 psMetadataItem *formatItem = psMetadataLookup(transSpec, name); // Item with keyword … … 328 329 } 329 330 psString keywords = formatItem->data.str; // The FITS keywords 330 331 331 // In case there are multiple headers 332 332 psList *keys = psStringSplit(keywords, " ,;", true); // List of keywords
Note:
See TracChangeset
for help on using the changeset viewer.
