Changeset 17803 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- May 23, 2008, 5:10:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r17787 r17803 219 219 $command .= " -uri $outputImage -path_base $outroot" if $accept; 220 220 $command .= $stats->cmdflags() if $accept; 221 $command .= " -hostname $host" if defined $host; 221 222 $command .= " -dbname $dbname" if defined $dbname; 222 223 … … 241 242 if (defined $warp_id and defined $skycell_id and defined $tess_id and not $no_update) { 242 243 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code"; 244 $command .= " -hostname $host" if defined $host; 243 245 $command .= " -dbname $dbname" if defined $dbname; 244 246 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
