IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2011, 3:47:51 PM (15 years ago)
Author:
bills
Message:

add script to regenerate missing input files for a given component. Add flag
to tell the various scripts to delete existing log file (for use when the instance
is not available)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/rundiffskycell.pl

    r29176 r31941  
    2626my $dbname = "gpc1";
    2727my ($diff_id, $skycell_id, $threads, $update, $redirect);
     28my $zaplog;
    2829
    2930GetOptions(
     
    3233    'threads=i'         => \$threads,
    3334    'redirect-output'   => \$redirect,
     35    'zaplog'            => \$zaplog,
    3436    'update'            => \$update,
    3537    'pretend'           => \$pretend,
     
    7476$command .= " --reduction $reduction" if $reduction;
    7577$command .= " --threads $threads" if $threads;
     78$command .= " --zaplog" if $zaplog;
    7679
    7780print "command to process this skycell\n";
Note: See TracChangeset for help on using the changeset viewer.