parse_angle_dict#

skysim.settings.parse_angle_dict(dictionary)[source]#

Convert a dictionary of the form {degrees:X, arcminutes:Y, arcseconds:Z} to a single Quantity.

Parameters:
dictionarydict[str , int | float]

Dictionary potentially containing angular information.

Returns:
astropy.units.Quantity[angle]

Combined angle.