Changeset 28506 for branches/pap/ippScripts/scripts/dist_advancerun.pl
- Timestamp:
- Jun 25, 2010, 11:06:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippScripts/scripts/dist_advancerun.pl
r27718 r28506 66 66 my $difftool = can_run('difftool') or (warn "Can't find difftool" and $missing_tools = 1); 67 67 my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 68 my $bgtool = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1); 68 69 if ($missing_tools) { 69 70 &my_die("Can't find required tools.", $dist_id, $PS_EXIT_CONFIG_ERROR); … … 82 83 $tool_cmd = "$chiptool -chip_id"; 83 84 $list_mode = "-processedimfile"; 85 $component_key = "class_id"; 86 } elsif ($stage eq "chip_bg") { 87 $tool_cmd = "$bgtool -chip_bg_id"; 88 $list_mode = "-chip"; 84 89 $component_key = "class_id"; 85 90 } elsif ($stage eq "camera") { … … 94 99 $tool_cmd = "$warptool -warp_id"; 95 100 $list_mode = "-warped"; 101 $component_key = "skycell_id"; 102 } elsif ($stage eq "warp_bg") { 103 $tool_cmd = "$bgtool -warp_bg_id"; 104 $list_mode = "-warp"; 96 105 $component_key = "skycell_id"; 97 106 } elsif ($stage eq "stack") {
Note:
See TracChangeset
for help on using the changeset viewer.
