Index: /tags/ipp-20100623/ippScripts/scripts/diff_skycell.pl
===================================================================
--- /tags/ipp-20100623/ippScripts/scripts/diff_skycell.pl	(revision 28571)
+++ /tags/ipp-20100623/ippScripts/scripts/diff_skycell.pl	(revision 28572)
@@ -291,6 +291,6 @@
         $command .= " -ipprc $configurationReal";
     }
-    $command .= " -save-inconv" if defined $saveInConv;
-    $command .= " -save-refconv" if defined $saveRefConv;
+    $command .= " -save-inconv" if defined $saveInConv and $run_state eq "new";
+    $command .= " -save-refconv" if defined $saveRefConv and $run_state eq "new";
     $command .= " -recipe PPSUB $recipe_ppSub";
     $command .= " -recipe PSPHOT $recipe_psphot";
@@ -301,4 +301,6 @@
     if ($run_state eq "new") {
         $command .= " -photometry";
+    } else {
+        $command .= " -Db PHOTOMETRY FALSE";
     }
     $command .= " -inverse" if $inverse;
