Changeset 16332
- Timestamp:
- Feb 5, 2008, 6:04:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Operations.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Operations.pm
r16330 r16332 1 1 # Copyright (c) 2007 Paul Price 2 2 # 3 # $Id: Operations.pm,v 1. 6 2008-02-06 03:59:46price Exp $3 # $Id: Operations.pm,v 1.7 2008-02-06 04:04:33 price Exp $ 4 4 5 5 package PS::IPP::Operations; … … 50 50 my $skycells = shift; # List of skycell ids 51 51 my $workdir = shift; # Working directory 52 my $verbose = shift; # Verbose? 52 53 53 54 unless (defined $ipprc and defined $tess_id and defined $skycells and defined $workdir) { … … 72 73 my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $skyFileResolved"; 73 74 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 74 run(command => $command, verbose => 1);75 run(command => $command, verbose => $verbose); 75 76 unless ($success) { 76 77 carp "Unable to perform dvoImageExtract for $tess_id $skycell_id";
Note:
See TracChangeset
for help on using the changeset viewer.
