- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippScripts/scripts/make_burntool_pcontrol.pl
r27938 r28794 48 48 while(<LAZY>) { 49 49 chomp; 50 if ($_ =~ /BURNTOOL.STATE.GOOD /) {50 if ($_ =~ /BURNTOOL.STATE.GOOD\s/) { 51 51 @line = split /\s+/; 52 52 $burntoolStateGood = $line[2]; … … 328 328 foreach my $target (@target_list) { 329 329 # print STDERR "$target $obsmode_list{$target} $exp_type $obs_mode $object $comment\n"; 330 if (($obs_mode =~ /$obsmode_list{$target}/ )&&331 ($object =~ /$object_list{$target}/ )&&332 ($comment =~ /$comment_list{$target}/ )) {330 if (($obs_mode =~ /$obsmode_list{$target}/i)&& 331 ($object =~ /$object_list{$target}/i)&& 332 ($comment =~ /$comment_list{$target}/i)) { 333 333 $return_value = 1; 334 334 } 335 # print ">$return_value $exp_type $obs_mode $object $comment $target $obsmode_list{$target} $object_list{$target} $comment_list{$target}\n";335 # print ">$return_value $exp_type $obs_mode $object $comment <> $target $obsmode_list{$target} $object_list{$target} $comment_list{$target}\n"; 336 336 if ($return_value) { 337 337 return($return_value);
Note:
See TracChangeset
for help on using the changeset viewer.
