Index: branches/tap_branches/ppSim/src/ppSimPhotom.c
===================================================================
--- branches/tap_branches/ppSim/src/ppSimPhotom.c	(revision 25900)
+++ branches/tap_branches/ppSim/src/ppSimPhotom.c	(revision 27838)
@@ -46,4 +46,6 @@
             if (! readout->data_exists) { continue; }
 
+// these are broken by the Jan 2010 API changes to psphot
+#if 0
             // run the actual photometry analysis
             if (!ppSimPhotomReadoutFake (config, view)) {
@@ -56,4 +58,5 @@
             }
 	    // ppSimDetectionLimits (config, view);
+#endif
         }
     }
