Changeset 28003 for branches/pap/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/warp_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/warp_skycell.pl
r27180 r28003 7 7 use Sys::Hostname; 8 8 my $host = hostname(); 9 my $date = `date`; 9 10 print "\n\n"; 10 print "Starting script $0 on $host \n\n";11 print "Starting script $0 on $host at $date\n\n"; 11 12 12 13 use DateTime; … … 299 300 $command .= " -tess_id $tess_dir"; 300 301 $command .= " -path_base $outroot"; # needed for logfile lookups 301 $command .= " - magicked $magicked" if $magicked;302 $command .= " -set_magicked $magicked" if $magicked; 302 303 303 304 $command .= " -uri $outputImage" if !$quality; … … 321 322 $command .= " -warp_id $warp_id"; 322 323 $command .= " -skycell_id $skycell_id"; 324 $command .= " -set_magicked $magicked" if $magicked; 323 325 $command .= " -dbname $dbname" if defined $dbname; 324 326
Note:
See TracChangeset
for help on using the changeset viewer.
