Changeset 28893 for trunk/ippScripts/scripts/receive_file.pl
- Timestamp:
- Aug 11, 2010, 9:08:40 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
