Changeset 9091 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 2, 2006, 11:54:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9004 r9091 15 15 use Pod::Usage qw( pod2usage ); 16 16 17 my ($det_id, $iter, $exp_id, $det_type );17 my ($det_id, $iter, $exp_id, $det_type, $no_update); 18 18 GetOptions( 19 19 'det_id|d=s' => \$det_id, … … 21 21 'exp_id|e=s' => \$exp_id, 22 22 'det_type|t=s' => \$det_type, 23 'no-update' => \$no_update 23 24 ) or pod2usage( 2 ); 24 25 … … 193 194 194 195 # Add the result into the database 195 {196 unless ($no_update) { 196 197 my $command = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_id $exp_id " . 197 198 "-recip " . RECIPE1() . "," . RECIPE2() . " -b1_uri $jpeg1Name -b2_uri $jpeg2Name " .
Note:
See TracChangeset
for help on using the changeset viewer.
