IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38583


Ignore:
Timestamp:
Jul 8, 2015, 1:56:06 PM (11 years ago)
Author:
heather
Message:

SAS39 multimode addstar works

File:
1 edited

Legend:

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

    r38578 r38583  
    108108my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
    109109
    110 my $temp_file = $outroot.".log.".$label.".".$stage.".".$stage_id.".list";
     110#my $temp_file = $outroot.".log.".$label.".".$stage.".".$stage_id.".list";
    111111my $temp_file = "/tmp/addstar.list";
    112112
     
    295295        $command .= " -fault $exit_code";
    296296        $command .= " -stage $stage";
    297         $command .= " -label $label";
     297        $command .= " -multiaddlabel $label";
    298298        $command .= " -dvodb_path $minidvodb_path" if defined $minidvodb_path;
    299299        $command .= " -path_base $outroot" if defined $outroot;
Note: See TracChangeset for help on using the changeset viewer.