Changeset 9091 for trunk/ippScripts/scripts/detrend_apply_norm.pl
- Timestamp:
- Oct 2, 2006, 11:54:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_apply_norm.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_apply_norm.pl
r9004 r9091 17 17 $input, # Input file 18 18 $camera, # Camera 19 $detType # Detrend type 19 $detType, # Detrend type 20 $no_update # Don't update the database 20 21 ); 21 22 GetOptions( … … 26 27 'input_uri|u=s' => \$input, 27 28 'camera|c=s' => \$camera, 28 'det_type|t=s' => \$detType 29 'det_type|t=s' => \$detType, 30 'no-update' => \$no_update 29 31 ) or pod2usage( 2 ); 30 32 … … 62 64 63 65 # Update the database 64 {66 unless ($no_update) { 65 67 my $command = "$dettool -addnormalizedimfile -det_id $detId -iteration $iter -class_id $classId ". 66 68 "-uri $output"; # Command to run
Note:
See TracChangeset
for help on using the changeset viewer.
