FEATURE: Different entry forms for RA and DEC (Aladin)
Background:
There are different ways of entering RA and DEC. The user can enter RA in HMS, decimal hours, or decimal degrees and DEC in DMS or decimal degrees.
Implementation:
I updated the logic of parseRa and parseDec to match for other forms of entries and be more flexible with spaces.
FEATURE: Different entry forms for RA and DEC (Aladin)
Background: There are different ways of entering RA and DEC. The user can enter RA in HMS, decimal hours, or decimal degrees and DEC in DMS or decimal degrees.
Implementation: I updated the logic of
parseRa
andparseDec
to match for other forms of entries and be more flexible with spaces.