IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 11:44:16 AM (18 years ago)
Author:
bills
Message:

fix problem building command args

File:
1 edited

Legend:

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

    r19627 r19642  
    181181        &my_die("Unable to perform ppStatsFromMetadata: $error_code", $det_id, $iter, $exp_id, $class_id, $error_code);
    182182    }
    183     $cmdflags = $stdout_buf; chomp $cmdflags;
     183    $cmdflags = "@$stdout_buf"; chomp $cmdflags;
    184184
    185185    # run ppStats on the binned image
     
    191191        &my_die("Unable to perform ppStats: $error_code", $det_id, $iter, $exp_id, $class_id, $error_code);
    192192    }
    193     $cmdflags .= $stdout_buf; chomp $cmdflags;
     193    $cmdflags .= " @$stdout_buf"; chomp $cmdflags;
    194194}
    195195
     
    206206$command .= " -path_base $outroot";
    207207$command .= " -dbname $dbname" if defined $dbname;
    208 $command .= $cmdflags;
     208$command .= " $cmdflags";
    209209
    210210# Add the processed file to the database
Note: See TracChangeset for help on using the changeset viewer.