IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2008, 4:11:11 PM (18 years ago)
Author:
Paul Price
Message:

Let's do the time warp again!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/stack_skycell.pl

    r19932 r19938  
    267267            $command .= " -uri $outputName -path_base $outroot";
    268268            $command .= " -hostname $host" if defined $host;
    269             $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400));
     269            $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
    270270        } else {
    271271            $mode = "-updaterun -state full";
     
    298298            $command .= " -addsumskyfile";
    299299            $command .= " -hostname $host" if defined $host;
    300             $command .= (" -dtime_script " . (($mjd_start - DateTime->now->mjd) * 86400));
     300            $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
    301301        } else {
    302302            $command .= " -updatesumskyfile";
Note: See TracChangeset for help on using the changeset viewer.