Changeset 19932 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Oct 6, 2008, 2:03:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19689 r19932 10 10 print "\n\n"; 11 11 print "Starting script $0 on $host\n\n"; 12 13 use DateTime; 14 my $mjd_start = DateTime->now->mjd; # MJD of starting script 12 15 13 16 use vars qw( $VERSION ); … … 264 267 $command .= " -uri $outputName -path_base $outroot"; 265 268 $command .= " -hostname $host" if defined $host; 269 $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400)); 266 270 } else { 267 271 $mode = "-updaterun -state full"; … … 294 298 $command .= " -addsumskyfile"; 295 299 $command .= " -hostname $host" if defined $host; 300 $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400)); 296 301 } else { 297 302 $command .= " -updatesumskyfile";
Note:
See TracChangeset
for help on using the changeset viewer.
