Changeset 19938 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Oct 6, 2008, 4:11:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r19937 r19938 349 349 $fpaCommand .= $camStats->cmdflags(); 350 350 $fpaCommand .= " -hostname $host" if defined $host; 351 $fpaCommand .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));351 $fpaCommand .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 352 352 } else { 353 353 $fpaCommand .= " -updaterun -state full"; … … 384 384 $command .= " -path_base $outroot"; 385 385 $command .= " -path_base $outroot" if defined $outroot; 386 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));386 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 387 387 } else { 388 388 $command .= " -updateprocessedexp";
Note:
See TracChangeset
for help on using the changeset viewer.
