Ignore:
Timestamp:
06/01/04 16:52:40 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/main
Files:
2 edited

Legend:

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

    r4255 r4256  
    914914    MGeomCamMagic geom;
    915915    MAstroCamera ac;
    916     ac.SetMirrors("magic.def");
    917916    ac.SetGeom(geom);
    918917    ac.SetRadiusFOV(3);
     
    930929    Double_t y = center.GetY()-star->GetY();
    931930
    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;
    933932
    934933    // Convert from Pixel to millimeter (1pix=2.9mm)
     
    10081007        outrep << x*1.0713/2.58427 << " " << y*1.0713/2.58427 << " " << star->GetMag();
    10091008        outrep << setprecision(11) << t.GetMjd() << endl;
    1010         outrep.UnLock("MStarguider::FindStar")
     1009        outrep.UnLock("MStarguider::FindStar");
    10111010    }
    10121011}
  • trunk/MagicSoft/Cosy/main/MTracking.cc

    r4191 r4256  
    510510    sla.Now();
    511511
    512     ZdAz time;
     512    //ZdAz time;
    513513
    514514    ZdAz soll = sla.CalcZdAz(fCosy->fRaDec); // [rad]
     
    521521    bool phcaz=false;
    522522
    523     ZdAz wasse = fCosy->GetSePos();
    524     ZdAz oldse = fCosy->GetSePos();
     523    //ZdAz wasse = fCosy->GetSePos();
     524    //ZdAz oldse = fCosy->GetSePos();
    525525
    526526    while (!HasStopFlag())
Note: See TracChangeset for help on using the changeset viewer.