units_to_strings#

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

Convert equivalencies into readable versions of the units.

Parameters:
unit_listlist

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

Returns:
resultlist

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