starplot 0.15.3__tar.gz → 0.15.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.
Potentially problematic release.
This version of starplot might be problematic. Click here for more details.
- {starplot-0.15.3 → starplot-0.15.4}/PKG-INFO +1 -1
- {starplot-0.15.3 → starplot-0.15.4}/docs/changelog.md +3 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/hashlock.yml +2 -2
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/map_checks.py +7 -14
- {starplot-0.15.3 → starplot-0.15.4}/requirements.txt +6 -6
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/__init__.py +1 -1
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/constellation_lines.py +5 -1
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/constellation_stars.py +2 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/library/bigsky.0.4.0.stars.mag11.parquet +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/library/sky.db +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/stars.py +16 -7
- {starplot-0.15.3 → starplot-0.15.4}/.dockerignore +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.github/FUNDING.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.github/workflows/docs.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.github/workflows/release.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.github/workflows/test.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/.gitignore +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/CONTRIBUTING.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/Dockerfile +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/LICENSE +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/Makefile +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/README.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/constellation_borders.json +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/constellations.json +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/and.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ant.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/aps.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/aql.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/aqr.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ara.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ari.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/aur.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/boo.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cae.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cam.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cap.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/car.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cas.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cen.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cep.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cet.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cha.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cir.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cma.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cmi.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cnc.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/col.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/com.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cra.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/crb.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/crt.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cru.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/crv.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cvn.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/cyg.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/del.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/dor.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/dra.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/equ.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/eri.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/for.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/gem.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/gru.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/her.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/hor.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/hya.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/hyi.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ind.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lac.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/leo.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lep.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lib.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lmi.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lup.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lyn.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/lyr.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/men.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/mic.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/mon.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/mus.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/nor.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/oct.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/oph.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ori.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/pav.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/peg.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/per.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/phe.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/pic.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/psa.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/psc.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/pup.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/pyx.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ret.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/scl.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/sco.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/sct.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ser1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/ser2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/sex.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/sge.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/sgr.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/tau.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/tel.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/tra.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/tri.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/tuc.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/uma.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/umi.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/vel.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/vir.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/vol.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/iau/vul.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/milkyway.json +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/NGC.csv +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/addendum.csv +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Antlia_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/C9_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Cepheus_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/CoronaAustralis_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Cygnus_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Cygnus_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Cygnus_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0059_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0059_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0063_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0341_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0348_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0348_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0348_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0359A_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0405_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0405_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0405_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0410_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0410_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0417_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0417_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0423_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0424_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0424_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0426_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0431_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0432_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0434_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0434_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0434_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0435_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0443_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0443_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0443_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0444_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0444_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0446_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0446_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0447_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0447_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC0466_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1274_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1284_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1284_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1287_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1287_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1396_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1396_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1470_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1805_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1805_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1848_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC1848_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2087_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2128_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2128_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2128_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2162_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2162_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2162_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2177_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2177_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2177_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2220_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2220_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2599_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2599_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2872_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2872_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2944_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2944_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2944_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2948_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC2966_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4592_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4592_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4601_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4628_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4628_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4628_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4684_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4701_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4706_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4706_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4812_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4954_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC4955_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5068_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5068_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5070_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5076_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5146_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5146_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/IC5148_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LBN1032_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LBN1032_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LBN1032_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LBN1037_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LBN1037_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LMC_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/LMC_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/M045_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/M045_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/M045_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0246_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0248_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0248_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0248_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0249_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0249_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0261_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0261_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0281_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0281_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0281_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0456_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0456_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0460_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0460_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0595_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0595_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0604_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0604_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0650_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0650_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC0650_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1333_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1333_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1360_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1360_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1491_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1491_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1491_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1499_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1499_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1514_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1514_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1555_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1555_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1579_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1579_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1579_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1624_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1624_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1624_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1714_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1714_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1714_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1715_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1722_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1727_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1727_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1736_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1736_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1736_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1737_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1737_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1743_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1743_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1745_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1748_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1748_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1760_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1760_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1760_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1763_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1769_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1770_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1770_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1773_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1773_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1788_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1788_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1788_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1829_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1829_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1833_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1833_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1858_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1858_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1858_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1869_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1871_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1871_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1874_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1895_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1895_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1909_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1909_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1910_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1914_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1914_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1918_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1919_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1920_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1920_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1931_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1931_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1934_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1934_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1934_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1945_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1948_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1952_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1952_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1955_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1955_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1955_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1968_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1974_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1976_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1976_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC1976_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2014_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2014_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2014_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2018_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2018_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2020_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2023_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2023_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2024_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2024_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2032_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2032_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2040_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2048_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2048_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2064_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2068_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2068_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2068_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2070_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2070_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2071_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2071_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2074_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2074_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2075_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2077_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2077_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2078_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2078_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2081_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2103_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2103_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2113_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2122_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2122_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2122_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2149_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2149_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2163_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2163_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2170_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2170_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2174_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2174_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2174_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2182_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2182_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2183_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2183_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2185_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2237_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2237_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2245_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2245_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2245_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2247_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2247_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2247_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2261_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2264_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2264_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2264_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2282_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2316_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2316_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2327_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2327_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2359_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2359_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2359_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2467_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2467_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2467_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2579_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2579_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2579_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2626_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2736_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC2736_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3199_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3199_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3199_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3247_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3247_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3372_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3372_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3372_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3503_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3503_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3572_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3572_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3572_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3579_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3579_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3579_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC3603_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC5367_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC5367_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC5367_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6164_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6164_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6165_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6188_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6188_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6334_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6334_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6334_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6357_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6357_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6357_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6514_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6514_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6514_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6523_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6523_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6523_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6559_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6559_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6589_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6589_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6590_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6590_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6611_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6611_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6611_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6618_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6618_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6618_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6727_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6727_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6729_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6823_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6823_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6847_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6888_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6960_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6960_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6992_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC6992_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7000_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7000_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7000_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7023_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7023_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7023_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7129_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7129_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7129_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7380_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7380_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7380_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7538_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7538_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7635_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7635_lv3.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7822_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/NGC7822_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Orion_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Orion_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Puppis_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Scorpion_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Scorpion_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Vela_lv1.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/ongc/outlines/Vela_lv2.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/raw/star_designations.csv +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/readme.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/bigsky_mag11.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/constellations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/data_settings.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/db.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/docdata.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/dsos.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/data/scripts/star_designations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/about.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/coming-soon.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/css/extra.css +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/custom/main.html +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data/.keep +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data/constellations.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data/dsos.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data/star-catalogs.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data/star-designations.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data-explorer.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/data-sources.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/horizon-double-cluster.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/horizon-sgr.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-big-dipper.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-big.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-canis-major.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-comet-neowise.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-milky-way-stars.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-orion.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/optic-m45.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/optic-orion.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples/star-chart-detail.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/examples.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/banner.png +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/banner.svg +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/banner.vectornator +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/examples/.keep +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/favicon.png +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/favicon.svg +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/logo.png +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/logo.svg +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/logo.vectornator +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/logo2.png +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/logo2.vectornator +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/logo500.png +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/mono.png +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/mono.svg +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/star.svg +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/images/tutorial/.keep +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/index.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/installation.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/license.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-callables.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-horizonplot.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-mapplot.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-models.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-ongc.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-opticplot.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-selecting-objects.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-settings.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/reference-styling.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/robots.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/01.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/02.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/03.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/04.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/05.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/06.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/07.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/08.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial/09.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/docs/tutorial.md +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/examples.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/horizon_double_cluster.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/horizon_sgr.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_big.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_big_dipper.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_canis_major.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_comet_neowise.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_milky_way_stars.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_orion.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_orthographic.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/map_sagittarius.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/optic_m45.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/optic_moon_saturn.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/optic_orion_nebula.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/optic_solar_eclipse.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/star_chart_basic.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/examples/star_chart_detail.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/__init__.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/data/.keep +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/hashio.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/horizon_checks.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/optic_checks.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/template.html +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/hash_checks/zenith_checks.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/mkdocs.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/pyproject.toml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/requirements-dev.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/deprecated/create_db.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/deprecated/gpack_constellations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/deprecated/hip_parquet.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/deprecated/ongc_geopack.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/deprecated/star_designations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/download_cons.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/ecliptic.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/geopack.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/ongc_docdata.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/pq_stars.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/starnames.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/scripts/voronoi.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/base.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/callables.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/cli.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/coordinates.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/__init__.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/bigsky.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/constellations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/db.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/dsos.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/library/de421_2001.bsp +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/utils.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/geod.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/geometry.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/horizon.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/map.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/mixins.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/__init__.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/base.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/constellation.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/dso.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/moon.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/objects.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/planet.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/star.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/models/sun.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/optic.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/optics.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/plotters/__init__.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/plotters/constellations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/plotters/dsos.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/plotters/experimental.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/plotters/milkyway.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/plotters/stars.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/profile.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/projections.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/settings.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/__init__.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/base.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/antique.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/blue_dark.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/blue_gold.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/blue_light.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/blue_medium.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/cb_wong.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/grayscale.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/nord.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/extensions.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/DESCRIPTION.en_us.html +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/Hind-Bold.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/Hind-Light.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/Hind-Medium.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/Hind-Regular.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/Hind-SemiBold.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/METADATA.pb +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/hind/OFL.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Black.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-BlackItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBoldItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Medium.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-MediumItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-Thin.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/fonts.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/styles/markers.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/utils.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/src/starplot/warnings.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/__init__.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/data/.keep +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_constellations.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_data.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_map.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_models.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_optic.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_stars.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_styles.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/test_utils.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tests/utils.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/build.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_02.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_03.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_04.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_05.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_06.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_07.py +0 -0
- {starplot-0.15.3 → starplot-0.15.4}/tutorial/tutorial_08.py +0 -0
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
- [**v0.15.1**] Fixes bug with build script that prevented starplot data from being included in the distribution
|
|
11
11
|
- [**v0.15.2**] Fixes a few colors in the dark blue and blue gold style extensions
|
|
12
12
|
- [**v0.15.3**] Locks version of a few dependencies (DuckDB and Ibis)
|
|
13
|
+
- [**v0.15.4**]
|
|
14
|
+
- Fixes constellation lines for Mensa
|
|
15
|
+
- Optimizes star catalog loading
|
|
13
16
|
|
|
14
17
|
## v0.14.x
|
|
15
18
|
[Documentation](https://archives.starplot.dev/0.14.0/)
|
|
@@ -19,9 +19,9 @@ map_gridlines:
|
|
|
19
19
|
filename: /starplot/hash_checks/data/map-gridlines.png
|
|
20
20
|
phash: cbb44b162d3262af
|
|
21
21
|
map_label_callables:
|
|
22
|
-
dhash:
|
|
22
|
+
dhash: 80a06088c860a080d098ac2c2cac98e0809a9d0d0d9d98a0
|
|
23
23
|
filename: /starplot/hash_checks/data/map-m45-label-callables.png
|
|
24
|
-
phash:
|
|
24
|
+
phash: b232c9c94ee6cccc
|
|
25
25
|
map_milky_way_multi_polygon:
|
|
26
26
|
dhash: 711f0b0c80662c2c711f0b088066242d79530b0880662c2d
|
|
27
27
|
filename: /starplot/hash_checks/data/map-milky-way-multi-polygon.png
|
|
@@ -495,22 +495,13 @@ def check_map_plot_custom_clip_path_virgo():
|
|
|
495
495
|
|
|
496
496
|
|
|
497
497
|
def check_map_label_callables():
|
|
498
|
-
style = STYLE.extend(
|
|
499
|
-
{
|
|
500
|
-
"dso_open_cluster": {
|
|
501
|
-
"label": {
|
|
502
|
-
"font_weight": "bold",
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
}
|
|
506
|
-
)
|
|
507
498
|
p = MapPlot(
|
|
508
499
|
projection=Projection.MILLER,
|
|
509
500
|
ra_min=3.5 * 15,
|
|
510
501
|
ra_max=4 * 15,
|
|
511
502
|
dec_min=22,
|
|
512
503
|
dec_max=26,
|
|
513
|
-
style=
|
|
504
|
+
style=STYLE,
|
|
514
505
|
resolution=2000,
|
|
515
506
|
autoscale=True,
|
|
516
507
|
)
|
|
@@ -519,16 +510,18 @@ def check_map_label_callables():
|
|
|
519
510
|
p.polygon(
|
|
520
511
|
geometry=m45.geometry,
|
|
521
512
|
style__color=None,
|
|
522
|
-
style__fill_color=
|
|
513
|
+
style__fill_color=STYLE.dso_open_cluster.marker.color,
|
|
523
514
|
style__edge_color="red",
|
|
524
|
-
style__edge_width=
|
|
525
|
-
style__line_style=(0, (
|
|
515
|
+
style__edge_width=16,
|
|
516
|
+
style__line_style=(0, (4, 8)),
|
|
526
517
|
)
|
|
527
518
|
|
|
528
519
|
p.stars(
|
|
529
520
|
catalog="big-sky-mag11",
|
|
530
|
-
label_fn=lambda s: s.hip,
|
|
521
|
+
label_fn=lambda s: str(int(s.hip)) if s.hip else None,
|
|
531
522
|
where=[_.magnitude < 9.6, _.geometry.intersects(m45.geometry)],
|
|
523
|
+
where_labels=[_.magnitude < 5],
|
|
524
|
+
style__label__font_size=36,
|
|
532
525
|
)
|
|
533
526
|
|
|
534
527
|
filename = DATA_PATH / "map-m45-label-callables.png"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
matplotlib==3.
|
|
2
|
-
numpy==
|
|
3
|
-
pandas==2.
|
|
4
|
-
pydantic==2.
|
|
5
|
-
shapely==2.0.
|
|
1
|
+
matplotlib==3.10.0
|
|
2
|
+
numpy==2.2.2
|
|
3
|
+
pandas==2.2.3
|
|
4
|
+
pydantic==2.10.6
|
|
5
|
+
shapely==2.0.7
|
|
6
6
|
skyfield==1.48
|
|
7
7
|
cartopy==0.22.0
|
|
8
8
|
geopandas==1.0.1
|
|
9
|
-
pillow==
|
|
9
|
+
pillow==11.0.0
|
|
10
10
|
PyYAML==6.0.1
|
|
11
11
|
pyarrow==17.0.0
|
|
12
12
|
pyogrio==0.10.0
|
|
@@ -499,7 +499,11 @@ hips = {
|
|
|
499
499
|
[93194, 92420],
|
|
500
500
|
[92420, 91971],
|
|
501
501
|
],
|
|
502
|
-
"men": [
|
|
502
|
+
"men": [
|
|
503
|
+
[29271, 25918],
|
|
504
|
+
[25918, 22871],
|
|
505
|
+
[22871, 23467],
|
|
506
|
+
],
|
|
503
507
|
"mic": [[102831, 103738], [103738, 105140], [105140, 105382]],
|
|
504
508
|
"mon": [
|
|
505
509
|
[31978, 31216],
|
{starplot-0.15.3 → starplot-0.15.4}/src/starplot/data/library/bigsky.0.4.0.stars.mag11.parquet
RENAMED
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
from functools import cache
|
|
2
|
+
|
|
1
3
|
import ibis
|
|
2
4
|
from ibis import _
|
|
3
5
|
|
|
@@ -456,15 +458,15 @@ class StarCatalog:
|
|
|
456
458
|
"""
|
|
457
459
|
|
|
458
460
|
|
|
459
|
-
|
|
460
|
-
|
|
461
|
+
@cache
|
|
462
|
+
def read_catalog(catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, table_name="stars"):
|
|
461
463
|
con = db.connect()
|
|
462
464
|
|
|
463
465
|
if catalog == StarCatalog.BIG_SKY_MAG11:
|
|
464
|
-
stars = con.read_parquet(DataFiles.BIG_SKY_MAG11,
|
|
466
|
+
stars = con.read_parquet(DataFiles.BIG_SKY_MAG11, table_name)
|
|
465
467
|
elif catalog == StarCatalog.BIG_SKY:
|
|
466
468
|
bigsky.download_if_not_exists()
|
|
467
|
-
stars = con.read_parquet(DataFiles.BIG_SKY,
|
|
469
|
+
stars = con.read_parquet(DataFiles.BIG_SKY, table_name)
|
|
468
470
|
else:
|
|
469
471
|
raise ValueError("Unrecognized star catalog.")
|
|
470
472
|
|
|
@@ -481,9 +483,6 @@ def load(extent=None, catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, filters=
|
|
|
481
483
|
rowid=ibis.row_number(),
|
|
482
484
|
)
|
|
483
485
|
|
|
484
|
-
if extent:
|
|
485
|
-
stars = stars.filter(stars.geometry.intersects(extent))
|
|
486
|
-
|
|
487
486
|
stars = stars.join(
|
|
488
487
|
designations,
|
|
489
488
|
[
|
|
@@ -493,6 +492,16 @@ def load(extent=None, catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, filters=
|
|
|
493
492
|
how="left",
|
|
494
493
|
)
|
|
495
494
|
|
|
495
|
+
return stars
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
def load(extent=None, catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, filters=None):
|
|
499
|
+
filters = filters or []
|
|
500
|
+
stars = read_catalog(catalog)
|
|
501
|
+
|
|
502
|
+
if extent:
|
|
503
|
+
stars = stars.filter(stars.geometry.intersects(extent))
|
|
504
|
+
|
|
496
505
|
if filters:
|
|
497
506
|
return stars.filter(*filters)
|
|
498
507
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|