IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27032


Ignore:
Timestamp:
Feb 22, 2010, 3:23:30 PM (16 years ago)
Author:
watersc1
Message:

This was missing STS exposures that did not have the expected obs_mode. I've added another comment based catch. :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/make_burntool_pcontrol.pl

    r26670 r27032  
    144144        ($date,$time) = split / /, $dateobs;
    145145        ($year,$month,$day) = split /-/, $date;
    146         ($hour,$minute,$second) = split /:/, $time;
     146        ($hour,$minute,$second) = split /:/, $time;   #/ I hope emacs fixes this bug soon. ;
    147147       
    148148        $dt = DateTime->new( year   => $year, month  => $month, day    => $day,
     
    161161        if ((($science{$obs_mode} == 1)&&($comment !~ /Daytime/))||
    162162            (($science{$obs_mode} == 0)&&(
    163                                           ($comment =~ /MD/)||($comment =~ /ThreePi/)||
    164                                           ($comment =~ /STS/)||($comment =~ /M31/)||
    165                                           ($comment =~ /CAL/i)||($comment =~ /SS/)||($comment =~ /SVS/)||
    166                                           ($comment =~ /Sweetspot/)||($comment =~ /virgo/i)||($comment =~ /kepler/)||
    167                                           ($comment =~ /sdss/))))                                         
     163                 ($comment =~ /MD/)||($comment =~ /ThreePi/)||
     164                 ($comment =~ /STS/i)||($comment =~ /M31/)||
     165                 ($comment =~ /CAL/i)||($comment =~ /SS/)||($comment =~ /SVS/)||
     166                 ($comment =~ /Stellar Transit/)||
     167                 ($comment =~ /Sweetspot/)||($comment =~ /virgo/i)||($comment =~ /kepler/)||
     168                 ($comment =~ /sdss/))))                                         
    168169        {
    169170            if ($start_s[-1] == 0) {
Note: See TracChangeset for help on using the changeset viewer.