multicolorfits.deg2dms#

multicolorfits.deg2dms(valin, return_type=<class 'list'>, str_delimiter=':', str_decimal_places=2, str_zero_pad=True)[source]#

Convert decimal degrees to DMS components.

Ported/adapted from skyplothelper to fix sign handling and 60-second rollover edge-cases.