Changeset 19932 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Oct 6, 2008, 2:03:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r19561 r19932 9 9 print "\n\n"; 10 10 print "Starting script $0 on $host\n\n"; 11 12 use DateTime; 13 my $mjd_start = DateTime->now->mjd; # MJD of starting script 11 14 12 15 use vars qw( $VERSION ); … … 252 255 $command .= " -ignore" if not $accept; # Completed succesfully, but can't produce product 253 256 $command .= " -uri $outputImage" if $accept; 257 $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400)); 254 258 $command .= $stats->cmdflags() if $accept; 255 259 $command .= " -hostname $host" if defined $host; … … 305 309 $command .= " -warp_id $warp_id"; 306 310 $command .= " -skycell_id $skycell_id"; 311 $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400)); 307 312 $command .= " -code $exit_code"; 308 313 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
