IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2010, 7:45:40 PM (16 years ago)
Author:
bills
Message:

changes to support distribution of "sky" stage short for staticsky

File:
1 edited

Legend:

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

    r28942 r28963  
    5353                      'PPSTACK.OUTPUT.MASK' => 'mask',
    5454                      'PPSTACK.OUTPUT.VARIANCE' => 'variance' );
     55my %sky_cleaned   = ( 'PSPHOT.STACK.OUTPUT.IMAGE' => 'image',
     56                      'PSPHOT.STACK.OUTPUT.MASK' => 'mask',
     57                      'PSPHOT.STACK.OUTPUT.VARIANCE' => 'variance' );
    5558
    5659
     
    420423    } elsif ($stage eq "stack") {
    421424        $type = $stack_cleaned{$rule};
     425    } elsif ($stage eq "sky") {
     426        $type = $sky_cleaned{$rule};
    422427    } else {
    423428        &my_die("$stage is not a valid stage", $component, $PS_EXIT_CONFIG_ERROR);
     
    500505    } elsif ($stage eq "stack") {
    501506        $config_file_rule = "PPSTACK.CONFIG";
     507    } elsif ($stage eq "sky") {
     508        $config_file_rule = "PSPHOT.STACK.CONFIG";
    502509    } else {
    503510        &my_die("$stage is not a valid stage", $component, $PS_EXIT_CONFIG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.