Changeset 9099
- Timestamp:
- Oct 2, 2006, 12:19:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r9097 r9099 87 87 # Add the processed file to the database 88 88 unless ($no_update) { 89 my $command = "$dettool -addprocessed -det_id $det_id -exp_tag $exp_tag " .89 my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag " . 90 90 "-class_id $class_id -recip $recipe -uri $outputImage"; # Command to run dettool 91 91 $command .= " -bg " . $stats->bg_mean(); … … 100 100 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 101 101 run(command => $command, verbose => 1); 102 die "Unable to perform dettool -addprocessed for $det_id/$exp_tag/$class_id: $error_code\n"102 die "Unable to perform dettool -addprocessedimfile for $det_id/$exp_tag/$class_id: $error_code\n" 103 103 if not $success; 104 104 }
Note:
See TracChangeset
for help on using the changeset viewer.
