Changeset 9091 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Oct 2, 2006, 11:54:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r9004 r9091 22 22 'det_type|t=s' => \$det_type, 23 23 'camera|c=s' => \$camera, 24 'no-update' => \$no_update 24 25 ) or pod2usage( 2 ); 25 26 … … 111 112 112 113 # Add the resultant into the database 113 {114 unless ($no_update) { 114 115 my $command = "$dettool -addstacked -det_id $det_id -iteration $iter -class_id $class_id" . 115 116 " -uri $outputStack -recip $recipe"; # Command to run
Note:
See TracChangeset
for help on using the changeset viewer.
