Changeset 9215
- Timestamp:
- Oct 4, 2006, 11:47:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r9185 r9215 4 4 use strict; 5 5 6 use PS::IPP::Metadata::Stats; 6 7 use IPC::Cmd qw( can_run run ); 7 8 use Data::Dumper; … … 36 37 37 38 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 38 pod2usage( -msg => "Required options: --det_id --iteration --class_id --value --input_uri --camera --det_type",39 pod2usage( -msg => "Required options: --det_id --iteration --class_id --value --input_uri --camera --det_type", 39 40 -exitval => 3, 40 41 ) unless defined $detId
Note:
See TracChangeset
for help on using the changeset viewer.
