Changeset 28536 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Jun 28, 2010, 8:13:53 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_bundle.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap merged: 28498-28499,28503-28506,28534-28535
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/dist_bundle.pl
r27718 r28536 35 35 'PPIMAGE.CHIP.MASK' => 'mask', 36 36 'PPIMAGE.CHIP.VARIANCE' => 'variance' ); 37 my %chip_bg_cleaned = ( 'PPBACKGROUND.OUTPUT' => 'image', 38 'PPBACKGROUND.OUTPUT.MASK' => 'mask' ); 37 39 my %camera_cleaned = ( 'PSASTRO.OUTPUT.MASK' => 'mask' ); 38 40 my %fake_cleaned; … … 40 42 'PSWARP.OUTPUT.MASK' => 'mask', 41 43 'PSWARP.OUTPUT.VARIANCE' => 'variance' ); 44 my %warp_bg_cleaned = ( 'PSWARP.OUTPUT' => 'image', 45 'PSWARP.OUTPUT.MASK' => 'mask' ); 42 46 my %diff_cleaned = ( 'PPSUB.OUTPUT' => 'image', 43 47 'PPSUB.OUTPUT.MASK' => 'mask', … … 246 250 my $fh = open_with_retries($mask_resolved); 247 251 close $fh; 248 } elsif ($stage eq "chip" ) {252 } elsif ($stage eq "chip" or $stage eq "chip_bg") { 249 253 $class_id = $component; 250 254 } … … 416 420 if ($stage eq "chip") { 417 421 $config_file_rule = "PPIMAGE.CONFIG"; 422 } elsif ($stage eq "chip") { 423 $config_file_rule = "PPBACKGROUND.CONFIG"; 418 424 } elsif ($stage eq "camera") { 419 425 $config_file_rule = "PSASTRO.CONFIG"; … … 422 428 return \@file_list; 423 429 } elsif ($stage eq "warp") { 430 $config_file_rule = "PSWARP.CONFIG"; 431 } elsif ($stage eq "warp_bg") { 424 432 $config_file_rule = "PSWARP.CONFIG"; 425 433 } elsif ($stage eq "diff") {
Note:
See TracChangeset
for help on using the changeset viewer.
