Index: /branches/eam_branches/ipp-20130307/psModules/src/camera/pmFPAMaskWeight.c
===================================================================
--- /branches/eam_branches/ipp-20130307/psModules/src/camera/pmFPAMaskWeight.c	(revision 35374)
+++ /branches/eam_branches/ipp-20130307/psModules/src/camera/pmFPAMaskWeight.c	(revision 35375)
@@ -301,6 +301,8 @@
     psRegion *trimsec = psMetadataLookupPtr(&mdok, cell->concepts, "CELL.TRIMSEC"); // Trim section
     if (!mdok || psRegionIsNaN(*trimsec)) {
-        psError(PS_ERR_IO, true, "CELL.TRIMSEC is not set --- unable to set variance.\n");
-        return false;
+      // if trimsec is not defined, use the full image
+      trimsec = psRegionAlloc(0,0,0,0);
+      // psError(PS_ERR_IO, true, "CELL.TRIMSEC is not set --- unable to set variance.\n");
+      // return false;
     }
 
