Index: /trunk/tools/diff_outputs.pl
===================================================================
--- /trunk/tools/diff_outputs.pl	(revision 20615)
+++ /trunk/tools/diff_outputs.pl	(revision 20616)
@@ -16,4 +16,6 @@
                              'WEIGHT' => '.wt.fits', # Weight
                              'SOURCES' => '.cmf', # Sources
+                             'JPEG1' => '.b1.jpg', # Binned JPEG
+                             'JPEG2' => '.b2.jpg', # Binned JPEG
                          };
 
@@ -66,8 +68,8 @@
     foreach my $type ( keys %$extensions ) {
         my $ext = $$extensions{$type}; # Extension
-        my $neb = "$path$ext"; # Nebulous file
-        my $source = `neb-locate --path $neb` or die "Unable to locate $neb\n"; # Actual file
+        my $file = "$path$ext"; # File
+        my $source = `ipp_datapath.pl $file` or die "Unable to locate $file\n"; # Actual file
         chomp $source;
-        my ($target) = $source =~ m|^.*:(.*)|; # Target name
+        my ($target) = $source =~ m|^.*[:/](.*)|; # Target name
         !system "cp $source $target" or die "Unable to copy $source\n";
     }
