Index: trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/diff_skycell.pl	(revision 12021)
+++ trunk/ippScripts/scripts/diff_skycell.pl	(revision 12043)
@@ -65,5 +65,5 @@
 my $files;
 {
-    my $command = "$difftool -inputscfile -diff_id $diff_id";
+    my $command = "$difftool -inputskyfile -diff_id $diff_id";
     $command .= " -dbname $dbname" if defined $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -71,5 +71,5 @@
     unless ($success) {
 	$error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
-	&my_die("Unable to perform difftool -inputscfile: $error_code", $diff_id, $error_code);
+	&my_die("Unable to perform difftool -inputskyfile: $error_code", $diff_id, $error_code);
     }
 
@@ -160,5 +160,5 @@
     # Add the subtraction result
     {
-	my $command = "$difftool -adddiffscfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot";
+	my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot";
 	$command .= " -bg $bg -bg_stdev $bg_stdev";
 	$command .= " -dbname $dbname" if defined $dbname;
@@ -168,5 +168,5 @@
 	unless ($success) {
 	    $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
-	    &my_die("Unable to perform difftool -adddiffscfile: $error_code", $diff_id, $error_code);
+	    &my_die("Unable to perform difftool -adddiffskyfile: $error_code", $diff_id, $error_code);
 	}
 	
