IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35117


Ignore:
Timestamp:
Feb 7, 2013, 1:37:38 PM (13 years ago)
Author:
bills
Message:

change dist_bundle to work properly with single filter static sky runs

File:
1 edited

Legend:

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

    r33051 r35117  
    546546        $config_file_rule = "PPSTACK.CONFIG";
    547547    } elsif ($stage eq "sky") {
    548         if ($num_sky_inputs > 1) {
     548        if (1 or $num_sky_inputs > 1) {
    549549            $config_file_rule = "PSPHOT.STACK.CONFIG";
    550550        } else {
Note: See TracChangeset for help on using the changeset viewer.