IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2010, 2:25:48 PM (16 years ago)
Author:
bills
Message:

optionally save temporary files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runcameraexp.pl

    r29176 r29419  
    1515
    1616my $dbname = "gpc1";
    17 my ($cam_id, $update, $redirect, $pretend, $no_verbose);
     17my ($cam_id, $update, $redirect, $save_temps, $pretend, $no_verbose);
    1818
    1919GetOptions(
     
    2121    'pretend'           => \$pretend,
    2222    'redirect-output'   => \$redirect,
     23    'save-temps'        => \$save_temps,
    2324    'update'            => \$update,
    2425    'dbname=s'          => \$dbname,
     
    6768$command .= " --dvodb $dvodb" if $dvodb and ($dvodb ne "NULL");
    6869$command .= " --redirect-output" if $redirect or $update;
     70$command .= " --save-temps" if $save_temps;
    6971$command .= " --no-update" unless $update;
    7072$command .= " --verbose" unless $no_verbose;
Note: See TracChangeset for help on using the changeset viewer.