Changeset 9091 for trunk/ippScripts/scripts/detrend_process.pl
- Timestamp:
- Oct 2, 2006, 11:54:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process.pl
r9090 r9091 14 14 use Pod::Usage qw( pod2usage ); 15 15 16 my ($det_id, $exp_id, $class, $class_id, $det_type, $input_uri, $output_uri );16 my ($det_id, $exp_id, $class, $class_id, $det_type, $input_uri, $output_uri, $no_update); 17 17 GetOptions( 18 18 'det_id|d=s' => \$det_id, … … 22 22 'det_type|t=s' => \$det_type, 23 23 'input_uri|u=s' => \$input_uri, 24 'no-update' => \$no_update 24 25 ) or pod2usage( 2 ); 25 26 … … 85 86 86 87 # Add the processed file to the database 87 {88 unless ($no_update) { 88 89 my $command = "$dettool -addprocessed -det_id $det_id -exp_id $exp_id " . 89 90 "-class_id $class_id -recip $recipe -uri $outputImage"; # Command to run dettool
Note:
See TracChangeset
for help on using the changeset viewer.
