multicolorfits.sex2dec#

multicolorfits.sex2dec(rain, decin)[source]#

Converts sexagesimal coordinates to decimal. HMS and DMS separated by colons (:)

Parameters:
  • rain (str) – input Right Ascension as a sexagesimal string – e.g., ‘03:45:6789’

  • decin (str) – input Declination as a sexagesimal string – e.g., ‘-12:34:5678998765’

Returns:

list – [12.345678, -10.987654]