IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2010, 4:49:05 PM (16 years ago)
Author:
bills
Message:

set path_base for mask not uri

File:
1 edited

Legend:

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

    r29495 r29504  
    415415        my $command = "$magictool -addmask";
    416416        $command   .= " -magic_id $magic_id";
    417         $command   .= " -uri $final_outroot";
     417        $command   .= " -path_base $final_outroot";
    418418        $command   .= " -streaks $num_streaks";
    419419        $command   .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.