Changeset 31454 for trunk/ippScripts/scripts/lap_science.pl
- Timestamp:
- May 5, 2011, 1:12:27 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/lap_science.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/lap_science.pl
r31435 r31454 182 182 $chip_cmd .= " -set_label $exposure->{label} -set_data_group $data_group "; 183 183 $chip_cmd .= " -set_workdir $workdir -set_dist_group $exposure->{dist_group} "; 184 $chip_cmd .= " -set_reduction LAP_SCIENCE "; 184 185 185 186 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 489 490 } 490 491 491 492 print "STATUS: LAP_ID $lap_id\n"; 492 493 print "STATUS: DEFINED_QSTACK: $defined_qstack\n"; 493 494 print "STATUS: HAVE_QSTACK: $have_qstack\n"; … … 504 505 505 506 print "STATUS: TOTAL_EXPOSURES: $total_exposures\n"; 507 print "\n"; 506 508 if ($do_nothing) { 507 509 exit(0); … … 545 547 } 546 548 } 547 549 print "\n"; 550 return(0); 548 551 } 549 552
Note:
See TracChangeset
for help on using the changeset viewer.
