Changeset 16336 for trunk/ippScripts/scripts/ipp_serial_warp.pl
- Timestamp:
- Feb 6, 2008, 9:52:57 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_warp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_warp.pl
r16323 r16336 26 26 27 27 my ($dbname, # Database name to use 28 $verbose, # Verbose operations? 28 29 $no_op, # No operations? 29 30 $no_update, # No updating? 30 31 ); 31 32 GetOptions( 32 'dbname|d=s' => \$dbname, 33 'dbname=s' => \$dbname, 34 'verbose' => \$verbose, 33 35 'no-op' => \$no_op, 34 36 'no-update' => \$no_update, … … 77 79 78 80 my $command = "$warp_overlap --warp_id $warp_id --camera $camera --tess_id $tess_id --dbname $dbname"; 81 $command .= " --verbose" if defined $verbose; 79 82 $command .= " --no-op" if defined $no_op; 80 83 $command .= " --no-update" if defined $no_update; … … 106 109 107 110 my $command = "$warp_skycell --warp_id $warp_id --skycell_id $skycell_id --tess_id $tess_id --camera $camera --dbname $dbname"; 111 $command .= " --verbose" if defined $verbose; 108 112 $command .= " --no-op" if defined $no_op; 109 113 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
