IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29079


Ignore:
Timestamp:
Aug 30, 2010, 9:07:31 AM (16 years ago)
Author:
rhenders
Message:

Now checking an updating nightly science status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/roboczar.pl

    r29059 r29079  
    104104    my $priority = undef;
    105105    my $newState = undef;
     106    my $nsStatus = undef;
    106107
    107108    while (1) {
     
    115116            $begin = $czarDb->subtractInterval($begin, "1 DAY");
    116117        }
     118
     119        # check nightly science status
     120        print "* Checking nightly science status\n";
     121        if (!$pantasks->getNightlyScienceStatus(\$nsStatus)) {$nsStatus = "Unknown";}
     122        $czarDb->updateNightlyScience($nsStatus);
    117123
    118124        # check nebulous
Note: See TracChangeset for help on using the changeset viewer.