Changeset 18780
- Timestamp:
- Jul 30, 2008, 10:38:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_mask.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_mask.pl
r18774 r18780 42 42 43 43 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 44 pod2usage( -msg => "Required options: --magic_id --camera -- node --outroot",44 pod2usage( -msg => "Required options: --magic_id --camera --outroot", 45 45 -exitval => 3) unless 46 46 defined $magic_id and … … 84 84 { 85 85 my $command = "$streaks --streaks"; # Command to execute 86 my @basenames; # List of base names 86 87 87 88 # Concatenate the names … … 136 137 { 137 138 my $file = shift; # Name of file 138 &my_die("Unable to find output file: $file", $magic_id, $ node, $PS_EXIT_SYS_ERROR) unless139 &my_die("Unable to find output file: $file", $magic_id, $PS_EXIT_SYS_ERROR) unless 139 140 $ipprc->file_exists($file); 140 141 }
Note:
See TracChangeset
for help on using the changeset viewer.
