starplot 0.15.7__tar.gz → 0.16.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of starplot might be problematic. Click here for more details.
- {starplot-0.15.7 → starplot-0.16.0}/CITATION.cff +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/CONTRIBUTING.md +5 -4
- {starplot-0.15.7 → starplot-0.16.0}/PKG-INFO +18 -11
- {starplot-0.15.7 → starplot-0.16.0}/README.md +14 -8
- {starplot-0.15.7 → starplot-0.16.0}/docs/about.md +1 -1
- {starplot-0.15.7 → starplot-0.16.0}/docs/changelog.md +21 -0
- starplot-0.16.0/docs/coming-soon.md +66 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/css/extra.css +65 -10
- starplot-0.16.0/docs/custom/main.html +58 -0
- starplot-0.16.0/docs/examples/horizon-gradient.md +16 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-big-dipper.md +2 -2
- starplot-0.16.0/docs/examples/map-carina-nebula.md +15 -0
- starplot-0.16.0/docs/examples/map-cassiopeia.md +12 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-milky-way-stars.md +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/star-chart-detail.md +1 -1
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples.md +45 -33
- {starplot-0.15.7 → starplot-0.16.0}/docs/index.md +5 -2
- {starplot-0.15.7 → starplot-0.16.0}/docs/installation.md +6 -18
- starplot-0.16.0/docs/migration-guides/0.16.0.md +118 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-callables.md +6 -9
- starplot-0.16.0/docs/reference-mapplot.md +92 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-models.md +8 -1
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-opticplot.md +18 -10
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-selecting-objects.md +2 -2
- starplot-0.16.0/docs/reference-settings.md +42 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-styling.md +163 -113
- starplot-0.16.0/docs/reference-zenithplot.md +7 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/01.md +11 -2
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/02.md +15 -17
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/03.md +11 -2
- starplot-0.16.0/docs/tutorial/04.md +47 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/05.md +15 -6
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/06.md +11 -2
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/07.md +11 -2
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/08.md +11 -2
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial/09.md +13 -2
- {starplot-0.15.7 → starplot-0.16.0}/examples/examples.py +5 -0
- {starplot-0.15.7 → starplot-0.16.0}/examples/horizon_double_cluster.py +26 -14
- starplot-0.16.0/examples/horizon_gradient.py +44 -0
- {starplot-0.15.7 → starplot-0.16.0}/examples/horizon_sgr.py +11 -9
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_big.py +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_big_dipper.py +7 -7
- starplot-0.16.0/examples/map_canis_major.py +31 -0
- starplot-0.16.0/examples/map_carina.py +95 -0
- starplot-0.16.0/examples/map_cas.py +59 -0
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_milky_way_stars.py +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_orion.py +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_orthographic.py +10 -8
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_sagittarius.py +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/examples/optic_m45.py +11 -6
- {starplot-0.15.7 → starplot-0.16.0}/examples/optic_moon_saturn.py +10 -10
- {starplot-0.15.7 → starplot-0.16.0}/examples/optic_orion_nebula.py +13 -8
- starplot-0.16.0/examples/optic_solar_eclipse.py +47 -0
- {starplot-0.15.7 → starplot-0.16.0}/examples/star_chart_basic.py +10 -6
- {starplot-0.15.7 → starplot-0.16.0}/examples/star_chart_detail.py +10 -7
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/hashlock.yml +60 -44
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/horizon_checks.py +45 -7
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/map_checks.py +93 -19
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/optic_checks.py +58 -36
- starplot-0.16.0/hash_checks/zenith_checks.py +72 -0
- {starplot-0.15.7 → starplot-0.16.0}/mkdocs.yml +3 -0
- {starplot-0.15.7 → starplot-0.16.0}/pyproject.toml +3 -2
- starplot-0.16.0/requirements.txt +17 -0
- starplot-0.16.0/scripts/polaris.py +63 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/__init__.py +7 -2
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/base.py +56 -59
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/cli.py +3 -3
- starplot-0.16.0/src/starplot/config.py +56 -0
- starplot-0.16.0/src/starplot/data/__init__.py +13 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/bigsky.py +3 -3
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/db.py +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/library/sky.db +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/horizon.py +194 -90
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/map.py +71 -168
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/mixins.py +0 -55
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/dso.py +10 -2
- starplot-0.16.0/src/starplot/observer.py +71 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/optic.py +61 -26
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/plotters/__init__.py +2 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/plotters/constellations.py +3 -5
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/plotters/dsos.py +3 -2
- starplot-0.16.0/src/starplot/plotters/gradients.py +153 -0
- starplot-0.16.0/src/starplot/plotters/legend.py +247 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/plotters/stars.py +5 -3
- starplot-0.16.0/src/starplot/projections.py +178 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/base.py +99 -22
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/antique.yml +0 -1
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/blue_dark.yml +0 -1
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/blue_gold.yml +60 -52
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/blue_light.yml +0 -1
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/blue_medium.yml +7 -7
- starplot-0.16.0/src/starplot/styles/ext/blue_night.yml +178 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/cb_wong.yml +0 -1
- starplot-0.16.0/src/starplot/styles/ext/gradient_presets.yml +158 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/grayscale.yml +0 -1
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/grayscale_dark.yml +0 -1
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/nord.yml +0 -1
- starplot-0.16.0/src/starplot/styles/extensions.py +119 -0
- starplot-0.16.0/src/starplot/zenith.py +174 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_data.py +3 -3
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_map.py +9 -9
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_models.py +12 -12
- starplot-0.16.0/tests/test_observer.py +55 -0
- starplot-0.16.0/tests/test_optic.py +73 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_styles.py +18 -0
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_02.py +10 -6
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_03.py +12 -9
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_04.py +2 -2
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_05.py +12 -7
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_06.py +12 -21
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_07.py +11 -7
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/tutorial_08.py +10 -6
- starplot-0.15.7/docs/coming-soon.md +0 -16
- starplot-0.15.7/docs/custom/main.html +0 -58
- starplot-0.15.7/docs/reference-mapplot.md +0 -19
- starplot-0.15.7/docs/reference-settings.md +0 -21
- starplot-0.15.7/docs/tutorial/04.md +0 -32
- starplot-0.15.7/examples/map_canis_major.py +0 -28
- starplot-0.15.7/examples/optic_solar_eclipse.py +0 -36
- starplot-0.15.7/hash_checks/zenith_checks.py +0 -47
- starplot-0.15.7/requirements.txt +0 -16
- starplot-0.15.7/src/starplot/data/__init__.py +0 -13
- starplot-0.15.7/src/starplot/projections.py +0 -78
- starplot-0.15.7/src/starplot/settings.py +0 -26
- starplot-0.15.7/src/starplot/styles/extensions.py +0 -29
- starplot-0.15.7/tests/test_optic.py +0 -33
- {starplot-0.15.7 → starplot-0.16.0}/.dockerignore +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.github/FUNDING.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.github/workflows/docs.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.github/workflows/release.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.github/workflows/test.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/.gitignore +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/Dockerfile +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/LICENSE +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/Makefile +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/constellation_borders.json +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/constellations.json +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/and.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ant.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/aps.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/aql.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/aqr.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ara.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ari.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/aur.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/boo.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cae.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cam.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cap.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/car.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cas.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cen.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cep.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cet.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cha.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cir.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cma.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cmi.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cnc.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/col.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/com.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cra.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/crb.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/crt.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cru.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/crv.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cvn.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/cyg.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/del.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/dor.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/dra.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/equ.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/eri.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/for.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/gem.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/gru.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/her.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/hor.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/hya.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/hyi.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ind.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lac.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/leo.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lep.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lib.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lmi.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lup.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lyn.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/lyr.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/men.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/mic.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/mon.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/mus.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/nor.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/oct.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/oph.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ori.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/pav.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/peg.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/per.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/phe.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/pic.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/psa.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/psc.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/pup.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/pyx.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ret.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/scl.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/sco.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/sct.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ser1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/ser2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/sex.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/sge.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/sgr.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/tau.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/tel.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/tra.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/tri.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/tuc.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/uma.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/umi.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/vel.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/vir.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/vol.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/iau/vul.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/milkyway.json +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/NGC.csv +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/addendum.csv +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Antlia_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/C9_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Cepheus_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/CoronaAustralis_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Cygnus_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Cygnus_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Cygnus_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0059_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0059_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0063_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0341_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0348_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0348_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0348_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0359A_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0405_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0405_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0405_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0410_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0410_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0417_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0417_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0423_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0424_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0424_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0426_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0431_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0432_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0434_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0434_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0434_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0435_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0443_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0443_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0443_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0444_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0444_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0446_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0446_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0447_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0447_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC0466_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1274_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1284_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1284_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1287_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1287_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1396_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1396_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1470_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1805_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1805_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1848_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC1848_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2087_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2128_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2128_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2128_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2162_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2162_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2162_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2177_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2177_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2177_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2220_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2220_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2599_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2599_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2872_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2872_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2944_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2944_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2944_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2948_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC2966_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4592_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4592_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4601_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4628_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4628_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4628_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4684_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4701_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4706_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4706_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4812_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4954_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC4955_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5068_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5068_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5070_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5076_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5146_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5146_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/IC5148_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LBN1032_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LBN1032_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LBN1032_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LBN1037_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LBN1037_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LMC_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/LMC_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/M045_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/M045_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/M045_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0246_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0248_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0248_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0248_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0249_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0249_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0261_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0261_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0281_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0281_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0281_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0456_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0456_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0460_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0460_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0595_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0595_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0604_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0604_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0650_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0650_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC0650_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1333_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1333_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1360_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1360_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1491_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1491_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1491_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1499_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1499_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1514_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1514_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1555_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1555_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1579_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1579_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1579_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1624_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1624_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1624_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1714_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1714_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1714_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1715_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1722_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1727_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1727_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1736_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1736_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1736_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1737_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1737_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1743_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1743_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1745_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1748_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1748_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1760_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1760_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1760_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1763_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1769_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1770_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1770_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1773_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1773_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1788_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1788_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1788_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1829_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1829_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1833_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1833_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1858_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1858_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1858_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1869_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1871_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1871_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1874_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1895_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1895_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1909_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1909_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1910_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1914_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1914_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1918_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1919_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1920_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1920_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1931_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1931_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1934_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1934_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1934_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1945_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1948_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1952_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1952_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1955_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1955_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1955_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1968_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1974_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1976_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1976_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC1976_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2014_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2014_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2014_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2018_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2018_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2020_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2023_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2023_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2024_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2024_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2032_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2032_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2040_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2048_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2048_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2064_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2068_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2068_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2068_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2070_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2070_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2071_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2071_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2074_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2074_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2075_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2077_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2077_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2078_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2078_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2081_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2103_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2103_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2113_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2122_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2122_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2122_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2149_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2149_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2163_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2163_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2170_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2170_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2174_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2174_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2174_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2182_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2182_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2183_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2183_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2185_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2237_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2237_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2245_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2245_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2245_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2247_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2247_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2247_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2261_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2264_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2264_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2264_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2282_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2316_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2316_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2327_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2327_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2359_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2359_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2359_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2467_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2467_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2467_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2579_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2579_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2579_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2626_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2736_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC2736_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3199_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3199_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3199_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3247_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3247_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3372_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3372_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3372_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3503_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3503_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3572_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3572_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3572_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3579_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3579_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3579_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC3603_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC5367_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC5367_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC5367_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6164_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6164_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6165_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6188_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6188_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6334_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6334_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6334_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6357_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6357_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6357_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6514_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6514_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6514_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6523_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6523_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6523_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6559_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6559_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6589_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6589_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6590_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6590_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6611_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6611_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6611_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6618_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6618_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6618_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6727_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6727_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6729_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6823_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6823_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6847_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6888_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6960_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6960_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6992_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC6992_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7000_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7000_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7000_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7023_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7023_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7023_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7129_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7129_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7129_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7380_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7380_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7380_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7538_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7538_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7635_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7635_lv3.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7822_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/NGC7822_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Orion_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Orion_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Puppis_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Scorpion_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Scorpion_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Vela_lv1.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/ongc/outlines/Vela_lv2.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/raw/star_designations.csv +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/readme.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/bigsky_mag11.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/constellations.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/data_settings.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/db.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/docdata.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/dsos.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/data/scripts/star_designations.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data/.keep +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data/constellations.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data/dsos.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data/star-catalogs.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data/star-designations.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data-explorer.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/data-sources.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/horizon-double-cluster.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/horizon-sgr.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-big.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-canis-major.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-comet-neowise.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-orion.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/optic-m45.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/optic-orion.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/banner.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/banner.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/banner.vectornator +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/cover-front-sm-360.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/discord.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/examples/.keep +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/favicon.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/favicon.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/logo.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/logo.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/logo.vectornator +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/logo2.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/logo2.vectornator +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/logo500.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/mono.png +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/mono.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/star.svg +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/images/tutorial/.keep +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/license.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/publications.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-horizonplot.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/reference-ongc.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/robots.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/snippets/_newsletter.html +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/docs/tutorial.md +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/examples/map_comet_neowise.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/__init__.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/data/.keep +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/hashio.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/hash_checks/template.html +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/requirements-dev.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/deprecated/create_db.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/deprecated/gpack_constellations.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/deprecated/hip_parquet.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/deprecated/ongc_geopack.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/deprecated/star_designations.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/download_cons.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/ecliptic.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/geopack.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/ongc_docdata.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/pq_stars.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/starnames.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/scripts/voronoi.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/callables.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/coordinates.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/constellation_lines.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/constellation_stars.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/constellations.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/dsos.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/library/bigsky.0.4.0.stars.mag11.parquet +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/library/de421_2001.bsp +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/stars.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/data/utils.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/geod.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/geometry.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/__init__.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/base.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/constellation.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/moon.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/objects.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/planet.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/star.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/models/sun.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/optics.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/plotters/experimental.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/plotters/milkyway.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/profile.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/__init__.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/DESCRIPTION.en_us.html +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/Hind-Bold.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/Hind-Light.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/Hind-Medium.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/Hind-Regular.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/Hind-SemiBold.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/METADATA.pb +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/hind/OFL.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Black.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-BlackItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraBoldItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Medium.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-MediumItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-Thin.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/fonts.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/styles/markers.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/utils.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/src/starplot/warnings.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/__init__.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/data/.keep +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_constellations.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_stars.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/test_utils.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tests/utils.py +0 -0
- {starplot-0.15.7 → starplot-0.16.0}/tutorial/build.py +0 -0
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
# Contributing to Starplot
|
|
2
2
|
|
|
3
|
-
_Work in progress_
|
|
4
|
-
|
|
5
3
|
## Ways to Contribute
|
|
6
4
|
|
|
7
5
|
There are many ways to contribute to Starplot:
|
|
8
6
|
|
|
9
7
|
- Fix typos or clarify documentation
|
|
10
8
|
- Find and fix bugs
|
|
11
|
-
- Implement a feature on the [roadmap](https://
|
|
9
|
+
- Implement a feature on the [roadmap](https://trello.com/b/sUksygn4/starplot-roadmap)
|
|
12
10
|
- Propose a new feature by [opening an issue](https://github.com/steveberardi/starplot/issues)
|
|
13
11
|
|
|
14
12
|
|
|
@@ -41,7 +39,11 @@ When you're new to a codebase it's usually good to start by just checking out th
|
|
|
41
39
|
There are also a few other `make` commands that are useful when developing locally:
|
|
42
40
|
|
|
43
41
|
- `make scratchpad` will run `scripts/scratchpad.py` inside the docker container. The `scratchpad.py` file is not checked in to the repo (so you'll have to create it on your machine), but it's a way to run code with the current state of Starplot on your machine -- very helpful when trying things out.
|
|
42
|
+
- `make profile` will run `scripts/scratchpad.py` through Python's [built-in profiler](https://docs.python.org/3/library/profile.html#module-cProfile) and then start a [snakeviz](https://jiffyclub.github.io/snakeviz/) webserver locally to let you explore the call stack and see runtimes of everything. This can be very helpful when trying to find bottlenecks in code.
|
|
44
43
|
- `make shell` will open a Python shell on the Docker container
|
|
44
|
+
- `make format` will format the code with our standard formatter
|
|
45
|
+
- `make lint` will check for lint (e.g. unused imports) and `make lint ARGS=--fix` can usually autofix things
|
|
46
|
+
- `make docs-serve` will build the docs and start a local webserver for them
|
|
45
47
|
|
|
46
48
|
## Tests
|
|
47
49
|
|
|
@@ -62,7 +64,6 @@ Starplot also has a collection of "hash checks" (located in `hash_checks`). Each
|
|
|
62
64
|
|
|
63
65
|
These hash checks help test things that are hard (or extremely tedious) to test. As a graphics library, Starplot has a LOT of possible uses and output so the hash checks help make some testing easier to manage.
|
|
64
66
|
|
|
65
|
-
_Work in progress_
|
|
66
67
|
|
|
67
68
|
## Code of Conduct
|
|
68
69
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.16.0
|
|
4
4
|
Summary: Star charts and maps of the sky
|
|
5
5
|
Keywords: astronomy,stars,charts,maps,constellations,sky,plotting
|
|
6
6
|
Author-email: Steve Berardi <hello@steveberardi.com>
|
|
@@ -14,7 +14,8 @@ License-File: LICENSE
|
|
|
14
14
|
Requires-Dist: matplotlib >= 3.8.0
|
|
15
15
|
Requires-Dist: numpy >= 1.26.2
|
|
16
16
|
Requires-Dist: pandas >= 1.4.0
|
|
17
|
-
Requires-Dist: pydantic >= 2.
|
|
17
|
+
Requires-Dist: pydantic >= 2.10.6
|
|
18
|
+
Requires-Dist: pydantic-settings >= 2.10.1
|
|
18
19
|
Requires-Dist: shapely >= 2.0.1
|
|
19
20
|
Requires-Dist: skyfield >= 1.41
|
|
20
21
|
Requires-Dist: cartopy >= 0.21.1
|
|
@@ -25,7 +26,7 @@ Requires-Dist: pyarrow >= 14.0.2
|
|
|
25
26
|
Requires-Dist: pyogrio >= 0.10.0
|
|
26
27
|
Requires-Dist: rtree >= 1.2.0
|
|
27
28
|
Requires-Dist: requests >= 2.31.0
|
|
28
|
-
Requires-Dist: duckdb
|
|
29
|
+
Requires-Dist: duckdb >= 1.1.3
|
|
29
30
|
Requires-Dist: ibis-framework[duckdb, geospatial] < 11
|
|
30
31
|
Project-URL: Documentation, https://starplot.dev
|
|
31
32
|
Project-URL: Home, https://starplot.dev
|
|
@@ -65,18 +66,23 @@ To create a star chart for tonight's sky as seen from [Palomar Mountain](https:/
|
|
|
65
66
|
|
|
66
67
|
```python
|
|
67
68
|
from datetime import datetime
|
|
68
|
-
from
|
|
69
|
-
import starplot as sp
|
|
69
|
+
from zoneinfo import ZoneInfo
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
from starplot import ZenithPlot, Observer, styles, _
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
tz = ZoneInfo("America/Los_Angeles")
|
|
74
|
+
dt = datetime.now(tz).replace(hour=22)
|
|
75
|
+
|
|
76
|
+
observer = Observer(
|
|
77
|
+
dt=dt,
|
|
75
78
|
lat=33.363484,
|
|
76
79
|
lon=-116.836394,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
)
|
|
81
|
+
|
|
82
|
+
p = ZenithPlot(
|
|
83
|
+
observer=observer,
|
|
84
|
+
style=styles.PlotStyle().extend(
|
|
85
|
+
styles.extensions.BLUE_MEDIUM,
|
|
80
86
|
),
|
|
81
87
|
resolution=4096,
|
|
82
88
|
autoscale=True,
|
|
@@ -84,6 +90,7 @@ p = sp.MapPlot(
|
|
|
84
90
|
p.constellations()
|
|
85
91
|
p.stars(where=[_.magnitude < 4.6])
|
|
86
92
|
p.constellation_labels()
|
|
93
|
+
p.horizon()
|
|
87
94
|
p.export("starchart.png")
|
|
88
95
|
```
|
|
89
96
|
|
|
@@ -32,18 +32,23 @@ To create a star chart for tonight's sky as seen from [Palomar Mountain](https:/
|
|
|
32
32
|
|
|
33
33
|
```python
|
|
34
34
|
from datetime import datetime
|
|
35
|
-
from
|
|
36
|
-
import starplot as sp
|
|
35
|
+
from zoneinfo import ZoneInfo
|
|
37
36
|
|
|
38
|
-
|
|
37
|
+
from starplot import ZenithPlot, Observer, styles, _
|
|
39
38
|
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
tz = ZoneInfo("America/Los_Angeles")
|
|
40
|
+
dt = datetime.now(tz).replace(hour=22)
|
|
41
|
+
|
|
42
|
+
observer = Observer(
|
|
43
|
+
dt=dt,
|
|
42
44
|
lat=33.363484,
|
|
43
45
|
lon=-116.836394,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
p = ZenithPlot(
|
|
49
|
+
observer=observer,
|
|
50
|
+
style=styles.PlotStyle().extend(
|
|
51
|
+
styles.extensions.BLUE_MEDIUM,
|
|
47
52
|
),
|
|
48
53
|
resolution=4096,
|
|
49
54
|
autoscale=True,
|
|
@@ -51,6 +56,7 @@ p = sp.MapPlot(
|
|
|
51
56
|
p.constellations()
|
|
52
57
|
p.stars(where=[_.magnitude < 4.6])
|
|
53
58
|
p.constellation_labels()
|
|
59
|
+
p.horizon()
|
|
54
60
|
p.export("starchart.png")
|
|
55
61
|
```
|
|
56
62
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
👷 **Work In Progress** 🚧 Starplot is still very much a work in progress, and under active development. We try to follow [semantic versioning](https://semver.org/), which means that [_anything_ can change between versions before `1.0.0`](https://semver.org/#spec-item-4).
|
|
6
6
|
|
|
7
|
-
However, the Starplot API becomes more stable with each new version. We anticipate that version `1.0.0` is still at least a year away. The best way to help us get there faster is to [join as a contributor](https://github.com/steveberardi/starplot/blob/main/CONTRIBUTING.md) 😃 help is wanted and very much appreciated!
|
|
7
|
+
However, the Starplot API becomes more stable with each new version. We anticipate that version `1.0.0` is still at least a year away (2026+). The best way to help us get there faster is to [join as a contributor](https://github.com/steveberardi/starplot/blob/main/CONTRIBUTING.md) 😃 help is wanted and very much appreciated!
|
|
8
8
|
|
|
9
9
|
--8<-- "docs/snippets/_newsletter.html"
|
|
10
10
|
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
+
## v0.16.x
|
|
2
|
+
[Migration Guide](migration-guides/0.16.0.md)
|
|
3
|
+
|
|
4
|
+
- Adds support for gradient backgrounds
|
|
5
|
+
- Refactors projections, allowing you to change central RA/DEC
|
|
6
|
+
- Adds equidistant and oblique Mercator projections
|
|
7
|
+
- Introduces an Observer model to encapsulate a time and place
|
|
8
|
+
- Makes zenith plots a separate plot type
|
|
9
|
+
- Adds a function for plotting a star magnitude scale (experimental, feedback wanted!)
|
|
10
|
+
- Adds more location options for legends and allows separate X/Y padding
|
|
11
|
+
- Adds a `settings` class for managing global settings
|
|
12
|
+
- Adds a global setting for how text is rendered in SVG exports
|
|
13
|
+
- Adds more options for plotting gridlines on horizon plots
|
|
14
|
+
- Adds a `common_names` field to deep sky objects
|
|
15
|
+
- Added more public properties to plots (including `magnitude_range` and `alt`/`az` for optic plots)
|
|
16
|
+
- Adds the `BLUE_NIGHT` plot style
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## v0.15.x
|
|
20
|
+
[Documentation](https://archives.starplot.dev/0.15.8/)
|
|
21
|
+
|
|
2
22
|
- Replaces data backend with DuckDB + Ibis, making plotting 2-3x faster and object lookup up to 10x faster
|
|
3
23
|
- Changes default unit of right ascension to degrees (0...360)
|
|
4
24
|
- Improves performance of constellation label placement
|
|
@@ -24,6 +44,7 @@
|
|
|
24
44
|
- [**v0.15.7**]
|
|
25
45
|
- Various small changes to make it easier to build AI agents that use Starplot
|
|
26
46
|
- Adds a `sql` kwarg to object selection and plotting functions to allow querying by SQL
|
|
47
|
+
- [**v0.15.8**] Fixes four point star marker
|
|
27
48
|
|
|
28
49
|
## v0.14.x
|
|
29
50
|
[Documentation](https://archives.starplot.dev/0.14.0/)
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
<table class="table-coming-soon">
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
<tr>
|
|
6
|
+
<td>v0.17</td>
|
|
7
|
+
|
|
8
|
+
<td>
|
|
9
|
+
<h4>⭐ Next Release ⭐</h4>
|
|
10
|
+
<ul>
|
|
11
|
+
<li>Custom star catalogs</li>
|
|
12
|
+
<li>Custom sky cultures (constellations, star names)</li>
|
|
13
|
+
</ul>
|
|
14
|
+
|
|
15
|
+
</td>
|
|
16
|
+
<td></td>
|
|
17
|
+
</tr>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<tr>
|
|
21
|
+
<td>v0.18</td>
|
|
22
|
+
|
|
23
|
+
<td>
|
|
24
|
+
<ul>
|
|
25
|
+
<li>Support for more coordinate systems</li>
|
|
26
|
+
</ul>
|
|
27
|
+
|
|
28
|
+
</td>
|
|
29
|
+
|
|
30
|
+
<td></td>
|
|
31
|
+
|
|
32
|
+
</tr>
|
|
33
|
+
|
|
34
|
+
<tr>
|
|
35
|
+
<td>v0.18+</td>
|
|
36
|
+
|
|
37
|
+
<td>
|
|
38
|
+
<ul>
|
|
39
|
+
<li>Planet moons</li>
|
|
40
|
+
<li>Comet model</li>
|
|
41
|
+
<li>Area-based labeling</li>
|
|
42
|
+
<li>Improved line labeling</li>
|
|
43
|
+
</ul>
|
|
44
|
+
|
|
45
|
+
</td>
|
|
46
|
+
|
|
47
|
+
<td></td>
|
|
48
|
+
|
|
49
|
+
</tr>
|
|
50
|
+
|
|
51
|
+
<tr class="blue-box">
|
|
52
|
+
<td colspan="3">
|
|
53
|
+
<em>See more details on the <a href="https://trello.com/b/sUksygn4/starplot-roadmap">Public Roadmap</a> 🚀 </em>
|
|
54
|
+
</td>
|
|
55
|
+
</tr>
|
|
56
|
+
</table>
|
|
57
|
+
|
|
58
|
+
**Help us launch these features sooner by [becoming a contributor](https://github.com/steveberardi/starplot/blob/main/CONTRIBUTING.md)!**
|
|
59
|
+
|
|
60
|
+
<br/>
|
|
61
|
+
|
|
62
|
+
--8<-- "docs/snippets/_newsletter.html"
|
|
63
|
+
|
|
64
|
+
<br/>
|
|
65
|
+
<br/>
|
|
66
|
+
<br/>
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
--md-primary-fg-color--light: hsl(209, 53%, 70%);
|
|
6
6
|
--md-primary-bg-color--light: hsl(209, 78%, 90%);
|
|
7
7
|
--md-primary-fg-color--dark: hsl(209, 53%, 27%);
|
|
8
|
-
|
|
9
|
-
/* --md-accent-fg-color: hsl(209, 73%, 47%); */
|
|
10
8
|
}
|
|
11
9
|
|
|
12
10
|
.md-typeset h1,
|
|
@@ -20,16 +18,25 @@
|
|
|
20
18
|
}
|
|
21
19
|
|
|
22
20
|
.doc-heading {
|
|
23
|
-
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.doc-heading span {
|
|
26
|
+
margin-left: 8px;
|
|
24
27
|
}
|
|
25
28
|
|
|
26
29
|
.doc-heading code {
|
|
27
|
-
padding: 0.5rem;
|
|
28
|
-
width: 100%;
|
|
29
|
-
display: inline-block;
|
|
30
30
|
font-weight: 600;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
code.doc-symbol {
|
|
34
|
+
border-radius: 8px;
|
|
35
|
+
font-size: 0.6em;
|
|
36
|
+
padding: 2px 6px;
|
|
37
|
+
margin: 6px 4px;
|
|
38
|
+
}
|
|
39
|
+
|
|
33
40
|
.fg-primary {
|
|
34
41
|
color: var(--md-primary-fg-color);
|
|
35
42
|
}
|
|
@@ -76,6 +83,8 @@
|
|
|
76
83
|
}
|
|
77
84
|
|
|
78
85
|
[data-md-color-scheme=default] {
|
|
86
|
+
--doc-symbol-class-bg-color: hsl(209, 74%, 90%);
|
|
87
|
+
|
|
79
88
|
.doc-function .doc-heading {
|
|
80
89
|
background-color: hsl(209, 53%, 81%);
|
|
81
90
|
}
|
|
@@ -90,6 +99,9 @@
|
|
|
90
99
|
}
|
|
91
100
|
}
|
|
92
101
|
[data-md-color-scheme=slate] {
|
|
102
|
+
|
|
103
|
+
--md-typeset-a-color: hsl(209, 63%, 65%);
|
|
104
|
+
|
|
93
105
|
.doc-function .doc-heading {
|
|
94
106
|
background-color: hsl(209, 53%, 21%);
|
|
95
107
|
}
|
|
@@ -349,10 +361,10 @@ code.raw {
|
|
|
349
361
|
}
|
|
350
362
|
|
|
351
363
|
.tutorial-top-nav {
|
|
352
|
-
border
|
|
353
|
-
border-
|
|
354
|
-
padding:
|
|
355
|
-
margin-bottom:
|
|
364
|
+
border: 1px solid hsl(216, 50%, 84%);
|
|
365
|
+
border-radius: 8px;
|
|
366
|
+
padding: 10px 14px;
|
|
367
|
+
margin-bottom: 28px;
|
|
356
368
|
|
|
357
369
|
background-color: var(--doc-symbol-class-bg-color);
|
|
358
370
|
p {
|
|
@@ -501,3 +513,46 @@ td[data-column-id=bayer] {
|
|
|
501
513
|
grid-template-columns: 1fr 3fr;
|
|
502
514
|
}
|
|
503
515
|
}
|
|
516
|
+
|
|
517
|
+
.blue-box {
|
|
518
|
+
/* border: 1px solid hsl(216, 50%, 84%); */
|
|
519
|
+
border-radius: 8px;
|
|
520
|
+
padding: 20px 24px;
|
|
521
|
+
margin-bottom: 40px;
|
|
522
|
+
background-color: rgba(143, 181, 255, 0.15);
|
|
523
|
+
font-size: 1.25em;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.table-coming-soon {
|
|
527
|
+
background-color: var(--md-default-bg-color);
|
|
528
|
+
border: 1px solid hsl(209, 53%, 56%) !important;
|
|
529
|
+
border-radius: 10px;
|
|
530
|
+
border-collapse: collapse;
|
|
531
|
+
display: inline-block;
|
|
532
|
+
max-width: 100%;
|
|
533
|
+
overflow: auto;
|
|
534
|
+
touch-action: auto;
|
|
535
|
+
|
|
536
|
+
tr {
|
|
537
|
+
border-top: 1px solid hsl(209, 53%, 56%) !important;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
tr:first-child {
|
|
541
|
+
border-top: none !important;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
tr:last-child {
|
|
545
|
+
border-bottom: none !important;
|
|
546
|
+
border-left: none !important;
|
|
547
|
+
border-right: none !important;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
td {
|
|
551
|
+
/* border-top: 1px solid hsl(209, 53%, 56%) !important; */
|
|
552
|
+
padding: 8px 16px;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
ul, h4 {
|
|
556
|
+
margin-top: 0;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{% extends "base.html" %}
|
|
2
|
+
|
|
3
|
+
{% block extrahead %}
|
|
4
|
+
<!-- OG -->
|
|
5
|
+
<meta property="og:title" content="Starplot" />
|
|
6
|
+
<meta property="og:type" content="website" />
|
|
7
|
+
<meta property="og:description" content="Star charts and maps of the sky in Python"/>
|
|
8
|
+
<meta property="og:url" content="https://starplot.dev" />
|
|
9
|
+
<meta property="og:image" content="https://archives.starplot.dev/static/og.png" />
|
|
10
|
+
|
|
11
|
+
<!-- Plausible -->
|
|
12
|
+
<script defer data-domain="starplot.dev" src="https://plausible.io/js/script.js"></script>
|
|
13
|
+
{% endblock %}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
{% block scripts %}
|
|
17
|
+
{{ super() }}
|
|
18
|
+
<script>
|
|
19
|
+
|
|
20
|
+
// document.addEventListener('DOMContentLoaded', function() {
|
|
21
|
+
// const sidebar = document.querySelector("div.md-sidebar__scrollwrap");
|
|
22
|
+
// const div = document.createElement("div");
|
|
23
|
+
// const a = document.createElement("a");
|
|
24
|
+
// const p = document.createElement("p");
|
|
25
|
+
// const img = document.createElement("img");
|
|
26
|
+
|
|
27
|
+
// img.src = "/images/cover-front-sm-360.png";
|
|
28
|
+
// img.style.maxWidth = '100px';
|
|
29
|
+
// // img.style.marginTop = '4px';
|
|
30
|
+
// img.style.opacity = '90%';
|
|
31
|
+
// img.style.marginBottom = '16px';
|
|
32
|
+
|
|
33
|
+
// div.style.marginTop = '60px';
|
|
34
|
+
// div.style.marginLeft = '10px';
|
|
35
|
+
// div.style.marginRight = '50px';
|
|
36
|
+
|
|
37
|
+
// div.style.borderTop = '1px solid #c5c5c5';
|
|
38
|
+
// div.style.borderBottom = '1px solid #c5c5c5';
|
|
39
|
+
|
|
40
|
+
// p.innerText = "Help support Starplot by purchasing the All Sky Map, which was made with Starplot!"
|
|
41
|
+
// p.style.lineHeight = "1.25em";
|
|
42
|
+
// p.style.fontSize = "15px";
|
|
43
|
+
// p.classList.add("md-typeset");
|
|
44
|
+
|
|
45
|
+
// a.href = "https://steveberardimaps.com/products/all-sky-map";
|
|
46
|
+
// a.target = "_blank";
|
|
47
|
+
|
|
48
|
+
// // a.innerText = "Help support Starplot by purchasing the All Sky Map!";
|
|
49
|
+
|
|
50
|
+
// a.appendChild(img);
|
|
51
|
+
// div.appendChild(p);
|
|
52
|
+
// div.appendChild(a);
|
|
53
|
+
// sidebar.appendChild(div);
|
|
54
|
+
// });
|
|
55
|
+
|
|
56
|
+
</script>
|
|
57
|
+
|
|
58
|
+
{% endblock %}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Horizon Gradient
|
|
3
|
+
---
|
|
4
|
+
[:octicons-arrow-left-24: Back to Examples](/examples)
|
|
5
|
+
|
|
6
|
+
# Horizon Gradient {.example-header}
|
|
7
|
+
|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
This plot shows what was in the sky when looking south from Stonehaugh, England on July 26, 2025 at 11pm BST. A color gradient has been applied for visual effect.
|
|
11
|
+
|
|
12
|
+
Learn more about using gradient backgrounds by reading the docs on the [style's background color](/reference-styling/#starplot.PlotStyle.background_color).
|
|
13
|
+
|
|
14
|
+
```python
|
|
15
|
+
--8<-- "examples/horizon_gradient.py"
|
|
16
|
+
```
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
title:
|
|
2
|
+
title: The Big Dipper with Custom Markers
|
|
3
3
|
---
|
|
4
4
|
[:octicons-arrow-left-24: Back to Examples](/examples)
|
|
5
5
|
|
|
6
|
-
#
|
|
6
|
+
# The Big Dipper with Custom Markers {.example-header}
|
|
7
7
|
|
|
8
8
|

|
|
9
9
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Carina Nebula + Clusters
|
|
3
|
+
---
|
|
4
|
+
[:octicons-arrow-left-24: Back to Examples](/examples)
|
|
5
|
+
|
|
6
|
+
# Carina Nebula + Clusters {.example-header}
|
|
7
|
+
|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
```python
|
|
12
|
+
--8<-- "examples/map_carina.py"
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
title:
|
|
2
|
+
title: The Milky Way
|
|
3
3
|
---
|
|
4
4
|
[:octicons-arrow-left-24: Back to Examples](/examples)
|
|
5
5
|
|
|
6
|
-
#
|
|
6
|
+
# The Milky Way {.example-header}
|
|
7
7
|
|
|
8
8
|

|
|
9
9
|
|
|
@@ -8,7 +8,7 @@ title: Star Chart with More Detail
|
|
|
8
8
|
|
|
9
9
|

|
|
10
10
|
|
|
11
|
-
Building on the first example, you can also plot additional objects and even customize their style. Here's an example that plots a bunch of extra stuff (including the Milky Way,
|
|
11
|
+
Building on the first example, you can also plot additional objects and even customize their style. Here's an example that plots a bunch of extra stuff (including the Milky Way, ecliptic, Deep Sky Objects, and more). It also demonstrates how you can plot your own markers, like the dashed yellow circle around the [Coma Star Cluster](https://en.wikipedia.org/wiki/Coma_Star_Cluster) (Melotte 111):
|
|
12
12
|
|
|
13
13
|
```python
|
|
14
14
|
--8<-- "examples/star_chart_detail.py"
|
|
@@ -35,58 +35,58 @@
|
|
|
35
35
|
</li>
|
|
36
36
|
|
|
37
37
|
<li>
|
|
38
|
-
<a href="/examples/
|
|
39
|
-
<img src="/images/examples/
|
|
38
|
+
<a href="/examples/horizon-double-cluster/">
|
|
39
|
+
<img src="/images/examples/horizon_double_cluster-sm.png" alt="Finding the Double Cluster in Perseus" class="off-glb" loading="lazy"/>
|
|
40
40
|
|
|
41
|
-
<p class="example-card-title">
|
|
41
|
+
<p class="example-card-title">Finding the Double Cluster</p>
|
|
42
42
|
</a>
|
|
43
43
|
</li>
|
|
44
44
|
|
|
45
45
|
<li>
|
|
46
|
-
<a href="/examples/
|
|
47
|
-
<img src="/images/examples/
|
|
46
|
+
<a href="/examples/map-carina-nebula/">
|
|
47
|
+
<img src="/images/examples/map_carina-sm.png" alt="Map of Carina Constellation" class="off-glb" loading="lazy"/>
|
|
48
48
|
|
|
49
|
-
<p class="example-card-title">
|
|
49
|
+
<p class="example-card-title">Carina Nebula + Clusters</p>
|
|
50
50
|
</a>
|
|
51
51
|
</li>
|
|
52
52
|
|
|
53
53
|
<li>
|
|
54
|
-
<a href="/examples/
|
|
55
|
-
<img src="/images/examples/
|
|
54
|
+
<a href="/examples/horizon-gradient/">
|
|
55
|
+
<img src="/images/examples/horizon_gradient-sm.png" alt="Horizon Gradient Plot" class="off-glb" loading="lazy"/>
|
|
56
56
|
|
|
57
|
-
<p class="example-card-title">
|
|
57
|
+
<p class="example-card-title">Horizon Gradient</p>
|
|
58
58
|
</a>
|
|
59
59
|
</li>
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
<li>
|
|
62
|
-
<a href="/examples/
|
|
63
|
-
<img src="/images/examples/
|
|
62
|
+
<a href="/examples/optic-solar-eclipse/">
|
|
63
|
+
<img src="/images/examples/optic_solar_eclipse-sm.png" alt="Total Solar Eclipse 2024" class="off-glb" loading="lazy"/>
|
|
64
64
|
|
|
65
|
-
<p class="example-card-title">
|
|
65
|
+
<p class="example-card-title">Total Solar Eclipse 2024</p>
|
|
66
66
|
</a>
|
|
67
67
|
</li>
|
|
68
68
|
|
|
69
69
|
<li>
|
|
70
|
-
<a href="/examples/
|
|
71
|
-
<img src="/images/examples/
|
|
70
|
+
<a href="/examples/optic-m45/">
|
|
71
|
+
<img src="/images/examples/optic_m45-sm.png" alt="Optic Plot of the Pleiades" class="off-glb" loading="lazy"/>
|
|
72
72
|
|
|
73
|
-
<p class="example-card-title">
|
|
73
|
+
<p class="example-card-title">Optic Plot of the Pleiades</p>
|
|
74
74
|
</a>
|
|
75
75
|
</li>
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
<a href="/examples/
|
|
79
|
-
<img src="/images/examples/
|
|
77
|
+
<li>
|
|
78
|
+
<a href="/examples/optic-orion/">
|
|
79
|
+
<img src="/images/examples/optic_orion_nebula-sm.png" alt="Optic Plot of the Orion Nebula" class="off-glb" loading="lazy"/>
|
|
80
80
|
|
|
81
|
-
<p class="example-card-title">
|
|
81
|
+
<p class="example-card-title">Optic Plot of the Orion Nebula</p>
|
|
82
82
|
</a>
|
|
83
|
-
</li>
|
|
83
|
+
</li>
|
|
84
84
|
|
|
85
85
|
<li>
|
|
86
|
-
<a href="/examples/map-
|
|
87
|
-
<img src="/images/examples/
|
|
86
|
+
<a href="/examples/map-milky-way-stars/">
|
|
87
|
+
<img src="/images/examples/map_milky_way_stars-sm.png" alt="Stars of the Milky Way" class="off-glb"/>
|
|
88
88
|
|
|
89
|
-
<p class="example-card-title">
|
|
89
|
+
<p class="example-card-title">The Milky Way</p>
|
|
90
90
|
</a>
|
|
91
91
|
</li>
|
|
92
92
|
|
|
@@ -98,19 +98,29 @@
|
|
|
98
98
|
</a>
|
|
99
99
|
</li>
|
|
100
100
|
|
|
101
|
+
|
|
102
|
+
|
|
101
103
|
<li>
|
|
102
|
-
<a href="/examples/
|
|
103
|
-
<img src="/images/examples/
|
|
104
|
+
<a href="/examples/map-big-dipper/">
|
|
105
|
+
<img src="/images/examples/map_big_dipper-sm.png" alt="Map of the Big Dipper" class="off-glb" loading="lazy"/>
|
|
104
106
|
|
|
105
|
-
<p class="example-card-title">
|
|
107
|
+
<p class="example-card-title">The Big Dipper</p>
|
|
106
108
|
</a>
|
|
107
109
|
</li>
|
|
108
110
|
|
|
111
|
+
<!-- <li>
|
|
112
|
+
<a href="/examples/map-comet-neowise/">
|
|
113
|
+
<img src="/images/examples/map_comet_neowise-sm.png" alt="Map of Comet NEOWISE in 2020" class="off-glb" loading="lazy"/>
|
|
114
|
+
|
|
115
|
+
<p class="example-card-title">Comet NEOWISE</p>
|
|
116
|
+
</a>
|
|
117
|
+
</li> -->
|
|
118
|
+
|
|
109
119
|
<li>
|
|
110
|
-
<a href="/examples/
|
|
111
|
-
<img src="/images/examples/
|
|
120
|
+
<a href="/examples/map-sagittarius/">
|
|
121
|
+
<img src="/images/examples/map_sagittarius-sm.png" alt="Map of Sagittarius" class="off-glb" loading="lazy"/>
|
|
112
122
|
|
|
113
|
-
<p class="example-card-title">
|
|
123
|
+
<p class="example-card-title">Map of Sagittarius</p>
|
|
114
124
|
</a>
|
|
115
125
|
</li>
|
|
116
126
|
|
|
@@ -123,13 +133,15 @@
|
|
|
123
133
|
</li>
|
|
124
134
|
|
|
125
135
|
<li>
|
|
126
|
-
<a href="/examples/
|
|
127
|
-
<img src="/images/examples/
|
|
136
|
+
<a href="/examples/map-cassiopeia/">
|
|
137
|
+
<img src="/images/examples/map_cas-sm.png" alt="Map of the Constellation Cassiopeia" class="off-glb" loading="lazy"/>
|
|
128
138
|
|
|
129
|
-
<p class="example-card-title">
|
|
139
|
+
<p class="example-card-title">Map of Cassiopeia</p>
|
|
130
140
|
</a>
|
|
131
141
|
</li>
|
|
132
142
|
|
|
143
|
+
|
|
144
|
+
|
|
133
145
|
</ul>
|
|
134
146
|
|
|
135
147
|
|