- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_bundle.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/ippScripts/scripts/dist_bundle.pl
r28942 r29060 53 53 'PPSTACK.OUTPUT.MASK' => 'mask', 54 54 'PPSTACK.OUTPUT.VARIANCE' => 'variance' ); 55 my %sky_cleaned = ( 'PSPHOT.STACK.OUTPUT.IMAGE' => 'image', 56 'PSPHOT.STACK.OUTPUT.MASK' => 'mask', 57 'PSPHOT.STACK.OUTPUT.VARIANCE' => 'variance' ); 55 58 56 59 … … 420 423 } elsif ($stage eq "stack") { 421 424 $type = $stack_cleaned{$rule}; 425 } elsif ($stage eq "sky") { 426 $type = $sky_cleaned{$rule}; 422 427 } else { 423 428 &my_die("$stage is not a valid stage", $component, $PS_EXIT_CONFIG_ERROR); … … 500 505 } elsif ($stage eq "stack") { 501 506 $config_file_rule = "PPSTACK.CONFIG"; 507 } elsif ($stage eq "sky") { 508 $config_file_rule = "PSPHOT.STACK.CONFIG"; 502 509 } else { 503 510 &my_die("$stage is not a valid stage", $component, $PS_EXIT_CONFIG_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
