convert_quantities_to_units#

ndcube.utils.misc.convert_quantities_to_units(coords, units)[source]#

Converts a sequence of Quantities to units used in the WCS.

Non-Quantity types in the sequence are allowed and ignored.

Parameters:
Returns:

converted_coords (iterable of astropy.units.Quantity or None) – The coordinates converted to the units. Non-quantity types remain.