Index: /branches/eam_branches/ipp-ppmerge-20241229/psModules/src/camera/pmFPAConstruct.c
===================================================================
--- /branches/eam_branches/ipp-ppmerge-20241229/psModules/src/camera/pmFPAConstruct.c	(revision 42772)
+++ /branches/eam_branches/ipp-ppmerge-20241229/psModules/src/camera/pmFPAConstruct.c	(revision 42773)
@@ -83,4 +83,5 @@
     while ((value = psListGetAndIncrement(valuesIter))) {
         psArray *fst = psStringSplitArray(value, ":", true); // First, second, third
+	assert (numArrays == fst->n);
         switch (numArrays) {
           case 3:
@@ -1126,5 +1127,5 @@
     pmFPAview *view = pmFPAviewAlloc(0); // View, to be returned
     if (phuView) {
-        // Copy the view, for the case where we're given a view.
+        // Copy the view values, for the case where we're given a view.
         *view = *phuView;
     }
