Index: trunk/ippScripts/scripts/warp_overlap.pl
===================================================================
--- trunk/ippScripts/scripts/warp_overlap.pl	(revision 19117)
+++ trunk/ippScripts/scripts/warp_overlap.pl	(revision 19263)
@@ -119,4 +119,8 @@
 	&my_die("Unable to determine the astrometry source", $warp_id, $PS_EXIT_DATA_ERROR);
     }
+    $astromFile = $ipprc->file_resolve($astromFile);
+    if (!$astromFile) {
+	&my_die("Unable to resolve real astrometry source filename", $warp_id, $PS_EXIT_DATA_ERROR);
+    }
 
     my @matchlist = get_overlaps($astromFile, $tess_dir_abs, $astromAccept); # List of overlaps
@@ -148,5 +152,5 @@
 
 # Generate a MDC file with the overlaps
-my ($overlapFile, $overlapName) = tempfile( 'overlaps.wrp' . $warp_id . '.mdc.XXXX', UNLINK => !$save_temps );
+my ($overlapFile, $overlapName) = tempfile( "/tmp/overlaps.wrp.$warp_id.mdc.XXXX", UNLINK => !$save_temps );
 print $overlapFile "warpSkyCellMap MULTI\n\n";
 foreach my $overlap (@overlaps) {
@@ -203,5 +207,5 @@
     my $accept = shift;         # Do we use the -accept-astrom flag?
 
-    my $command = "$dvoImageOverlaps -D CATDIR $tess_dir_abs " . $ipprc->file_resolve($filename);
+    my $command = "$dvoImageOverlaps -D CATDIR $tess_dir_abs " . $filename;
     $command .= ' -accept-astrom' if $accept;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -249,5 +253,5 @@
 	# we need to pull out the single CLASS_ID for this imfile from the full list
         my $class_id = $imfile->{class_id};
-        my $chipRoot = $ipprc->file_resolve( $imfile->{chip_path_base} );
+        my $chipRoot = $imfile->{chip_path_base};
         my $extname = $ipprc->extname_rule("CMF.HEAD", $class_id); # MEF psastro output
 
