Index: trunk/ppImage/src/ppImageParseCamera.c
===================================================================
--- trunk/ppImage/src/ppImageParseCamera.c	(revision 7621)
+++ trunk/ppImage/src/ppImageParseCamera.c	(revision 7629)
@@ -72,22 +72,4 @@
     pmFPAfile *bin2 = pmFPAfileDefineFromFPA (config, byChip->fpa, options->xBin2, options->yBin2, "PPIMAGE.BIN2");
 
-    // set the CELL.XBIN and CELL.YBIN for the output mosaiced FPAs
-    for (int i = 0; i < byFPA1->fpa->chips->n; i++) {
-	pmChip *chip = byFPA1->fpa->chips->data[i];
-	for (int j = 0; j < chip->cells->n; j++) {
-	    pmCell *cell = chip->cells->data[j];
-            psMetadataAddF32 (cell->concepts, PS_LIST_TAIL, "CELL.XBIN", PS_META_REPLACE, "", options->xBin1);
-            psMetadataAddF32 (cell->concepts, PS_LIST_TAIL, "CELL.YBIN", PS_META_REPLACE, "", options->yBin1);
-	}
-    }
-    for (int i = 0; i < byFPA2->fpa->chips->n; i++) {
-	pmChip *chip = byFPA2->fpa->chips->data[i];
-	for (int j = 0; j < chip->cells->n; j++) {
-	    pmCell *cell = chip->cells->data[j];
-            psMetadataAddF32 (cell->concepts, PS_LIST_TAIL, "CELL.XBIN", PS_META_REPLACE, "", options->xBin2);
-            psMetadataAddF32 (cell->concepts, PS_LIST_TAIL, "CELL.YBIN", PS_META_REPLACE, "", options->yBin2);
-	}
-    }
-
     // bin1 and bin2 are used as carriers: input for byFPA1, byFPA2
     bin1->freeLevel = PM_FPA_LEVEL_FPA;
