IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15777


Ignore:
Timestamp:
Dec 10, 2007, 12:37:37 PM (18 years ago)
Author:
jhoblitt
Message:

pass -uri to -addprocessedimfile

File:
1 edited

Legend:

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

    r15773 r15777  
    165165$command .= " -exp_name $tmp_exp_name"; # keep the supplied exp_name (could be derived from the file)
    166166$command .= " -tmp_class_id $tmp_class_id"; # the original class_id supplied by the user, replace by ppStats CLASS.ID
     167$command .= " -uri $uri ";
    167168$command .= " -dbname $dbname" if defined $dbname;
    168169$command .= $stats->cmdflags();
Note: See TracChangeset for help on using the changeset viewer.