angle_to_dms#
- skysim.settings.angle_to_dms(angle)[source]#
Convert a astropy angle to a pretty-printed string.
- Parameters:
- angle
astropy.units.Quantity[angle] The angle quantity to format.
- angle
- Returns:
strLatex-formatted string.
Convert a astropy angle to a pretty-printed string.
astropy.units.Quantity[angle]The angle quantity to format.
strLatex-formatted string.