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

projection_stereographic is missing #5

Closed ginimod closed 1 year ago

ginimod commented 1 year ago

Hello,

Projection_stereographic is missing i comment the line in the init.py and it work.

version='0.9.0'

from .config_loader import from .skymap_engine import from .configuration import from .used_catalogs import from .graphics_cairo import from .graphics_skia import from .graphics_tikz import from .graphics_interface import from .highlight_definition import from .dso_highlight_definition import from .projection_interface import from .projection_orthographic import

from .projection_stereographic import *

skybber commented 1 year ago

Thanks for the feedback, I fixed it. I hope you like fchart3!