IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24128


Ignore:
Timestamp:
May 9, 2009, 3:12:19 PM (17 years ago)
Author:
bills
Message:

don't pass -dtime_script to warptool -updateskyfile it doesn't apply

File:
1 edited

Legend:

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

    r24057 r24128  
    306306            $command .= " -path_base $outroot";
    307307            $command .= " -hostname $host" if defined $host;
     308            $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
    308309        } else {
    309310            $command .= " -updateskyfile";
     
    311312        $command .= " -warp_id $warp_id";
    312313        $command .= " -skycell_id $skycell_id";
    313         $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
    314314        $command .= " -fault $exit_code";
    315315        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.