Index: trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/diff_skycell.pl	(revision 28126)
+++ trunk/ippScripts/scripts/diff_skycell.pl	(revision 28569)
@@ -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";
