IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28735


Ignore:
Timestamp:
Jul 28, 2010, 1:23:15 PM (16 years ago)
Author:
bills
Message:

bgtool supports 2 stages

File:
1 edited

Legend:

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

    r28536 r28735  
    122122$tool_cmd .= " $stage_id";
    123123
     124my $exportarg = '-exportrun';
     125if ($stage eq 'chip_bg') {
     126    $exportarg = '-exportchip';
     127} elsif ($stage eq 'warp_bg') {
     128    $exportarg = '-exportwarp';
     129}
     130
    124131# XXX should we create a file rule for this?
    125132my $dbinfo_file = "$outdir/dbinfo.$stage.$stage_id.mdc";
    126133
    127134{
    128     my $command = "$tool_cmd -exportrun -outfile $dbinfo_file";
     135    my $command = "$tool_cmd $exportarg -outfile $dbinfo_file";
    129136    $command .= " -clean" if ((defined $clean) and ($stage ne "raw"));
    130137    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.