Changeset 28506 for branches/pap/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Jun 25, 2010, 11:06:16 AM (16 years ago)
- File:
-
- 1 edited
-
branches/pap/ippScripts/scripts/dist_bundle.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippScripts/scripts/dist_bundle.pl
r27718 r28506 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.
