LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
bin/fchart3
bin/fchart3-atlas
fchart3/__init__.py
fchart3/base_types.py
fchart3/config_loader.py
fchart3/configuration.py
fchart3/constellation.py
fchart3/deepsky_catalog.py
fchart3/deepsky_object.py
fchart3/geodesic_binfile_reader.py
fchart3/geodesic_grid.py
fchart3/geodesic_star_catalog_gaia.py
fchart3/highlights.py
fchart3/hnsky_deepsky.py
fchart3/horizon_landscape.py
fchart3/htm_grid.py
fchart3/label_potential.py
fchart3/milkyway.py
fchart3/outlines_deepsky.py
fchart3/pgc_deepsky.py
fchart3/skymap_engine.py
fchart3/solar_system_body.py
fchart3/used_catalogs.py
fchart3/vector_math.py
fchart3/vic.py
fchart3/viewport_transformer.py
fchart3.egg-info/PKG-INFO
fchart3.egg-info/SOURCES.txt
fchart3.egg-info/dependency_links.txt
fchart3.egg-info/requires.txt
fchart3.egg-info/top_level.txt
fchart3/astro/__init__.py
fchart3/astro/astrocalc.py
fchart3/astro/np_astrocalc.py
fchart3/astro/precession.py
fchart3/cli/__init__.py
fchart3/cli/search_object_utils.py
fchart3/cli/solar_system.py
fchart3/data/default.conf
fchart3/data/label_positions.txt
fchart3/data/catalogs/PGC.dat
fchart3/data/catalogs/PGC_update.dat
fchart3/data/catalogs/bsc5.dat
fchart3/data/catalogs/constbndJ2000.dat
fchart3/data/catalogs/constellation_boundaries.dat
fchart3/data/catalogs/constellationship_western.fab
fchart3/data/catalogs/convert_stellarium_boundaries.txt
fchart3/data/catalogs/cross-id.dat
fchart3/data/catalogs/deep_sky.hnd
fchart3/data/catalogs/milkyway.dat
fchart3/data/catalogs/milkyway_enhanced_10k.dat
fchart3/data/catalogs/milkyway_enhanced_30k.dat
fchart3/data/catalogs/namedstars.dat
fchart3/data/catalogs/outlines_catgen.dat
fchart3/data/catalogs/starnames.dat
fchart3/data/catalogs/stars_0_0v0_14.cat
fchart3/data/catalogs/stars_1_0v0_14.cat
fchart3/data/catalogs/stars_2_0v0_14.cat
fchart3/data/catalogs/stars_3_0v0_9.cat
fchart3/data/catalogs/unnamedstars.dat
fchart3/data/catalogs/vic.txt
fchart3/graphics/__init__.py
fchart3/graphics/graphics_cairo.py
fchart3/graphics/graphics_interface.py
fchart3/graphics/graphics_skia.py
fchart3/graphics/graphics_tikz.py
fchart3/graphics/mirroring_graphics.py
fchart3/htm/__init__.py
fchart3/htm/htm.py
fchart3/htm/htmc.cc
fchart3/htm/htmc.h
fchart3/htm/htmc.i
fchart3/htm/htmc.py
fchart3/htm/htmc_wrap-backup.cc
fchart3/htm/htmc_wrap.cc
fchart3/htm/runswig.sh
fchart3/htm/unit_tests.py
fchart3/htm/htm_src/BitList.cpp
fchart3/htm/htm_src/BitList.h
fchart3/htm/htm_src/BitList.hxx
fchart3/htm/htm_src/SConscript
fchart3/htm/htm_src/SpatialConstraint.cpp
fchart3/htm/htm_src/SpatialConstraint.h
fchart3/htm/htm_src/SpatialConstraint.hxx
fchart3/htm/htm_src/SpatialConvex.cpp
fchart3/htm/htm_src/SpatialConvex.h
fchart3/htm/htm_src/SpatialConvex.hxx
fchart3/htm/htm_src/SpatialDoc.h
fchart3/htm/htm_src/SpatialDomain.cpp
fchart3/htm/htm_src/SpatialDomain.h
fchart3/htm/htm_src/SpatialDomain.hxx
fchart3/htm/htm_src/SpatialEdge.cpp
fchart3/htm/htm_src/SpatialEdge.h
fchart3/htm/htm_src/SpatialException.cpp
fchart3/htm/htm_src/SpatialException.h
fchart3/htm/htm_src/SpatialGeneral.h
fchart3/htm/htm_src/SpatialIndex.cpp
fchart3/htm/htm_src/SpatialIndex.h
fchart3/htm/htm_src/SpatialIndex.hxx
fchart3/htm/htm_src/SpatialIndexTcl.h
fchart3/htm/htm_src/SpatialInterface.cpp
fchart3/htm/htm_src/SpatialInterface.h
fchart3/htm/htm_src/SpatialInterface.hxx
fchart3/htm/htm_src/SpatialMarkup.h
fchart3/htm/htm_src/SpatialVector.cpp
fchart3/htm/htm_src/SpatialVector.h
fchart3/htm/htm_src/SpatialVector.hxx
fchart3/htm/htm_src/VarStr.cpp
fchart3/htm/htm_src/VarStr.h
fchart3/htm/htm_src/VarVec.h
fchart3/htm/htm_src/classHeader.inc
fchart3/htm/htm_src/hierHeader.inc
fchart3/htm/htm_src/indexHeader.inc
fchart3/htm/htm_src/dontneed/VarStr.hxx
fchart3/htm/htm_src/dontneed/VarVecDef.h
fchart3/htm/htm_src/dontneed/htmLookupRadec.cpp
fchart3/htm/htm_src/dontneed/instances.cpp
fchart3/htm/include/NumpyRecords.h
fchart3/htm/include/NumpyVector.h
fchart3/htm/include/NumpyVoidVector.h
fchart3/htm/include/numpy.i
fchart3/projections/__init__.py
fchart3/projections/projection.py
fchart3/projections/projection_equidistant.py
fchart3/projections/projection_orthographic.py
fchart3/projections/projection_stereographic.py
fchart3/renderers/__init__.py
fchart3/renderers/arrow_renderer.py
fchart3/renderers/base_renderer.py
fchart3/renderers/contellations_renderer.py
fchart3/renderers/deepsky_renderer.py
fchart3/renderers/extras_renderer.py
fchart3/renderers/grid_renderer.py
fchart3/renderers/highlights_renderer.py
fchart3/renderers/horizon_renderer.py
fchart3/renderers/milkyway_renderer.py
fchart3/renderers/nebulae_outlines_renderer.py
fchart3/renderers/planets_renderer.py
fchart3/renderers/stars_renderer.py
fchart3/renderers/trajectory_renderer.py
fchart3/widgets/__init__.py
fchart3/widgets/space_widget_allocator.py
fchart3/widgets/widget_base.py
fchart3/widgets/widget_coords.py
fchart3/widgets/widget_dso_legend.py
fchart3/widgets/widget_eyepiece.py
fchart3/widgets/widget_hspace.py
fchart3/widgets/widget_mag_scale.py
fchart3/widgets/widget_map_scale.py
fchart3/widgets/widget_numeric_map_scale.py
fchart3/widgets/widget_orientation.py
fchart3/widgets/widget_picker.py
fchart3/widgets/widget_telrad.py