Changeset 19932 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Oct 6, 2008, 2:03:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r19665 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 ); … … 353 356 $fpaCommand .= $camStats->cmdflags(); 354 357 $fpaCommand .= " -hostname $host" if defined $host; 358 $fpaCommand .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400)); 355 359 } else { 356 360 $fpaCommand .= " -updaterun -state full"; … … 387 391 $command .= " -path_base $outroot"; 388 392 $command .= " -path_base $outroot" if defined $outroot; 393 $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400)); 389 394 } else { 390 395 $command .= " -updateprocessedexp";
Note:
See TracChangeset
for help on using the changeset viewer.
