Index: /trunk/ippScripts/scripts/minidvodb_premerge.pl
===================================================================
--- /trunk/ippScripts/scripts/minidvodb_premerge.pl	(revision 35422)
+++ /trunk/ippScripts/scripts/minidvodb_premerge.pl	(revision 35423)
@@ -129,7 +129,9 @@
             # relphot only takes lower case gpc1
             my $relphot_camera = lc($camera);
-            my $command  = "$relphot -averages -update";
-            $command .= " -D CAMERA $relphot_camera";
-            $command .= " -D CATDIR $minidvodb";
+            #my $command  = "$relphot -averages -update";
+            #$command .= " -D CAMERA $relphot_camera";
+            #$command .= " -D CATDIR $minidvodb";
+	    #this is a friday hack
+	    my $command = "echo skipping relphot";
 	    print "$command\n";
             my $mjd_relphot_start = DateTime->now->mjd;   # MJD of starting script
