IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:00:22 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/tools/runwarpskycell.pl

    r30857 r32337  
    1717my $dbname = "gpc1";
    1818my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps);
     19my $zaplog;
    1920
    2021GetOptions(
     
    2324    'threads=i'         => \$threads,
    2425    'pretend'           => \$pretend,
     26    'zaplog'            => \$zaplog,
    2527    'redirect-output'   => \$redirect,
    2628    'update'            => \$update,
     
    8385$command .= " --verbose" unless $no_verbose;
    8486$command .= " --dbname $dbname" if $dbname;
    85 
     87$command .= " --zaplog" if $zaplog;
    8688
    8789if ($update) {
Note: See TracChangeset for help on using the changeset viewer.