Index: trunk/ippScripts/scripts/lap_science.pl
===================================================================
--- trunk/ippScripts/scripts/lap_science.pl	(revision 31435)
+++ trunk/ippScripts/scripts/lap_science.pl	(revision 31454)
@@ -182,4 +182,5 @@
     $chip_cmd .= " -set_label $exposure->{label} -set_data_group $data_group ";
     $chip_cmd .= " -set_workdir $workdir -set_dist_group $exposure->{dist_group} ";
+    $chip_cmd .= " -set_reduction LAP_SCIENCE ";
 
     my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -489,5 +490,5 @@
     }
 
-
+    print "STATUS: LAP_ID           $lap_id\n";
     print "STATUS: DEFINED_QSTACK:  $defined_qstack\n";
     print "STATUS: HAVE_QSTACK:     $have_qstack\n";
@@ -504,4 +505,5 @@
 
     print "STATUS: TOTAL_EXPOSURES: $total_exposures\n";
+    print "\n";
     if ($do_nothing) {
 	exit(0);
@@ -545,5 +547,6 @@
 	}
     }
-    
+    print "\n";
+    return(0);
 }
 
