Changeset 28536 for trunk/ippScripts/scripts/dist_advancerun.pl
- Timestamp:
- Jun 28, 2010, 8:13:53 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_advancerun.pl (modified) (3 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_advancerun.pl
r27718 r28536 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.
