Index: /trunk/ippScripts/scripts/magic_process.pl
===================================================================
--- /trunk/ippScripts/scripts/magic_process.pl	(revision 24360)
+++ /trunk/ippScripts/scripts/magic_process.pl	(revision 24361)
@@ -349,15 +349,6 @@
     my $node = shift;
 
-    my $image;                  # Name of template to return
-    my $path_base;              # Base name for name
-    if (defined $node->{warp_path_base} and $node->{warp_path_base} ne "NULL") {
-        $path_base = $node->{warp_path_base};
-        $image = "PSWARP.OUTPUT";
-    } elsif (defined $node->{stack_path_base} and $node->{stack_path_base} ne "NULL") {
-        $path_base = $node->{stack_path_base};
-        $image = "PPSTACK.OUTPUT";
-    } else {
-        return undef;
-    }
+    my $path_base = $node->{diff_path_base}; # Base name for name
+    my $image = $node->{inverse} ? "PPSUB.INPUT.CONV" : "PPSUB.REF.CONV"; # File rule of interest
 
     $image = $ipprc->file_resolve($ipprc->filename($image, $path_base));
