Changeset 17251 for trunk/ippScripts/scripts/detrend_norm_exp.pl
- Timestamp:
- Mar 31, 2008, 1:32:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r17250 r17251 48 48 'no-op' => \$no_op, 49 49 ) or pod2usage( 2 ); 50 $verbose = 1; 50 51 51 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 52 52 pod2usage( -msg => "Required options: --det_id --iteration --camera --det_type --outroot", … … 186 186 my $command = "$dettool -addprocessedimfile"; 187 187 $command .= " -det_id $det_id"; 188 # this option seems to have been removed 189 # $command .= " -iter $iter"; 188 $command .= " -iter $iter"; 190 189 $command .= " -code $exit_code"; 191 190 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
