starplot 0.16.2__tar.gz → 0.16.4__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.
- {starplot-0.16.2 → starplot-0.16.4}/.github/workflows/test.yml +2 -0
- {starplot-0.16.2 → starplot-0.16.4}/CITATION.cff +2 -2
- {starplot-0.16.2 → starplot-0.16.4}/PKG-INFO +2 -3
- {starplot-0.16.2 → starplot-0.16.4}/docs/changelog.md +5 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-settings.md +1 -1
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/hashlock.yml +3 -3
- {starplot-0.16.2 → starplot-0.16.4}/pyproject.toml +1 -2
- {starplot-0.16.2 → starplot-0.16.4}/requirements.txt +1 -2
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/__init__.py +1 -1
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/config.py +25 -9
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/bigsky.py +1 -1
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/constellations.py +4 -5
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/db.py +2 -2
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/dsos.py +4 -5
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/bigsky.0.4.0.stars.mag11.parquet +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/sky.db +0 -0
- starplot-0.16.4/src/starplot/data/stars.py +91 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/geometry.py +45 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/horizon.py +12 -7
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/map.py +0 -4
- starplot-0.16.4/src/starplot/mixins.py +402 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/optic.py +17 -7
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/constellations.py +19 -5
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/experimental.py +1 -2
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_models.py +2 -6
- starplot-0.16.4/tests/test_stars.py +15 -0
- starplot-0.16.2/src/starplot/data/stars.py +0 -519
- starplot-0.16.2/src/starplot/mixins.py +0 -119
- starplot-0.16.2/tests/test_stars.py +0 -22
- {starplot-0.16.2 → starplot-0.16.4}/.dockerignore +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/.github/FUNDING.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/.github/workflows/docs.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/.github/workflows/release.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/.gitignore +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/CONTRIBUTING.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/Dockerfile +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/LICENSE +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/Makefile +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/README.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/constellation_borders.json +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/constellations.json +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/and.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ant.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aps.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aql.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aqr.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ara.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ari.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aur.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/boo.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cae.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cam.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cap.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/car.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cas.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cen.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cep.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cet.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cha.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cir.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cma.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cmi.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cnc.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/col.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/com.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cra.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/crb.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/crt.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cru.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/crv.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cvn.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cyg.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/del.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/dor.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/dra.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/equ.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/eri.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/for.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/gem.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/gru.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/her.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/hor.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/hya.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/hyi.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ind.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lac.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/leo.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lep.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lib.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lmi.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lup.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lyn.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lyr.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/men.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/mic.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/mon.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/mus.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/nor.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/oct.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/oph.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ori.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pav.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/peg.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/per.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/phe.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pic.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/psa.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/psc.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pup.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pyx.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ret.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/scl.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sco.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sct.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ser1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ser2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sex.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sge.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sgr.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tau.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tel.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tra.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tri.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tuc.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/uma.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/umi.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vel.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vir.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vol.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vul.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/milkyway.json +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/NGC.csv +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/addendum.csv +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Antlia_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/C9_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cepheus_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/CoronaAustralis_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cygnus_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cygnus_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cygnus_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0059_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0059_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0063_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0341_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0348_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0348_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0348_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0359A_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0405_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0405_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0405_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0410_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0410_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0417_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0417_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0423_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0424_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0424_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0426_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0431_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0432_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0434_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0434_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0434_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0435_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0443_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0443_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0443_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0444_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0444_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0446_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0446_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0447_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0447_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0466_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1274_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1284_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1284_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1287_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1287_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1396_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1396_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1470_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1805_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1805_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1848_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1848_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2087_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2128_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2128_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2128_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2162_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2162_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2162_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2177_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2177_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2177_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2220_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2220_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2599_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2599_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2872_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2872_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2944_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2944_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2944_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2948_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2966_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4592_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4592_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4601_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4628_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4628_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4628_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4684_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4701_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4706_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4706_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4812_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4954_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4955_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5068_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5068_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5070_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5076_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5146_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5146_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5148_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1032_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1032_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1032_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1037_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1037_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LMC_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LMC_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/M045_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/M045_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/M045_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0246_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0248_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0248_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0248_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0249_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0249_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0261_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0261_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0281_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0281_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0281_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0456_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0456_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0460_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0460_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0595_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0595_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0604_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0604_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0650_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0650_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0650_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1333_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1333_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1360_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1360_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1491_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1491_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1491_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1499_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1499_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1514_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1514_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1555_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1555_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1579_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1579_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1579_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1624_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1624_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1624_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1714_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1714_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1714_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1715_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1722_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1727_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1727_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1736_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1736_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1736_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1737_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1737_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1743_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1743_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1745_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1748_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1748_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1760_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1760_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1760_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1763_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1769_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1770_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1770_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1773_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1773_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1788_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1788_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1788_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1829_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1829_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1833_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1833_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1858_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1858_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1858_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1869_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1871_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1871_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1874_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1895_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1895_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1909_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1909_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1910_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1914_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1914_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1918_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1919_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1920_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1920_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1931_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1931_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1934_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1934_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1934_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1945_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1948_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1952_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1952_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1955_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1955_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1955_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1968_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1974_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1976_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1976_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1976_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2014_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2014_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2014_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2018_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2018_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2020_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2023_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2023_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2024_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2024_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2032_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2032_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2040_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2048_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2048_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2064_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2068_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2068_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2068_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2070_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2070_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2071_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2071_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2074_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2074_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2075_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2077_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2077_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2078_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2078_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2081_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2103_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2103_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2113_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2122_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2122_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2122_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2149_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2149_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2163_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2163_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2170_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2170_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2174_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2174_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2174_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2182_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2182_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2183_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2183_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2185_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2237_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2237_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2245_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2245_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2245_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2247_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2247_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2247_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2261_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2264_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2264_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2264_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2282_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2316_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2316_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2327_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2327_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2359_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2359_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2359_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2467_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2467_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2467_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2579_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2579_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2579_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2626_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2736_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2736_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3199_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3199_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3199_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3247_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3247_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3372_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3372_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3372_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3503_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3503_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3572_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3572_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3572_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3579_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3579_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3579_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3603_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC5367_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC5367_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC5367_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6164_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6164_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6165_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6188_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6188_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6334_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6334_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6334_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6357_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6357_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6357_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6514_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6514_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6514_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6523_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6523_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6523_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6559_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6559_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6589_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6589_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6590_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6590_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6611_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6611_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6611_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6618_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6618_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6618_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6727_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6727_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6729_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6823_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6823_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6847_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6888_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6960_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6960_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6992_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6992_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7000_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7000_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7000_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7023_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7023_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7023_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7129_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7129_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7129_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7380_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7380_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7380_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7538_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7538_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7635_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7635_lv3.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7822_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7822_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Orion_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Orion_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Puppis_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Scorpion_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Scorpion_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Vela_lv1.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Vela_lv2.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/raw/star_designations.csv +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/readme.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/bigsky_mag11.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/constellations.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/data_settings.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/db.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/docdata.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/dsos.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/data/scripts/star_designations.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/about.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/coming-soon.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/css/extra.css +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/custom/main.html +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data/.keep +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data/constellations.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data/dsos.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data/star-catalogs.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data/star-designations.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data-explorer.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/data-sources.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/horizon-double-cluster.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/horizon-gradient.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/horizon-sgr.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-big-dipper.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-big.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-canis-major.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-carina-nebula.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-cassiopeia.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-comet-neowise.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-milky-way-stars.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-orion.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-m45.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-orion.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples/star-chart-detail.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/examples.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/banner.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/banner.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/banner.vectornator +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/cover-front-sm-360.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/discord.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/examples/.keep +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/favicon.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/favicon.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo.vectornator +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo2.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo2.vectornator +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo500.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/mono.png +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/mono.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/star.svg +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/images/tutorial/.keep +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/index.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/installation.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/license.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/migration-guides/0.16.0.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/publications.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-callables.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-horizonplot.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-mapplot.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-models.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-ongc.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-opticplot.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-selecting-objects.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-styling.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/reference-zenithplot.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/robots.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/snippets/_newsletter.html +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/01.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/02.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/03.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/04.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/05.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/06.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/07.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/08.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/09.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial.md +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/examples.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/horizon_double_cluster.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/horizon_gradient.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/horizon_sgr.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_big.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_big_dipper.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_canis_major.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_carina.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_cas.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_comet_neowise.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_milky_way_stars.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_orion.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_orthographic.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/map_sagittarius.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/optic_m45.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/optic_moon_saturn.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/optic_orion_nebula.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/optic_solar_eclipse.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/star_chart_basic.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/examples/star_chart_detail.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/__init__.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/data/.keep +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/hashio.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/horizon_checks.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/map_checks.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/optic_checks.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/template.html +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/hash_checks/zenith_checks.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/mkdocs.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/requirements-dev.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/create_db.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/gpack_constellations.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/hip_parquet.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/ongc_geopack.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/star_designations.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/download_cons.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/ecliptic.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/geopack.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/marimo.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/ongc_docdata.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/polaris.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/pq_stars.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/starnames.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/scripts/voronoi.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/base.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/callables.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/cli.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/coordinates.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/__init__.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/constellation_lines.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/constellation_stars.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/de421_2001.bsp +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/utils.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/geod.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/__init__.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/base.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/constellation.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/dso.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/moon.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/objects.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/planet.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/star.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/sun.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/observer.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/optics.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/__init__.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/dsos.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/gradients.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/legend.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/milkyway.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/stars.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/profile.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/projections.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/__init__.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/base.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/antique.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_dark.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_gold.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_light.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_medium.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_night.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/cb_wong.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/gradient_presets.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/grayscale.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/nord.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/extensions.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/DESCRIPTION.en_us.html +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Bold.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Light.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Medium.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Regular.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-SemiBold.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/METADATA.pb +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/OFL.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Black.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-BlackItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBoldItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Medium.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-MediumItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Thin.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/markers.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/utils.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/warnings.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/src/starplot/zenith.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/__init__.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/data/.keep +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_constellations.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_data.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_map.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_observer.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_optic.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_styles.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/test_utils.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tests/utils.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/build.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_02.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_03.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_04.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_05.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_06.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_07.py +0 -0
- {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_08.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.4
|
|
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>
|
|
@@ -15,7 +15,6 @@ Requires-Dist: matplotlib >= 3.8.0
|
|
|
15
15
|
Requires-Dist: numpy >= 1.26.2
|
|
16
16
|
Requires-Dist: pandas >= 1.4.0
|
|
17
17
|
Requires-Dist: pydantic >= 2.10.6
|
|
18
|
-
Requires-Dist: pydantic-settings >= 2.10.1
|
|
19
18
|
Requires-Dist: shapely >= 2.0.1
|
|
20
19
|
Requires-Dist: skyfield >= 1.41
|
|
21
20
|
Requires-Dist: cartopy >= 0.21.1
|
|
@@ -26,7 +25,7 @@ Requires-Dist: pyarrow >= 14.0.2
|
|
|
26
25
|
Requires-Dist: pyogrio >= 0.10.0
|
|
27
26
|
Requires-Dist: rtree >= 1.2.0
|
|
28
27
|
Requires-Dist: requests >= 2.31.0
|
|
29
|
-
Requires-Dist: duckdb
|
|
28
|
+
Requires-Dist: duckdb < 1.4.0
|
|
30
29
|
Requires-Dist: ibis-framework[duckdb, geospatial] < 11
|
|
31
30
|
Project-URL: Documentation, https://starplot.dev
|
|
32
31
|
Project-URL: Home, https://starplot.dev
|
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
- Adds the `BLUE_NIGHT` plot style
|
|
17
17
|
- [**v0.16.1**] Fixes constellation borders and Milky Way outline when they cross the first point of Aries (RA=0)
|
|
18
18
|
- [**v0.16.2**] Fixes bug with rendering constellation labels as text elements for SVG exports
|
|
19
|
+
- [**v0.16.3**] Locks version of DuckDB to < 1.4 (which seems to have an incompatibility issue)
|
|
20
|
+
- [**v0.16.4**]
|
|
21
|
+
- Removes `pydantic-settings` dependency
|
|
22
|
+
- Fixes constellation line plotting on a few projections to make them straight
|
|
23
|
+
- Cleans up a few imports to improve performance
|
|
19
24
|
|
|
20
25
|
## v0.15.x
|
|
21
26
|
[Documentation](https://archives.starplot.dev/0.15.8/)
|
|
@@ -7,9 +7,9 @@ horizon_gradient_background:
|
|
|
7
7
|
filename: /starplot/hash_checks/data/horizon-gradient-background.png
|
|
8
8
|
phash: 954f43916bc46ee4
|
|
9
9
|
horizon_north_celestial_pole:
|
|
10
|
-
dhash:
|
|
10
|
+
dhash: b0aaaab2a2b2a696b0aaaab282b2a696b0aaaaeaa2b2aec4
|
|
11
11
|
filename: /starplot/hash_checks/data/horizon-north-celestial-pole.png
|
|
12
|
-
phash:
|
|
12
|
+
phash: d5907ad16ad06bc3
|
|
13
13
|
map_coma_berenices_dso_size:
|
|
14
14
|
dhash: ea84acecc888c0c0aa828ceca888c682aa8a92a2a882c282
|
|
15
15
|
filename: /starplot/hash_checks/data/map-coma-berenices-dso-size.png
|
|
@@ -33,7 +33,7 @@ map_milky_way_multi_polygon:
|
|
|
33
33
|
map_mollweide:
|
|
34
34
|
dhash: 0f2b336b2b33170f0f2b336b2b33170f176373632b32170f
|
|
35
35
|
filename: /starplot/hash_checks/data/map-mollweide.png
|
|
36
|
-
phash:
|
|
36
|
+
phash: ebcbb698e3309461
|
|
37
37
|
map_moon_phase_waxing_crescent:
|
|
38
38
|
dhash: 0814284d4d2814488894a84d4da894888884884d4d888488
|
|
39
39
|
filename: /starplot/hash_checks/data/map-moon-phase-waxing-crescent.png
|
|
@@ -21,7 +21,6 @@ dependencies = [
|
|
|
21
21
|
"numpy >= 1.26.2",
|
|
22
22
|
"pandas >= 1.4.0",
|
|
23
23
|
"pydantic >= 2.10.6",
|
|
24
|
-
"pydantic-settings >= 2.10.1",
|
|
25
24
|
"shapely >= 2.0.1",
|
|
26
25
|
"skyfield >= 1.41",
|
|
27
26
|
"cartopy >= 0.21.1",
|
|
@@ -32,7 +31,7 @@ dependencies = [
|
|
|
32
31
|
"pyogrio >= 0.10.0",
|
|
33
32
|
"rtree >= 1.2.0",
|
|
34
33
|
"requests >= 2.31.0",
|
|
35
|
-
"duckdb
|
|
34
|
+
"duckdb < 1.4.0",
|
|
36
35
|
"ibis-framework[duckdb,geospatial] < 11",
|
|
37
36
|
]
|
|
38
37
|
|
|
@@ -2,14 +2,13 @@ matplotlib==3.10.3
|
|
|
2
2
|
numpy==2.2.6
|
|
3
3
|
pandas==2.2.3
|
|
4
4
|
pydantic==2.11.7
|
|
5
|
-
pydantic-settings==2.10.1
|
|
6
5
|
shapely==2.1.1
|
|
7
6
|
skyfield==1.53
|
|
8
7
|
cartopy==0.25.0
|
|
9
8
|
geopandas==1.0.1
|
|
10
9
|
pillow==11.0.0
|
|
11
10
|
PyYAML==6.0.1
|
|
12
|
-
pyarrow==
|
|
11
|
+
pyarrow==21.0.0
|
|
13
12
|
pyogrio==0.10.0
|
|
14
13
|
rtree==1.4.1
|
|
15
14
|
requests==2.31.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import os
|
|
1
2
|
from enum import Enum
|
|
2
3
|
from pathlib import Path
|
|
3
|
-
|
|
4
|
-
from pydantic_settings import BaseSettings, SettingsConfigDict
|
|
4
|
+
from dataclasses import dataclass, field
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
STARPLOT_PATH = Path(__file__).resolve().parent
|
|
@@ -15,30 +15,46 @@ RAW_DATA_PATH = STARPLOT_PATH.parent.parent / "raw"
|
|
|
15
15
|
BUILD_PATH = STARPLOT_PATH.parent.parent / "build"
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
def _get_path(var_name, default) -> Path:
|
|
19
|
+
def _get():
|
|
20
|
+
value = os.environ.get(var_name, default)
|
|
21
|
+
return Path(value)
|
|
22
|
+
|
|
23
|
+
return _get
|
|
24
|
+
|
|
25
|
+
|
|
18
26
|
class SvgTextType(str, Enum):
|
|
19
27
|
PATH = "path"
|
|
20
28
|
ELEMENT = "element"
|
|
21
29
|
|
|
22
30
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
31
|
+
@dataclass
|
|
32
|
+
class Settings:
|
|
33
|
+
download_path: Path = field(
|
|
34
|
+
default_factory=_get_path("STARPLOT_DOWNLOAD_PATH", DATA_PATH / "downloads")
|
|
35
|
+
)
|
|
28
36
|
"""
|
|
29
37
|
Path for downloaded data, including the Big Sky catalog, ephemeris files, etc.
|
|
30
38
|
|
|
31
39
|
Default = `<starplot_source_path>/data/library/downloads/`
|
|
32
40
|
"""
|
|
33
41
|
|
|
34
|
-
duckdb_extension_path: Path =
|
|
42
|
+
duckdb_extension_path: Path = field(
|
|
43
|
+
default_factory=_get_path(
|
|
44
|
+
"STARPLOT_DUCKDB_EXTENSION_PATH", DATA_PATH / "duckdb-extensions"
|
|
45
|
+
)
|
|
46
|
+
)
|
|
35
47
|
"""
|
|
36
48
|
Path for the DuckDB spatial extension, which is required for the data backend.
|
|
37
49
|
|
|
38
50
|
Default = `<starplot_source_path>/data/library/duckdb-extensions/`
|
|
39
51
|
"""
|
|
40
52
|
|
|
41
|
-
svg_text_type: SvgTextType =
|
|
53
|
+
svg_text_type: SvgTextType = field(
|
|
54
|
+
default_factory=lambda: os.environ.get(
|
|
55
|
+
"STARPLOT_SVG_TEXT_TYPE", SvgTextType.PATH
|
|
56
|
+
)
|
|
57
|
+
)
|
|
42
58
|
"""
|
|
43
59
|
Method for rendering text in SVG exports:
|
|
44
60
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import os
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
|
|
4
|
-
import pandas as pd
|
|
5
4
|
|
|
6
5
|
from starplot.config import settings
|
|
7
6
|
from starplot.data import DataFiles, utils
|
|
@@ -46,6 +45,7 @@ def download(
|
|
|
46
45
|
def to_parquet(source_path: str, destination_path: str):
|
|
47
46
|
import pyarrow as pa
|
|
48
47
|
import pyarrow.parquet as pq
|
|
48
|
+
import pandas as pd
|
|
49
49
|
|
|
50
50
|
print("Preparing Big Sky Catalog for Starplot...")
|
|
51
51
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
from functools import cache
|
|
2
2
|
|
|
3
|
-
import
|
|
4
|
-
from ibis import _
|
|
3
|
+
from ibis import _, row_number
|
|
5
4
|
|
|
6
5
|
from starplot.data import db
|
|
7
6
|
|
|
@@ -681,8 +680,8 @@ def table():
|
|
|
681
680
|
dec=_.center_dec,
|
|
682
681
|
constellation_id=_.iau_id,
|
|
683
682
|
boundary=_.geometry,
|
|
684
|
-
rowid=
|
|
685
|
-
sk=
|
|
683
|
+
rowid=row_number(),
|
|
684
|
+
sk=row_number(),
|
|
686
685
|
)
|
|
687
686
|
|
|
688
687
|
|
|
@@ -712,7 +711,7 @@ def load_borders(extent=None, filters=None):
|
|
|
712
711
|
# ra=_.center_ra,
|
|
713
712
|
# dec=_.center_dec,
|
|
714
713
|
# constellation_id=_.iau_id,
|
|
715
|
-
rowid=
|
|
714
|
+
rowid=row_number(),
|
|
716
715
|
# boundary=_.geometry,
|
|
717
716
|
)
|
|
718
717
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from functools import cache
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
from ibis import duckdb
|
|
4
4
|
|
|
5
5
|
from starplot.config import settings
|
|
6
6
|
from starplot.data import DataFiles
|
|
@@ -8,7 +8,7 @@ from starplot.data import DataFiles
|
|
|
8
8
|
|
|
9
9
|
@cache
|
|
10
10
|
def connect():
|
|
11
|
-
connection =
|
|
11
|
+
connection = duckdb.connect(
|
|
12
12
|
DataFiles.DATABASE, read_only=True
|
|
13
13
|
) # , threads=2, memory_limit="1GB"
|
|
14
14
|
connection.raw_sql(
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
from functools import cache
|
|
2
2
|
|
|
3
|
-
import
|
|
4
|
-
from ibis import _
|
|
3
|
+
from ibis import _, row_number, coalesce
|
|
5
4
|
|
|
6
5
|
from starplot.data import db
|
|
7
6
|
|
|
@@ -36,10 +35,10 @@ def table():
|
|
|
36
35
|
ra=_.ra_degrees,
|
|
37
36
|
dec=_.dec_degrees,
|
|
38
37
|
constellation_id=_.constellation,
|
|
39
|
-
magnitude=
|
|
38
|
+
magnitude=coalesce(_.mag_v, _.mag_b, None),
|
|
40
39
|
size=_.size_deg2,
|
|
41
|
-
rowid=
|
|
42
|
-
sk=
|
|
40
|
+
rowid=row_number(),
|
|
41
|
+
sk=row_number(),
|
|
43
42
|
)
|
|
44
43
|
|
|
45
44
|
|
{starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/bigsky.0.4.0.stars.mag11.parquet
RENAMED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
from functools import cache
|
|
2
|
+
|
|
3
|
+
from ibis import _, row_number
|
|
4
|
+
|
|
5
|
+
from starplot.data import bigsky, DataFiles, db
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class StarCatalog:
|
|
9
|
+
"""Built-in star catalogs"""
|
|
10
|
+
|
|
11
|
+
BIG_SKY_MAG11 = "big-sky-mag11"
|
|
12
|
+
"""
|
|
13
|
+
[Big Sky Catalog](https://github.com/steveberardi/bigsky) ~ 370k stars up to magnitude 10
|
|
14
|
+
|
|
15
|
+
This is an _abridged_ version of the Big Sky Catalog, including stars up to a limiting magnitude of 10 (total = 368,330 981,852).
|
|
16
|
+
|
|
17
|
+
This catalog is included with Starplot, so does not require downloading any files.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
BIG_SKY = "big-sky"
|
|
21
|
+
"""
|
|
22
|
+
[Big Sky Catalog](https://github.com/steveberardi/bigsky) ~ 2.5M stars
|
|
23
|
+
|
|
24
|
+
This is the full version of the Big Sky Catalog, which includes 2,557,500 stars from Hipparcos, Tycho-1, and Tycho-2.
|
|
25
|
+
|
|
26
|
+
This catalog is very large (approx 100 MB), so it's not built-in to Starplot. When you plot stars and specify this catalog, the catalog
|
|
27
|
+
will be downloaded from the [Big Sky GitHub repository](https://github.com/steveberardi/bigsky) and saved to Starplot's data library
|
|
28
|
+
directory. You can override this download path with the environment variable `STARPLOT_DOWNLOAD_PATH`
|
|
29
|
+
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
@cache
|
|
34
|
+
def table(catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, table_name="stars"):
|
|
35
|
+
con = db.connect()
|
|
36
|
+
|
|
37
|
+
if catalog == StarCatalog.BIG_SKY_MAG11:
|
|
38
|
+
stars = con.read_parquet(DataFiles.BIG_SKY_MAG11, table_name=table_name)
|
|
39
|
+
elif catalog == StarCatalog.BIG_SKY:
|
|
40
|
+
bigsky.download_if_not_exists()
|
|
41
|
+
stars = con.read_parquet(DataFiles.BIG_SKY, table_name=table_name)
|
|
42
|
+
else:
|
|
43
|
+
raise ValueError("Unrecognized star catalog.")
|
|
44
|
+
|
|
45
|
+
designations = con.table("star_designations")
|
|
46
|
+
|
|
47
|
+
stars = stars.mutate(
|
|
48
|
+
epoch_year=2000,
|
|
49
|
+
ra=_.ra_degrees,
|
|
50
|
+
dec=_.dec_degrees,
|
|
51
|
+
constellation_id=_.constellation,
|
|
52
|
+
ra_hours=_.ra_degrees / 15,
|
|
53
|
+
# stars parquet does not have geometry field
|
|
54
|
+
geometry=_.ra_degrees.point(_.dec_degrees),
|
|
55
|
+
rowid=row_number(),
|
|
56
|
+
sk=row_number(),
|
|
57
|
+
)
|
|
58
|
+
|
|
59
|
+
stars = stars.join(
|
|
60
|
+
designations,
|
|
61
|
+
[
|
|
62
|
+
stars.hip == designations.hip,
|
|
63
|
+
(stars.ccdm.startswith("A")) | (stars.ccdm == "") | (stars.ccdm.isnull()),
|
|
64
|
+
],
|
|
65
|
+
how="left",
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
return stars
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def load(
|
|
72
|
+
extent=None,
|
|
73
|
+
catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11,
|
|
74
|
+
filters=None,
|
|
75
|
+
sql=None,
|
|
76
|
+
):
|
|
77
|
+
filters = filters or []
|
|
78
|
+
stars = table(catalog)
|
|
79
|
+
|
|
80
|
+
if extent:
|
|
81
|
+
stars = stars.filter(stars.geometry.intersects(extent))
|
|
82
|
+
|
|
83
|
+
if filters:
|
|
84
|
+
stars = stars.filter(*filters)
|
|
85
|
+
|
|
86
|
+
if sql:
|
|
87
|
+
result = stars.alias("_").sql(sql).select("sk").execute()
|
|
88
|
+
skids = result["sk"].to_list()
|
|
89
|
+
stars = stars.filter(_.sk.isin(skids))
|
|
90
|
+
|
|
91
|
+
return stars
|
|
@@ -143,6 +143,51 @@ def split_polygon_at_zero(polygon: Polygon) -> list[Polygon]:
|
|
|
143
143
|
return [polygon]
|
|
144
144
|
|
|
145
145
|
|
|
146
|
+
def split_polygon_at_360(polygon: Polygon) -> list[Polygon]:
|
|
147
|
+
"""
|
|
148
|
+
Splits a polygon at 360 degrees
|
|
149
|
+
|
|
150
|
+
Args:
|
|
151
|
+
polygon: Polygon that possibly needs splitting
|
|
152
|
+
|
|
153
|
+
Returns:
|
|
154
|
+
List of polygons
|
|
155
|
+
"""
|
|
156
|
+
ra, _ = [p for p in polygon.exterior.coords.xy]
|
|
157
|
+
|
|
158
|
+
if max(ra) > 360:
|
|
159
|
+
polygon_1 = polygon.intersection(
|
|
160
|
+
Polygon(
|
|
161
|
+
[
|
|
162
|
+
[0, -90],
|
|
163
|
+
[360, -90],
|
|
164
|
+
[360, 90],
|
|
165
|
+
[0, 90],
|
|
166
|
+
[0, -90],
|
|
167
|
+
]
|
|
168
|
+
)
|
|
169
|
+
)
|
|
170
|
+
|
|
171
|
+
polygon_2 = polygon.intersection(
|
|
172
|
+
Polygon(
|
|
173
|
+
[
|
|
174
|
+
[360, -90],
|
|
175
|
+
[720, -90],
|
|
176
|
+
[720, 90],
|
|
177
|
+
[360, 90],
|
|
178
|
+
[360, -90],
|
|
179
|
+
]
|
|
180
|
+
)
|
|
181
|
+
)
|
|
182
|
+
|
|
183
|
+
p2_ra, p2_dec = [p for p in polygon_2.exterior.coords.xy]
|
|
184
|
+
p2_new_ra = [ra - 360 for ra in p2_ra]
|
|
185
|
+
|
|
186
|
+
return [polygon_1, Polygon(list(zip(p2_new_ra, p2_dec)))]
|
|
187
|
+
|
|
188
|
+
return [polygon]
|
|
189
|
+
|
|
190
|
+
|
|
146
191
|
def random_point_in_polygon(
|
|
147
192
|
polygon: Polygon, max_iterations: int = 100, seed: int = None
|
|
148
193
|
) -> Point:
|
|
@@ -3,8 +3,8 @@ import math
|
|
|
3
3
|
from functools import cache
|
|
4
4
|
from typing import Callable
|
|
5
5
|
|
|
6
|
-
import pandas as pd
|
|
7
|
-
import geopandas as gpd
|
|
6
|
+
# import pandas as pd
|
|
7
|
+
# import geopandas as gpd
|
|
8
8
|
|
|
9
9
|
from cartopy import crs as ccrs
|
|
10
10
|
from matplotlib import pyplot as plt, patches
|
|
@@ -30,7 +30,7 @@ from starplot.styles import (
|
|
|
30
30
|
GradientDirection,
|
|
31
31
|
)
|
|
32
32
|
|
|
33
|
-
pd.options.mode.chained_assignment = None # default='warn'
|
|
33
|
+
# pd.options.mode.chained_assignment = None # default='warn'
|
|
34
34
|
|
|
35
35
|
DEFAULT_HORIZON_STYLE = PlotStyle().extend(extensions.MAP)
|
|
36
36
|
|
|
@@ -49,6 +49,7 @@ DEFAULT_HORIZON_LABELS = {
|
|
|
49
49
|
class HorizonPlot(
|
|
50
50
|
BasePlot,
|
|
51
51
|
ExtentMaskMixin,
|
|
52
|
+
# HorizonExtentMaskMixin,
|
|
52
53
|
ConstellationPlotterMixin,
|
|
53
54
|
StarPlotterMixin,
|
|
54
55
|
DsoPlotterMixin,
|
|
@@ -122,6 +123,8 @@ class HorizonPlot(
|
|
|
122
123
|
self.logger.debug("Creating HorizonPlot...")
|
|
123
124
|
self.alt = altitude
|
|
124
125
|
self.az = azimuth
|
|
126
|
+
self._alt = altitude
|
|
127
|
+
self._az = azimuth
|
|
125
128
|
self.center_alt = sum(altitude) / 2
|
|
126
129
|
self.center_az = sum(azimuth) / 2
|
|
127
130
|
|
|
@@ -155,16 +158,18 @@ class HorizonPlot(
|
|
|
155
158
|
return pos_az.degrees, pos_alt.degrees
|
|
156
159
|
|
|
157
160
|
def _prepare_star_coords(self, df, limit_by_altaz=True):
|
|
161
|
+
# import geopandas as gpd
|
|
162
|
+
|
|
158
163
|
stars_apparent = self.observe(SkyfieldStar.from_dataframe(df)).apparent()
|
|
159
164
|
nearby_stars_alt, nearby_stars_az, _ = stars_apparent.altaz()
|
|
160
165
|
df["x"], df["y"] = (
|
|
161
166
|
nearby_stars_az.degrees,
|
|
162
167
|
nearby_stars_alt.degrees,
|
|
163
168
|
)
|
|
164
|
-
if limit_by_altaz:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
169
|
+
# if limit_by_altaz:
|
|
170
|
+
# extent = self._extent_mask_altaz()
|
|
171
|
+
# df["_geometry_az_alt"] = gpd.points_from_xy(df.x, df.y)
|
|
172
|
+
# df = df[df["_geometry_az_alt"].intersects(extent)]
|
|
168
173
|
|
|
169
174
|
return df
|
|
170
175
|
|
|
@@ -459,10 +459,6 @@ class MapPlot(
|
|
|
459
459
|
self.logger.debug(f"Projection = {self.projection.__class__.__name__.upper()}")
|
|
460
460
|
|
|
461
461
|
self._fit_to_ax()
|
|
462
|
-
|
|
463
|
-
# if self.gradient_preset:
|
|
464
|
-
# self.apply_gradient_background(self.gradient_preset)
|
|
465
|
-
|
|
466
462
|
self._plot_background_clip_path()
|
|
467
463
|
|
|
468
464
|
def _ax_to_radec(self, x, y):
|