Index: trunk/tools/chip_outputs.pl
===================================================================
--- trunk/tools/chip_outputs.pl	(revision 27661)
+++ trunk/tools/chip_outputs.pl	(revision 27662)
@@ -16,4 +16,5 @@
                              'VARIANCE' => '.ch.wt.fits', # Variance
                              'SOURCES' => '.cmf', # Sources
+                             'PSF' => '.psf',     # Point-spread function
                          };
 
@@ -83,7 +84,7 @@
     my $neb = "$path$ext"; # Nebulous file
     my $source = `neb-locate --path $neb`;
-    if (!$source) { 
-	print "Unable to locate $neb\n"; # Actual file
-	return;
+    if (!$source) {
+        print "Unable to locate $neb\n"; # Actual file
+        return;
     }
     chomp $source;
@@ -91,6 +92,6 @@
     my $status = system "cp $source $target";
     if ($status) {
-	print "Unable to copy $source\n";
-	return;
+        print "Unable to copy $source\n";
+        return;
     }
 }
