- Timestamp:
- Mar 8, 2006, 5:08:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConceptsStandard.c
r6448 r6552 663 663 if (strcasecmp(source, "VALUE") == 0) { 664 664 // Check that it's the same value as stored in the camera 665 psString checkString = psMetadataLookupStr(NULL, cell->c amera, "CELL.TRIMSEC");665 psString checkString = psMetadataLookupStr(NULL, cell->config, "CELL.TRIMSEC"); 666 666 psRegion checkRegion = psRegionFromString(checkString); 667 667 if (! COMPARE_REGIONS(&checkRegion, trimsec)) { … … 709 709 if (strcasecmp(source, "VALUE") == 0) { 710 710 // Check that it's the same value as stored in the camera 711 psString checkString = psMetadataLookupStr(NULL, cell->c amera, "CELL.BIASSEC");711 psString checkString = psMetadataLookupStr(NULL, cell->config, "CELL.BIASSEC"); 712 712 psList *checkList = psStringSplit(checkString, " ;"); 713 713 if (biassecs->n != checkList->n) { … … 763 763 764 764 if (strcasecmp(source, "HEADER") == 0) { 765 psString keywordsString = psMetadataLookupStr(NULL, cell->c amera, "CELL.BIASSEC");765 psString keywordsString = psMetadataLookupStr(NULL, cell->config, "CELL.BIASSEC"); 766 766 psList *keywords = psStringSplit(keywordsString, " ,;"); 767 767 if (biassecs->n != keywords->n) {
Note:
See TracChangeset
for help on using the changeset viewer.
