Changeset 6841 for trunk/MagicSoft/Cosy/main/MStarguider.cc
- Timestamp:
- 03/17/05 11:02:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.cc
r4888 r6841 1219 1219 if (outrep.Lock("MStarguider::FindStar")) 1220 1220 { 1221 outrep << "FINDSTAR-REPORT " << MTime(-1) << " " << setprecision(7);1221 outrep << "FINDSTAR-REPORT 00 " << MTime(-1) << " " << setprecision(7); 1222 1222 outrep << 90-za0.Alt() << " " << za0.Az() << " "; 1223 1223 outrep << za1.Zd() << " " << za1.Az() << " "; … … 1367 1367 fStargCaos->Run(img, kFALSE, kFALSE, pos, t, 30, 3.0); // [px] 1368 1368 const Float_t pixsize = atof(fPixSize->GetText()); // [arcsec/px] 1369 sgcenterzdaz.Zd((sgcenter.GetY()-293.6) * pixsize /3600 ); 1369 1370 // BE CAREFULL: This transformation is WRONG. It is just 1371 // a transformation of units, but this implies, that the 1372 // coordiante axis in both units look the same. This is 1373 // wrong exspecially near the zenith were az-lines are highly 1374 // curved around the zenith! 1375 sgcenterzdaz.Zd((sgcenter.GetY()-293.6) * pixsize /3600 ); 1370 1376 sgcenterzdaz.Az((sgcenter.GetX()-53.2) * pixsize /3600 ); 1371 1377 #ifdef EXPERT … … 1487 1493 f2.DrawCircle(skycenter, 3.84*.5*74.0, 0x0a); 1488 1494 1495 if (fCosy) { 1496 MDriveCom &com = *fCosy->GetDriveCom(); 1497 com.SendStargReport(fStatus, fD, fSao->GetZdAz(), sgcenter, spots.GetEntries(), bright, time.GetMjd()); // Report 1498 } 1489 1499 } //CalcStars 1490 1491 if (fCosy) {1492 MDriveCom &com = *fCosy->GetDriveCom();1493 com.SendStargReport(fStatus, fD); // Report1494 }1495 1500 1496 1501 // Draw Circles around center of Camera
Note:
See TracChangeset
for help on using the changeset viewer.