Changeset 19306 for trunk/Mars/mastro


Ignore:
Timestamp:
10/25/18 19:43:12 (6 years ago)
Author:
tbretz
Message:
Replaced \circ by #circ because the old one looks weird.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mastro/MAstroCatalog.cc

    r12763 r19306  
    756756    TAxis &y = *h.GetYaxis();
    757757
    758     y.SetTitle("Altitude [\\circ]");
     758    y.SetTitle("Altitude [#circ]");
    759759    y.CenterTitle();
    760760
     
    12101210    TString txt;
    12111211    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);
    12141214
    12151215    if (!fTime || !fObservatory)
     
    12251225
    12261226    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());
    12301230    txt += "}{<";
    12311231    txt += fTime->GetSqlDateTime();
Note: See TracChangeset for help on using the changeset viewer.