Changeset 9091 for trunk/ippScripts/scripts/detrend_calc_norm.pl
- Timestamp:
- Oct 2, 2006, 11:54:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_calc_norm.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_calc_norm.pl
r9005 r9091 16 16 # Parse command-line arguments 17 17 my ($detId, # Detrend id 18 $iter # Iteration 18 $iter, # Iteration 19 $no_update # Don't update the database? 19 20 ); 20 21 GetOptions( 21 22 'det_id|d=s' => \$detId, 22 23 'iteration|i=s' => \$iter, 24 'no-update' => \$no_update 23 25 ) or pod2usage( 2 ); 24 26 … … 94 96 95 97 # Process output normalisations 96 {98 unless ($no_update) { 97 99 foreach my $normItem (@$norms) { 98 100 my $className = $normItem->{name}; # Name of component
Note:
See TracChangeset
for help on using the changeset viewer.
