Changeset 9145 for trunk/ippScripts/scripts/detrend_process_exp.pl
- Timestamp:
- Oct 3, 2006, 10:04:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_exp.pl
r9133 r9145 27 27 -exitval => 3, 28 28 ) unless defined $det_id 29 and defined $exp_tag 30 and defined $det_type; 29 and defined $exp_tag; 31 30 32 31 use constant RECIPE1 => 'PPIMAGE_J1'; # Recipe to use for ppImage to make JPEGs … … 86 85 87 86 # Generate the file list, and get the statistics 88 my $outputRoot = $exp_tag . '.detproc.' . $det_id . '.' . $iter; # Root output name87 my $outputRoot = $exp_tag . '.detproc.' . $det_id; # Root output name 89 88 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 90 89 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2 … … 124 123 # Add the result into the database 125 124 unless ($no_update) { 126 my $command = "$dettool -addprocessedexp -det_id $det_id - iteration $iter -exp_tag $exp_tag " .125 my $command = "$dettool -addprocessedexp -det_id $det_id -exp_tag $exp_tag " . 127 126 "-recip " . RECIPE1() . "," . RECIPE2() . " -b1_uri $jpeg1Name -b2_uri $jpeg2Name " . 128 127 "-bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev"; # Command to run
Note:
See TracChangeset
for help on using the changeset viewer.
