Index: /branches/pap/psphot/src/psphotReadout.c
===================================================================
--- /branches/pap/psphot/src/psphotReadout.c	(revision 25559)
+++ /branches/pap/psphot/src/psphotReadout.c	(revision 25560)
@@ -17,4 +17,6 @@
     // jointly by the multiple threads, not the total time used by all threads.
     psTimerStart ("psphotReadout");
+
+    pmModelClassSetLimits(PM_MODEL_LIMITS_LAX);
 
     // select the current recipe
Index: /branches/pap/psphot/src/psphotReadoutMinimal.c
===================================================================
--- /branches/pap/psphot/src/psphotReadoutMinimal.c	(revision 25559)
+++ /branches/pap/psphot/src/psphotReadoutMinimal.c	(revision 25560)
@@ -14,4 +14,6 @@
     // jointly by the multiple threads, not the total time used by all threads.
     psTimerStart ("psphotReadout");
+
+    pmModelClassSetLimits(PM_MODEL_LIMITS_LAX);
 
     // select the current recipe
