Changeset 6080 for branches/eam_rel9_p0/psModules/src/astrom/pmConcepts.c
- Timestamp:
- Jan 19, 2006, 11:47:06 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmConcepts.c
r6062 r6080 160 160 while ((item = psMetadataGetAndIncrement(iter))) { 161 161 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 } 162 166 psMetadataItem *specItem = psMetadataLookup(*specs, name); // Specification for the concept 163 167 if (specItem) {
Note:
See TracChangeset
for help on using the changeset viewer.
