Ignore:
Timestamp:
06/29/06 12:45:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7769 r7773  
    13681368#endif
    13691369
    1370     //AltAz pos0 = fSao->CalcAltAzFromPix(768/2,    576/2)*kRad2Deg;
     1370    AltAz pos0 = fSao->CalcAltAzFromPix(768/2,    576/2)*kRad2Deg;
    13711371    AltAz pos1 = fSao->CalcAltAzFromPix(768/2+mx, 576/2+my)*kRad2Deg;
    13721372/*
     
    13761376        fout1 << fCosy->GetPointingPos() << " ";
    13771377    fout1 << -pos1.Alt() << " " << pos1.Az() << endl;
    1378 
     1378 */
    13791379    pos1 -= pos0;
    1380 
     1380/*
    13811381    ofstream fout2("tracking_error.txt", ios::app);
    13821382    fout2 << setprecision(10) << fSao->GetMjd()-52000 << " ";
Note: See TracChangeset for help on using the changeset viewer.