skybber / fchart3

Python scripts to make beautiful deepsky finder charts and maps in various image formats.
GNU General Public License v2.0
12 stars 5 forks source link

hms2rad is not defined #1

Closed d33psky closed 4 years ago

d33psky commented 4 years ago

Found something missing :

On fchart3 "15:22:21.0,27:42:00.0,ACO2065" fchart3 errors out with :

Traceback (most recent call last):
  File "/home/hans/fchart3/bin/fchart3", line 326, in <module>
    ra, dec = hms2rad(rah, ram, ras), dms2rad(decd, decm, decs, sign)

NameError: name 'hms2rad' is not defined
skybber commented 4 years ago

Fixed, do you need new version on Pypi?

d33psky commented 4 years ago

Awesome quick fix. No hurries on Pypi needed.

d33psky commented 4 years ago

fix verified. Thanks.