IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2011, 3:03:37 PM (14 years ago)
Author:
bills
Message:

Separate disttool -definebyquery calls for single filter and multi filter runs

File:
1 edited

Legend:

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

    r32680 r32700  
    8888    push @stages, $stage;
    8989} else {
    90     @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky);
     90    @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle);
    9191}
    9292
    9393foreach my $stage (@stages) {
    9494    foreach my $label (@labels) {
     95        my $single;
     96        if ($stage eq "skysingle") {
     97            $stage = "sky";
     98            $single = 1;
     99        }
    95100        my $command = "$disttool -definebyquery -stage $stage -workdir $workdir -label $label";
     101        $command .= " -singlefilter" if $single;
    96102        $command .= " -no_magic" if $no_magic;
    97103        $command .= " -pretend" if $no_update;
Note: See TracChangeset for help on using the changeset viewer.