Changeset 19561 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Sep 15, 2008, 2:24:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19545 r19561 28 28 use Pod::Usage qw( pod2usage ); 29 29 30 my ($stack_id, $dbname, $outroot, $debug, $ threads, $verbose, $no_update, $no_op, $redirect, $save_temps);30 my ($stack_id, $dbname, $outroot, $debug, $run_state, $threads, $verbose, $no_update, $no_op, $redirect, $save_temps); 31 31 GetOptions( 32 32 'stack_id|d=s' => \$stack_id, # Stack identifier 33 33 'dbname|d=s' => \$dbname, # Database name 34 34 'outroot=s' => \$outroot, # Output root name 35 'run-state=s' => \$run_state, 35 36 'debug' => \$debug, # Print to stdout 36 37 'threads=s' => \$threads, # Number of threads to use for ppStack … … 44 45 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 45 46 pod2usage( 46 -msg => "Required options: --stack_id --outroot ",47 -msg => "Required options: --stack_id --outroot --run-state", 47 48 -exitval => 3, 48 49 ) unless defined $stack_id 49 and defined $outroot; 50 and defined $outroot 51 and defined $run_state; 50 52 51 53 # XXX camera is not known here; cannot use filerules...
Note:
See TracChangeset
for help on using the changeset viewer.
