Ignore:
Timestamp:
12/07/03 13:09:00 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/main
Files:
2 edited

Legend:

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

    r2518 r2613  
    5252*/
    5353
    54 #define EXPERT
    55 //#undef EXPERT
     54//#define EXPERT
     55#undef EXPERT
    5656
    5757double MCosy::Rad2SE(double rad) const
     
    13361336
    13371337            ZdAz dest = *((ZdAz*)mp) * kDeg2Rad;
    1338             //if (!SetPosition(dest))
    1339             //    return (void*)0x1234;
     1338            if (!SetPosition(dest))
     1339                return (void*)0x1234;
    13401340
    13411341            SlaStars sla(fObservatory);
     
    13531353        cout << "WM_Position: start." << endl;
    13541354        {
    1355             //if (!CheckNetwork())
    1356             //    return (void*)0xebb0;
     1355            if (!CheckNetwork())
     1356                return (void*)0xebb0;
    13571357
    13581358            ZdAz dest = *((ZdAz*)mp);
     
    19211921    const ZdAz seist = GetSePos()*2*TMath::Pi()/16384; // [se]
    19221922
    1923     cout << seist.Zd()*kRad2Deg << " " << seist.Az()*kRad2Deg << endl;
     1923    //cout << seist.Zd()*kRad2Deg << " " << seist.Az()*kRad2Deg << endl;
    19241924
    19251925    ZdAz back = fBending.CorrectBack(seist)*180/TMath::Pi();
    19261926
    1927     cout << back.Zd() << " " << back.Az() << endl;
     1927    //cout << back.Zd() << " " << back.Az() << endl;
    19281928
    19291929    return back;
  • trunk/MagicSoft/Cosy/main/MStarguider.cc

    r2518 r2613  
    180180
    181181    TString disp=gVirtualX->DisplayName();
    182     if (disp.First(':')>0)
     182    cout << "Display: " << disp << endl;
     183    if (disp.First(':')>=0)
    183184        disp=disp(0, disp.First(':'));
    184185
    185186    if (disp.IsNull() || disp==(TString)"localhost")
    186187    {
    187         fInterpol->CheckEntry(IDM_kInterpol1);
    188         fIntRate = 1;
     188        fInterpol->CheckEntry(IDM_kInterpol5);
     189        fIntRate = 5;
    189190    }
    190191    else
Note: See TracChangeset for help on using the changeset viewer.