Changeset 13680 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Jun 6, 2007, 12:01:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r13275 r13680 89 89 $workdir = caturi( $workdir, "$camera.$det_type.$det_id" ) if defined $workdir; 90 90 91 my $outputRoot = $ipprc->file_prepare( "$exp_tag .detproc.$det_id", $workdir, $input_uri );91 my $outputRoot = $ipprc->file_prepare( "$exp_tag/$exp_tag.detproc.$det_id", $workdir, $input_uri ); 92 92 my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id); 93 93 my $outputBin1 = $ipprc->filename("PPIMAGE.BIN1", $outputRoot, $class_id); … … 150 150 my $exit_code = shift; # Exit code to add 151 151 152 warn($msg);152 carp($msg); 153 153 if ($det_id and $exp_tag and $class_id and not $no_update) { 154 154 my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag -class_id $class_id -code $exit_code";
Note:
See TracChangeset
for help on using the changeset viewer.
