IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippScripts/scripts/make_burntool_pcontrol.pl

    r27938 r28794  
    4848while(<LAZY>) {
    4949    chomp;
    50     if ($_ =~ /BURNTOOL.STATE.GOOD/) {
     50    if ($_ =~ /BURNTOOL.STATE.GOOD\s/) {
    5151        @line = split /\s+/;
    5252        $burntoolStateGood = $line[2];
     
    328328        foreach my $target (@target_list) {
    329329#           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)) {
    333333                $return_value = 1;
    334334            }
    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";
    336336            if ($return_value) {
    337337                return($return_value);
Note: See TracChangeset for help on using the changeset viewer.