Changeset 6842 for trunk/MagicSoft


Ignore:
Timestamp:
03/17/05 11:10:29 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MStarguider.cc

    r6841 r6842  
    14821482            fLastBright = bright;
    14831483
     1484            if (fCosy) {
     1485                MDriveCom &com = *fCosy->GetDriveCom();
     1486                com.SendStargReport(fStatus, fD, fSao->GetZdAz(), sgcenter, spots.GetEntries(), bright, time.GetMjd());    // Report
     1487            }
     1488
    14841489        } //kStarguider
    14851490
     
    14921497        f2.DrawCircle(skycenter, 3.50*.5*74.0, 0x0a);
    14931498        f2.DrawCircle(skycenter, 3.84*.5*74.0, 0x0a);
    1494 
    1495         if (fCosy) {
    1496             MDriveCom &com = *fCosy->GetDriveCom();
    1497             com.SendStargReport(fStatus, fD, fSao->GetZdAz(), sgcenter, spots.GetEntries(), bright, time.GetMjd());    // Report
    1498         }
    14991499    } //CalcStars
    15001500
Note: See TracChangeset for help on using the changeset viewer.