Changeset 4256 for trunk/MagicSoft/Cosy/main
- Timestamp:
- 06/01/04 16:52:40 (21 years ago)
- Location:
- trunk/MagicSoft/Cosy/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.cc
r4255 r4256 914 914 MGeomCamMagic geom; 915 915 MAstroCamera ac; 916 ac.SetMirrors("magic.def");917 916 ac.SetGeom(geom); 918 917 ac.SetRadiusFOV(3); … … 930 929 Double_t y = center.GetY()-star->GetY(); 931 930 932 cout << "STAR-Offset: " << MTime(-1) << " dx=" << x << "pix dy=" << dy << "pix" << endl;931 cout << "STAR-Offset: " << MTime(-1) << " dx=" << x << "pix dy=" << y << "pix" << endl; 933 932 934 933 // Convert from Pixel to millimeter (1pix=2.9mm) … … 1008 1007 outrep << x*1.0713/2.58427 << " " << y*1.0713/2.58427 << " " << star->GetMag(); 1009 1008 outrep << setprecision(11) << t.GetMjd() << endl; 1010 outrep.UnLock("MStarguider::FindStar") 1009 outrep.UnLock("MStarguider::FindStar"); 1011 1010 } 1012 1011 } -
trunk/MagicSoft/Cosy/main/MTracking.cc
r4191 r4256 510 510 sla.Now(); 511 511 512 ZdAz time;512 //ZdAz time; 513 513 514 514 ZdAz soll = sla.CalcZdAz(fCosy->fRaDec); // [rad] … … 521 521 bool phcaz=false; 522 522 523 ZdAz wasse = fCosy->GetSePos();524 ZdAz oldse = fCosy->GetSePos();523 //ZdAz wasse = fCosy->GetSePos(); 524 //ZdAz oldse = fCosy->GetSePos(); 525 525 526 526 while (!HasStopFlag())
Note:
See TracChangeset
for help on using the changeset viewer.