units_to_strings#

jdaviz.core.unit_conversion_utils.units_to_strings(unit_list)[source]#

Convert equivalencies into readable versions of the units.

Parameters:
unit_listlist

List of either astropy.units.Unit or strings that can be converted to astropy.units.Unit.

Returns:
resultlist

A list of the units with their best (i.e., most readable) string version.