Changeset 28893
- Timestamp:
- Aug 11, 2010, 9:08:40 AM (16 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
receive_advance.pl (modified) (1 diff)
-
receive_file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_advance.pl
r27954 r28893 69 69 } elsif ($stage eq "camera") { 70 70 $tool_name = "camtool"; 71 } elsif ($stage eq "chip_bg" or $stage = "warp_bg") { 72 $tool_name = "bgtool"; 71 73 } else { 72 74 $tool_name = "${stage}tool"; -
trunk/ippScripts/scripts/receive_file.pl
r27718 r28893 183 183 $stage = 'raw'; 184 184 $comp_name = 'class_id'; 185 } elsif ($runType eq 'chipBackgroundRun') { 186 $stage = 'chip_bg'; 187 $comp_name = 'class_id'; 185 188 } elsif ($runType eq 'chipRun') { 186 189 $stage = 'chip'; … … 195 198 } elsif ($runType eq 'warpRun') { 196 199 $stage = 'warp'; 200 $comp_name = 'skycell_id'; 201 } elsif ($runType eq 'warpBackgroundRun') { 202 $stage = 'warp_bg'; 197 203 $comp_name = 'skycell_id'; 198 204 } elsif ($runType eq 'diffRun') {
Note:
See TracChangeset
for help on using the changeset viewer.
