Changeset 19306 for trunk/Mars/mastro
- Timestamp:
- 10/25/18 19:43:12 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mastro/MAstroCatalog.cc
r12763 r19306 756 756 TAxis &y = *h.GetYaxis(); 757 757 758 y.SetTitle("Altitude [ \\circ]");758 y.SetTitle("Altitude [#circ]"); 759 759 y.CenterTitle(); 760 760 … … 1210 1210 TString txt; 1211 1211 txt += MString::Format("\\alpha=%.2fh ", fmod(ra/15+48, 24)); 1212 txt += MString::Format("\\delta=%.1f \\circ ", fmod(dec+270,180)-90);1213 txt += MString::Format("/ FOV=%.1f \\circ", fRadiusFOV);1212 txt += MString::Format("\\delta=%.1f#circ ", fmod(dec+270,180)-90); 1213 txt += MString::Format("/ FOV=%.1f#circ", fRadiusFOV); 1214 1214 1215 1215 if (!fTime || !fObservatory) … … 1225 1225 1226 1226 txt.Prepend("#splitline{"); 1227 txt += MString::Format(" \\theta=%.1f \\circ ", fmod(zd+270,180)-90);1228 txt += MString::Format("\\phi=%.1f \\circ ", fmod(az+720, 360));1229 txt += MString::Format(" / \\rho=%.1f \\circ", rho*TMath::RadToDeg());1227 txt += MString::Format(" \\theta=%.1f#circ ", fmod(zd+270,180)-90); 1228 txt += MString::Format("\\phi=%.1f#circ ", fmod(az+720, 360)); 1229 txt += MString::Format(" / \\rho=%.1f#circ", rho*TMath::RadToDeg()); 1230 1230 txt += "}{<"; 1231 1231 txt += fTime->GetSqlDateTime();
Note:
See TracChangeset
for help on using the changeset viewer.