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/runwarpskycell.pl

    r29176 r29419  
    1616
    1717my $dbname = "gpc1";
    18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend);
     18my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps);
    1919
    2020GetOptions(
     
    2727    'dbname=s'          => \$dbname,
    2828    'no-verbose'        => \$no_verbose,
     29    'save-temps'        => \$save_temps,
    2930) or pod2usage( 2 );
    3031
     
    7879$command .= " --reduction $reduction" if $reduction and ($reduction ne "NULL");
    7980$command .= " --redirect-output" if $redirect;
     81$command .= " --save-temps" if $save_temps;
    8082$command .= " --no-update" unless $update;
    8183$command .= " --verbose" unless $no_verbose;
Note: See TracChangeset for help on using the changeset viewer.