Ignore:
Timestamp:
05/09/09 13:48:12 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9435 r9439  
    9898
    9999    TGButton      *fTPoint;
    100     TGButton      *fStargTPoint;
     100//    TGButton      *fStargTPoint;
    101101
    102102    ZdAz          fPos;
     
    121121    ofstream *fOutTp;
    122122    ofstream *fOutStargTp;
    123     ofstream *fOutRq;
     123//    ofstream *fOutRq;
    124124
    125125    Int_t fDx;
     
    135135
    136136    Int_t fTPointFromCC;
     137
     138    Int_t fStarguiderW;
     139    Int_t fStarguiderH;
     140    Int_t fStarguiderX;
     141    Int_t fStarguiderY;
     142
     143    Float_t fSkyOffsetX;  // Offset between camera center and sky position
     144    Float_t fSkyOffsetY;  // Offset between camera center and sky position
     145
     146    Float_t fFindStarCut;
     147    Int_t   fFindStarBox;
     148
     149    TString fTPointStarName;
     150    Float_t fTPointStarMag;
    137151
    138152    void Toggle(TGPopupMenu *p, UInt_t id);
    139153    void SwitchOff(TGPopupMenu *p, UInt_t id);
    140154    void ToggleStargAnalysis();
    141     void ToggleFindStar();
     155//    void ToggleFindStar();
    142156    void ToggleStarguider();
    143157    void ToggleCaosFilter();
    144158    void SetChannel();
    145     Int_t CalcTrackingError(Leds &, MStarList &, ZdAz &, MTime &, double &bright, Int_t &num);
     159    Int_t CalcTrackingError(const Leds &, MStarList &, ZdAz &, const MTime &, const double &bright, Int_t &num, const Ring &center, Int_t numleds, Int_t numrings);
    146160    ZdAz TrackingError(TArrayF &alt, TArrayF &az, TArrayF &mag, Int_t &num) const;
    147161    bool Interpolate(const unsigned long n, byte *img) const;
    148     void FindStar(FilterLed &f, FilterLed &f2, Ring &center, MTime &t);
     162    void FindStar(const FilterLed &f, const FilterLed &f2, const Ring &center, const MTime &t, Int_t numleds, Int_t numrings);
    149163
    150164    void InitGui(Int_t channel);
     
    188202    void Print(Option_t *o) const { }
    189203
    190     void StartTPoint() { if (fTPointFromCC<0) fTPointFromCC=0; }
    191     void StartStarguider();
     204    void StartTPoint(char *cmd=0);// { if (fTPointFromCC<0) fTPointFromCC=0; }
     205    void StartStarguider(bool on);
     206
     207    Int_t GetStarguiderMode() const;
    192208
    193209    ClassDef(MStarguider, 0)
Note: See TracChangeset for help on using the changeset viewer.