IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26208


Ignore:
Timestamp:
Nov 20, 2009, 10:41:06 AM (17 years ago)
Author:
bills
Message:

need to pass --component to dist_bundle.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_get_image_job.pl

    r26204 r26208  
    6060my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
    6161
    62 my $params = join "", (<INPUT>);
    63 
    64 my $data = $mdcParser->parse($params) or die("failed to parse metadata config doc");
     62my $data = $mdcParser->parse(join "", (<INPUT>)) or die("failed to parse metadata config doc");
    6563my $components = parse_md_list($data);
    6664my $n = scalar @$components;
     
    8987}
    9088
    91 
    9289my $out_dir = dirname($output_base);
    9390my $prefix = basename($output_base) . "_";
     
    10299}
    103100
    104 
    105101{
    106     my $command = "$dist_bundle --camera $camera --stage $stage --stage_id $stage_id --component $component";
     102    my $command = "$dist_bundle --camera $camera --stage $stage --stage_id $stage_id";
     103    $command .- " --component $component";
    107104    $command .= " --path_base $path_base --outdir $out_dir --results_file $results_file";
    108105    $command .= " --prefix $prefix";
Note: See TracChangeset for help on using the changeset viewer.