Changeset 7773 for trunk/MagicSoft/Cosy/main
- Timestamp:
- 06/29/06 12:45:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.cc
r7769 r7773 1368 1368 #endif 1369 1369 1370 //AltAz pos0 = fSao->CalcAltAzFromPix(768/2, 576/2)*kRad2Deg;1370 AltAz pos0 = fSao->CalcAltAzFromPix(768/2, 576/2)*kRad2Deg; 1371 1371 AltAz pos1 = fSao->CalcAltAzFromPix(768/2+mx, 576/2+my)*kRad2Deg; 1372 1372 /* … … 1376 1376 fout1 << fCosy->GetPointingPos() << " "; 1377 1377 fout1 << -pos1.Alt() << " " << pos1.Az() << endl; 1378 1378 */ 1379 1379 pos1 -= pos0; 1380 1380 /* 1381 1381 ofstream fout2("tracking_error.txt", ios::app); 1382 1382 fout2 << setprecision(10) << fSao->GetMjd()-52000 << " ";
Note:
See TracChangeset
for help on using the changeset viewer.