Changeset 18562 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- Jul 15, 2008, 10:33:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r18055 r18562 27 27 my $ipprc = PS::IPP::Config->new(); # IPP configuration 28 28 29 my ($warp_id, $camera, $tess_dir, $dbname, $verbose, $no_update, $no_op, $ save_temps);29 my ($warp_id, $camera, $tess_dir, $dbname, $verbose, $no_update, $no_op, $logfile, $save_temps); 30 30 GetOptions( 31 31 'warp_id|i=s' => \$warp_id, # Warp identifier … … 36 36 'no-update' => \$no_update, # Don't update the database? 37 37 'no-op' => \$no_op, # Don't do any operations 38 'logfile=s' => \$logfile, 38 39 'save-temps' => \$save_temps, # Save temporary files? 39 40 ) or pod2usage( 2 ); 41 42 $ipprc->redirect_output($logfile) if $logfile; 40 43 41 44 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
Note:
See TracChangeset
for help on using the changeset viewer.
