Index: /branches/eam_branch_20080719/psModules/src/concepts/pmConcepts.c
===================================================================
--- /branches/eam_branch_20080719/psModules/src/concepts/pmConcepts.c	(revision 18726)
+++ /branches/eam_branch_20080719/psModules/src/concepts/pmConcepts.c	(revision 18727)
@@ -217,14 +217,14 @@
 
     if (cell && (cell->conceptsRead == PM_CONCEPT_SOURCE_NONE)) {
-	pmConceptsBlankCell(cell);
-	cell->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
+        pmConceptsBlankCell(cell);
+        cell->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
     }
     if (chip && (chip->conceptsRead == PM_CONCEPT_SOURCE_NONE)) {
-	pmConceptsBlankChip(chip);
-	chip->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
+        pmConceptsBlankChip(chip);
+        chip->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
     }
     if (fpa && (fpa->conceptsRead == PM_CONCEPT_SOURCE_NONE)) {
-	pmConceptsBlankFPA(fpa);
-	fpa->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
+        pmConceptsBlankFPA(fpa);
+        fpa->conceptsRead = PM_CONCEPT_SOURCE_BLANK;
     }
 
@@ -665,5 +665,5 @@
 // List of concepts not to copy, for each level.
 // Must be NULL-terminated
-static const char *dontCopyConceptsFPA[] = { "FPA.NAME", "FPA.CAMERA", 0 };
+static const char *dontCopyConceptsFPA[] = { "FPA.OBS", "FPA.NAME", "FPA.CAMERA", 0 };
 static const char *dontCopyConceptsChip[] = { "CHIP.NAME", 0 };
 static const char *dontCopyConceptsCell[] = { "CELL.NAME", "CELL.TRIMSEC", "CELL.BIASSEC", 0 };
