Changeset 6842 for trunk/MagicSoft
- Timestamp:
- 03/17/05 11:10:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.cc
r6841 r6842 1482 1482 fLastBright = bright; 1483 1483 1484 if (fCosy) { 1485 MDriveCom &com = *fCosy->GetDriveCom(); 1486 com.SendStargReport(fStatus, fD, fSao->GetZdAz(), sgcenter, spots.GetEntries(), bright, time.GetMjd()); // Report 1487 } 1488 1484 1489 } //kStarguider 1485 1490 … … 1492 1497 f2.DrawCircle(skycenter, 3.50*.5*74.0, 0x0a); 1493 1498 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()); // Report1498 }1499 1499 } //CalcStars 1500 1500
Note:
See TracChangeset
for help on using the changeset viewer.