Definition at line 74 of file MStarguider.cc.
References IDM_kCaosFilter, IDM_kFilter, IDM_kFindStar, IDM_kInterpol1, IDM_kInterpol10, IDM_kInterpol125, IDM_kInterpol2, IDM_kInterpol25, IDM_kInterpol250, IDM_kInterpol5, IDM_kInterpol50, and IDM_kStretch.
Referenced by MStarguider().
135 const TGWindow *p=gClient->GetRoot();
149 TString disp=gVirtualX->DisplayName();
150 cout <<
"Display: " << disp << endl;
151 if (disp.First(
':')>=0)
152 disp=disp(0, disp.First(
':'));
154 if (disp.IsNull() || disp==(TString)
"localhost")
186 fMenu =
new TGMenuBar(
this, 0, 0, kHorizontalFrame);
364 SetWMSizeHints(w, h, w, h, 1, 1);
369 SetWindowName(
"TPoint Main Window");
370 SetIconName(
"TPoint");