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.
Files changed (746) hide show
  1. {starplot-0.16.2 → starplot-0.16.4}/.github/workflows/test.yml +2 -0
  2. {starplot-0.16.2 → starplot-0.16.4}/CITATION.cff +2 -2
  3. {starplot-0.16.2 → starplot-0.16.4}/PKG-INFO +2 -3
  4. {starplot-0.16.2 → starplot-0.16.4}/docs/changelog.md +5 -0
  5. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-settings.md +1 -1
  6. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/hashlock.yml +3 -3
  7. {starplot-0.16.2 → starplot-0.16.4}/pyproject.toml +1 -2
  8. {starplot-0.16.2 → starplot-0.16.4}/requirements.txt +1 -2
  9. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/__init__.py +1 -1
  10. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/config.py +25 -9
  11. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/bigsky.py +1 -1
  12. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/constellations.py +4 -5
  13. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/db.py +2 -2
  14. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/dsos.py +4 -5
  15. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/bigsky.0.4.0.stars.mag11.parquet +0 -0
  16. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/sky.db +0 -0
  17. starplot-0.16.4/src/starplot/data/stars.py +91 -0
  18. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/geometry.py +45 -0
  19. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/horizon.py +12 -7
  20. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/map.py +0 -4
  21. starplot-0.16.4/src/starplot/mixins.py +402 -0
  22. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/optic.py +17 -7
  23. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/constellations.py +19 -5
  24. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/experimental.py +1 -2
  25. {starplot-0.16.2 → starplot-0.16.4}/tests/test_models.py +2 -6
  26. starplot-0.16.4/tests/test_stars.py +15 -0
  27. starplot-0.16.2/src/starplot/data/stars.py +0 -519
  28. starplot-0.16.2/src/starplot/mixins.py +0 -119
  29. starplot-0.16.2/tests/test_stars.py +0 -22
  30. {starplot-0.16.2 → starplot-0.16.4}/.dockerignore +0 -0
  31. {starplot-0.16.2 → starplot-0.16.4}/.github/FUNDING.yml +0 -0
  32. {starplot-0.16.2 → starplot-0.16.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  33. {starplot-0.16.2 → starplot-0.16.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  34. {starplot-0.16.2 → starplot-0.16.4}/.github/workflows/docs.yml +0 -0
  35. {starplot-0.16.2 → starplot-0.16.4}/.github/workflows/release.yml +0 -0
  36. {starplot-0.16.2 → starplot-0.16.4}/.gitignore +0 -0
  37. {starplot-0.16.2 → starplot-0.16.4}/CODE_OF_CONDUCT.md +0 -0
  38. {starplot-0.16.2 → starplot-0.16.4}/CONTRIBUTING.md +0 -0
  39. {starplot-0.16.2 → starplot-0.16.4}/Dockerfile +0 -0
  40. {starplot-0.16.2 → starplot-0.16.4}/LICENSE +0 -0
  41. {starplot-0.16.2 → starplot-0.16.4}/Makefile +0 -0
  42. {starplot-0.16.2 → starplot-0.16.4}/README.md +0 -0
  43. {starplot-0.16.2 → starplot-0.16.4}/data/raw/constellation_borders.json +0 -0
  44. {starplot-0.16.2 → starplot-0.16.4}/data/raw/constellations.json +0 -0
  45. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/and.txt +0 -0
  46. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ant.txt +0 -0
  47. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aps.txt +0 -0
  48. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aql.txt +0 -0
  49. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aqr.txt +0 -0
  50. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ara.txt +0 -0
  51. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ari.txt +0 -0
  52. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/aur.txt +0 -0
  53. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/boo.txt +0 -0
  54. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cae.txt +0 -0
  55. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cam.txt +0 -0
  56. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cap.txt +0 -0
  57. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/car.txt +0 -0
  58. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cas.txt +0 -0
  59. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cen.txt +0 -0
  60. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cep.txt +0 -0
  61. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cet.txt +0 -0
  62. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cha.txt +0 -0
  63. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cir.txt +0 -0
  64. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cma.txt +0 -0
  65. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cmi.txt +0 -0
  66. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cnc.txt +0 -0
  67. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/col.txt +0 -0
  68. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/com.txt +0 -0
  69. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cra.txt +0 -0
  70. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/crb.txt +0 -0
  71. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/crt.txt +0 -0
  72. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cru.txt +0 -0
  73. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/crv.txt +0 -0
  74. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cvn.txt +0 -0
  75. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/cyg.txt +0 -0
  76. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/del.txt +0 -0
  77. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/dor.txt +0 -0
  78. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/dra.txt +0 -0
  79. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/equ.txt +0 -0
  80. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/eri.txt +0 -0
  81. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/for.txt +0 -0
  82. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/gem.txt +0 -0
  83. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/gru.txt +0 -0
  84. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/her.txt +0 -0
  85. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/hor.txt +0 -0
  86. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/hya.txt +0 -0
  87. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/hyi.txt +0 -0
  88. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ind.txt +0 -0
  89. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lac.txt +0 -0
  90. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/leo.txt +0 -0
  91. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lep.txt +0 -0
  92. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lib.txt +0 -0
  93. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lmi.txt +0 -0
  94. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lup.txt +0 -0
  95. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lyn.txt +0 -0
  96. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/lyr.txt +0 -0
  97. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/men.txt +0 -0
  98. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/mic.txt +0 -0
  99. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/mon.txt +0 -0
  100. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/mus.txt +0 -0
  101. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/nor.txt +0 -0
  102. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/oct.txt +0 -0
  103. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/oph.txt +0 -0
  104. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ori.txt +0 -0
  105. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pav.txt +0 -0
  106. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/peg.txt +0 -0
  107. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/per.txt +0 -0
  108. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/phe.txt +0 -0
  109. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pic.txt +0 -0
  110. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/psa.txt +0 -0
  111. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/psc.txt +0 -0
  112. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pup.txt +0 -0
  113. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/pyx.txt +0 -0
  114. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ret.txt +0 -0
  115. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/scl.txt +0 -0
  116. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sco.txt +0 -0
  117. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sct.txt +0 -0
  118. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ser1.txt +0 -0
  119. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/ser2.txt +0 -0
  120. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sex.txt +0 -0
  121. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sge.txt +0 -0
  122. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/sgr.txt +0 -0
  123. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tau.txt +0 -0
  124. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tel.txt +0 -0
  125. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tra.txt +0 -0
  126. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tri.txt +0 -0
  127. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/tuc.txt +0 -0
  128. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/uma.txt +0 -0
  129. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/umi.txt +0 -0
  130. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vel.txt +0 -0
  131. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vir.txt +0 -0
  132. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vol.txt +0 -0
  133. {starplot-0.16.2 → starplot-0.16.4}/data/raw/iau/vul.txt +0 -0
  134. {starplot-0.16.2 → starplot-0.16.4}/data/raw/milkyway.json +0 -0
  135. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/NGC.csv +0 -0
  136. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/addendum.csv +0 -0
  137. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Antlia_lv1.txt +0 -0
  138. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/C9_lv2.txt +0 -0
  139. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cepheus_lv1.txt +0 -0
  140. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/CoronaAustralis_lv1.txt +0 -0
  141. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cygnus_lv1.txt +0 -0
  142. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cygnus_lv2.txt +0 -0
  143. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Cygnus_lv3.txt +0 -0
  144. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0059_lv1.txt +0 -0
  145. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0059_lv2.txt +0 -0
  146. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0063_lv2.txt +0 -0
  147. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0341_lv1.txt +0 -0
  148. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0348_lv1.txt +0 -0
  149. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0348_lv2.txt +0 -0
  150. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0348_lv3.txt +0 -0
  151. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0359A_lv1.txt +0 -0
  152. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0405_lv1.txt +0 -0
  153. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0405_lv2.txt +0 -0
  154. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0405_lv3.txt +0 -0
  155. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0410_lv2.txt +0 -0
  156. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0410_lv3.txt +0 -0
  157. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0417_lv2.txt +0 -0
  158. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0417_lv3.txt +0 -0
  159. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0423_lv2.txt +0 -0
  160. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0424_lv1.txt +0 -0
  161. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0424_lv2.txt +0 -0
  162. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0426_lv2.txt +0 -0
  163. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0431_lv2.txt +0 -0
  164. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0432_lv3.txt +0 -0
  165. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0434_lv1.txt +0 -0
  166. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0434_lv2.txt +0 -0
  167. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0434_lv3.txt +0 -0
  168. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0435_lv2.txt +0 -0
  169. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0443_lv1.txt +0 -0
  170. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0443_lv2.txt +0 -0
  171. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0443_lv3.txt +0 -0
  172. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0444_lv1.txt +0 -0
  173. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0444_lv2.txt +0 -0
  174. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0446_lv1.txt +0 -0
  175. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0446_lv2.txt +0 -0
  176. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0447_lv1.txt +0 -0
  177. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0447_lv2.txt +0 -0
  178. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC0466_lv2.txt +0 -0
  179. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1274_lv3.txt +0 -0
  180. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1284_lv1.txt +0 -0
  181. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1284_lv2.txt +0 -0
  182. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1287_lv1.txt +0 -0
  183. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1287_lv2.txt +0 -0
  184. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1396_lv1.txt +0 -0
  185. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1396_lv2.txt +0 -0
  186. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1470_lv2.txt +0 -0
  187. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1805_lv1.txt +0 -0
  188. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1805_lv2.txt +0 -0
  189. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1848_lv1.txt +0 -0
  190. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC1848_lv2.txt +0 -0
  191. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2087_lv1.txt +0 -0
  192. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2128_lv1.txt +0 -0
  193. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2128_lv2.txt +0 -0
  194. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2128_lv3.txt +0 -0
  195. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2162_lv1.txt +0 -0
  196. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2162_lv2.txt +0 -0
  197. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2162_lv3.txt +0 -0
  198. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2177_lv1.txt +0 -0
  199. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2177_lv2.txt +0 -0
  200. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2177_lv3.txt +0 -0
  201. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2220_lv2.txt +0 -0
  202. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2220_lv3.txt +0 -0
  203. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2599_lv2.txt +0 -0
  204. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2599_lv3.txt +0 -0
  205. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2872_lv2.txt +0 -0
  206. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2872_lv3.txt +0 -0
  207. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2944_lv1.txt +0 -0
  208. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2944_lv2.txt +0 -0
  209. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2944_lv3.txt +0 -0
  210. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2948_lv3.txt +0 -0
  211. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC2966_lv2.txt +0 -0
  212. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4592_lv1.txt +0 -0
  213. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4592_lv2.txt +0 -0
  214. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4601_lv2.txt +0 -0
  215. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4628_lv1.txt +0 -0
  216. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4628_lv2.txt +0 -0
  217. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4628_lv3.txt +0 -0
  218. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4684_lv2.txt +0 -0
  219. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4701_lv2.txt +0 -0
  220. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4706_lv2.txt +0 -0
  221. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4706_lv3.txt +0 -0
  222. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4812_lv3.txt +0 -0
  223. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4954_lv2.txt +0 -0
  224. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC4955_lv2.txt +0 -0
  225. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5068_lv1.txt +0 -0
  226. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5068_lv2.txt +0 -0
  227. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5070_lv2.txt +0 -0
  228. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5076_lv2.txt +0 -0
  229. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5146_lv1.txt +0 -0
  230. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5146_lv2.txt +0 -0
  231. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/IC5148_lv2.txt +0 -0
  232. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1032_lv1.txt +0 -0
  233. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1032_lv2.txt +0 -0
  234. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1032_lv3.txt +0 -0
  235. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1037_lv2.txt +0 -0
  236. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LBN1037_lv3.txt +0 -0
  237. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LMC_lv1.txt +0 -0
  238. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/LMC_lv2.txt +0 -0
  239. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/M045_lv1.txt +0 -0
  240. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/M045_lv2.txt +0 -0
  241. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/M045_lv3.txt +0 -0
  242. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0246_lv2.txt +0 -0
  243. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0248_lv1.txt +0 -0
  244. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0248_lv2.txt +0 -0
  245. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0248_lv3.txt +0 -0
  246. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0249_lv1.txt +0 -0
  247. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0249_lv2.txt +0 -0
  248. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0261_lv1.txt +0 -0
  249. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0261_lv2.txt +0 -0
  250. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0281_lv1.txt +0 -0
  251. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0281_lv2.txt +0 -0
  252. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0281_lv3.txt +0 -0
  253. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0456_lv1.txt +0 -0
  254. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0456_lv2.txt +0 -0
  255. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0460_lv1.txt +0 -0
  256. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0460_lv2.txt +0 -0
  257. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0595_lv2.txt +0 -0
  258. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0595_lv3.txt +0 -0
  259. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0604_lv2.txt +0 -0
  260. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0604_lv3.txt +0 -0
  261. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0650_lv1.txt +0 -0
  262. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0650_lv2.txt +0 -0
  263. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC0650_lv3.txt +0 -0
  264. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1333_lv1.txt +0 -0
  265. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1333_lv2.txt +0 -0
  266. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1360_lv1.txt +0 -0
  267. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1360_lv2.txt +0 -0
  268. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1491_lv1.txt +0 -0
  269. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1491_lv2.txt +0 -0
  270. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1491_lv3.txt +0 -0
  271. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1499_lv1.txt +0 -0
  272. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1499_lv2.txt +0 -0
  273. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1514_lv1.txt +0 -0
  274. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1514_lv2.txt +0 -0
  275. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1555_lv1.txt +0 -0
  276. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1555_lv2.txt +0 -0
  277. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1579_lv1.txt +0 -0
  278. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1579_lv2.txt +0 -0
  279. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1579_lv3.txt +0 -0
  280. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1624_lv1.txt +0 -0
  281. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1624_lv2.txt +0 -0
  282. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1624_lv3.txt +0 -0
  283. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1714_lv1.txt +0 -0
  284. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1714_lv2.txt +0 -0
  285. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1714_lv3.txt +0 -0
  286. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1715_lv2.txt +0 -0
  287. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1722_lv2.txt +0 -0
  288. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1727_lv1.txt +0 -0
  289. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1727_lv2.txt +0 -0
  290. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1736_lv1.txt +0 -0
  291. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1736_lv2.txt +0 -0
  292. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1736_lv3.txt +0 -0
  293. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1737_lv1.txt +0 -0
  294. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1737_lv2.txt +0 -0
  295. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1743_lv2.txt +0 -0
  296. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1743_lv3.txt +0 -0
  297. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1745_lv2.txt +0 -0
  298. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1748_lv2.txt +0 -0
  299. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1748_lv3.txt +0 -0
  300. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1760_lv1.txt +0 -0
  301. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1760_lv2.txt +0 -0
  302. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1760_lv3.txt +0 -0
  303. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1763_lv3.txt +0 -0
  304. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1769_lv3.txt +0 -0
  305. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1770_lv1.txt +0 -0
  306. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1770_lv2.txt +0 -0
  307. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1773_lv2.txt +0 -0
  308. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1773_lv3.txt +0 -0
  309. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1788_lv1.txt +0 -0
  310. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1788_lv2.txt +0 -0
  311. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1788_lv3.txt +0 -0
  312. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1829_lv1.txt +0 -0
  313. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1829_lv2.txt +0 -0
  314. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1833_lv1.txt +0 -0
  315. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1833_lv2.txt +0 -0
  316. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1858_lv1.txt +0 -0
  317. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1858_lv2.txt +0 -0
  318. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1858_lv3.txt +0 -0
  319. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1869_lv2.txt +0 -0
  320. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1871_lv1.txt +0 -0
  321. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1871_lv2.txt +0 -0
  322. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1874_lv2.txt +0 -0
  323. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1895_lv2.txt +0 -0
  324. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1895_lv3.txt +0 -0
  325. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1909_lv1.txt +0 -0
  326. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1909_lv2.txt +0 -0
  327. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1910_lv2.txt +0 -0
  328. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1914_lv1.txt +0 -0
  329. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1914_lv2.txt +0 -0
  330. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1918_lv2.txt +0 -0
  331. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1919_lv1.txt +0 -0
  332. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1920_lv1.txt +0 -0
  333. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1920_lv2.txt +0 -0
  334. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1931_lv2.txt +0 -0
  335. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1931_lv3.txt +0 -0
  336. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1934_lv1.txt +0 -0
  337. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1934_lv2.txt +0 -0
  338. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1934_lv3.txt +0 -0
  339. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1945_lv2.txt +0 -0
  340. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1948_lv2.txt +0 -0
  341. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1952_lv2.txt +0 -0
  342. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1952_lv3.txt +0 -0
  343. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1955_lv1.txt +0 -0
  344. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1955_lv2.txt +0 -0
  345. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1955_lv3.txt +0 -0
  346. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1968_lv3.txt +0 -0
  347. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1974_lv3.txt +0 -0
  348. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1976_lv1.txt +0 -0
  349. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1976_lv2.txt +0 -0
  350. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC1976_lv3.txt +0 -0
  351. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2014_lv1.txt +0 -0
  352. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2014_lv2.txt +0 -0
  353. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2014_lv3.txt +0 -0
  354. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2018_lv2.txt +0 -0
  355. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2018_lv3.txt +0 -0
  356. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2020_lv2.txt +0 -0
  357. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2023_lv2.txt +0 -0
  358. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2023_lv3.txt +0 -0
  359. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2024_lv2.txt +0 -0
  360. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2024_lv3.txt +0 -0
  361. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2032_lv2.txt +0 -0
  362. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2032_lv3.txt +0 -0
  363. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2040_lv3.txt +0 -0
  364. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2048_lv2.txt +0 -0
  365. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2048_lv3.txt +0 -0
  366. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2064_lv2.txt +0 -0
  367. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2068_lv1.txt +0 -0
  368. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2068_lv2.txt +0 -0
  369. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2068_lv3.txt +0 -0
  370. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2070_lv2.txt +0 -0
  371. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2070_lv3.txt +0 -0
  372. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2071_lv2.txt +0 -0
  373. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2071_lv3.txt +0 -0
  374. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2074_lv2.txt +0 -0
  375. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2074_lv3.txt +0 -0
  376. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2075_lv2.txt +0 -0
  377. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2077_lv2.txt +0 -0
  378. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2077_lv3.txt +0 -0
  379. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2078_lv2.txt +0 -0
  380. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2078_lv3.txt +0 -0
  381. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2081_lv3.txt +0 -0
  382. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2103_lv2.txt +0 -0
  383. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2103_lv3.txt +0 -0
  384. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2113_lv2.txt +0 -0
  385. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2122_lv1.txt +0 -0
  386. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2122_lv2.txt +0 -0
  387. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2122_lv3.txt +0 -0
  388. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2149_lv1.txt +0 -0
  389. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2149_lv2.txt +0 -0
  390. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2163_lv1.txt +0 -0
  391. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2163_lv2.txt +0 -0
  392. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2170_lv1.txt +0 -0
  393. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2170_lv2.txt +0 -0
  394. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2174_lv1.txt +0 -0
  395. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2174_lv2.txt +0 -0
  396. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2174_lv3.txt +0 -0
  397. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2182_lv1.txt +0 -0
  398. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2182_lv2.txt +0 -0
  399. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2183_lv1.txt +0 -0
  400. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2183_lv2.txt +0 -0
  401. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2185_lv2.txt +0 -0
  402. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2237_lv1.txt +0 -0
  403. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2237_lv2.txt +0 -0
  404. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2245_lv1.txt +0 -0
  405. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2245_lv2.txt +0 -0
  406. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2245_lv3.txt +0 -0
  407. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2247_lv1.txt +0 -0
  408. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2247_lv2.txt +0 -0
  409. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2247_lv3.txt +0 -0
  410. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2261_lv2.txt +0 -0
  411. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2264_lv1.txt +0 -0
  412. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2264_lv2.txt +0 -0
  413. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2264_lv3.txt +0 -0
  414. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2282_lv2.txt +0 -0
  415. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2316_lv1.txt +0 -0
  416. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2316_lv2.txt +0 -0
  417. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2327_lv2.txt +0 -0
  418. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2327_lv3.txt +0 -0
  419. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2359_lv1.txt +0 -0
  420. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2359_lv2.txt +0 -0
  421. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2359_lv3.txt +0 -0
  422. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2467_lv1.txt +0 -0
  423. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2467_lv2.txt +0 -0
  424. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2467_lv3.txt +0 -0
  425. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2579_lv1.txt +0 -0
  426. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2579_lv2.txt +0 -0
  427. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2579_lv3.txt +0 -0
  428. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2626_lv2.txt +0 -0
  429. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2736_lv1.txt +0 -0
  430. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC2736_lv2.txt +0 -0
  431. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3199_lv1.txt +0 -0
  432. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3199_lv2.txt +0 -0
  433. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3199_lv3.txt +0 -0
  434. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3247_lv2.txt +0 -0
  435. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3247_lv3.txt +0 -0
  436. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3372_lv1.txt +0 -0
  437. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3372_lv2.txt +0 -0
  438. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3372_lv3.txt +0 -0
  439. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3503_lv2.txt +0 -0
  440. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3503_lv3.txt +0 -0
  441. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3572_lv1.txt +0 -0
  442. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3572_lv2.txt +0 -0
  443. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3572_lv3.txt +0 -0
  444. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3579_lv1.txt +0 -0
  445. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3579_lv2.txt +0 -0
  446. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3579_lv3.txt +0 -0
  447. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC3603_lv3.txt +0 -0
  448. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC5367_lv1.txt +0 -0
  449. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC5367_lv2.txt +0 -0
  450. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC5367_lv3.txt +0 -0
  451. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6164_lv1.txt +0 -0
  452. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6164_lv2.txt +0 -0
  453. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6165_lv2.txt +0 -0
  454. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6188_lv1.txt +0 -0
  455. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6188_lv2.txt +0 -0
  456. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6334_lv1.txt +0 -0
  457. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6334_lv2.txt +0 -0
  458. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6334_lv3.txt +0 -0
  459. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6357_lv1.txt +0 -0
  460. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6357_lv2.txt +0 -0
  461. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6357_lv3.txt +0 -0
  462. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6514_lv1.txt +0 -0
  463. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6514_lv2.txt +0 -0
  464. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6514_lv3.txt +0 -0
  465. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6523_lv1.txt +0 -0
  466. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6523_lv2.txt +0 -0
  467. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6523_lv3.txt +0 -0
  468. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6559_lv2.txt +0 -0
  469. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6559_lv3.txt +0 -0
  470. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6589_lv2.txt +0 -0
  471. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6589_lv3.txt +0 -0
  472. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6590_lv2.txt +0 -0
  473. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6590_lv3.txt +0 -0
  474. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6611_lv1.txt +0 -0
  475. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6611_lv2.txt +0 -0
  476. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6611_lv3.txt +0 -0
  477. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6618_lv1.txt +0 -0
  478. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6618_lv2.txt +0 -0
  479. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6618_lv3.txt +0 -0
  480. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6727_lv2.txt +0 -0
  481. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6727_lv3.txt +0 -0
  482. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6729_lv3.txt +0 -0
  483. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6823_lv1.txt +0 -0
  484. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6823_lv2.txt +0 -0
  485. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6847_lv1.txt +0 -0
  486. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6888_lv3.txt +0 -0
  487. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6960_lv2.txt +0 -0
  488. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6960_lv3.txt +0 -0
  489. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6992_lv2.txt +0 -0
  490. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC6992_lv3.txt +0 -0
  491. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7000_lv1.txt +0 -0
  492. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7000_lv2.txt +0 -0
  493. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7000_lv3.txt +0 -0
  494. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7023_lv1.txt +0 -0
  495. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7023_lv2.txt +0 -0
  496. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7023_lv3.txt +0 -0
  497. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7129_lv1.txt +0 -0
  498. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7129_lv2.txt +0 -0
  499. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7129_lv3.txt +0 -0
  500. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7380_lv1.txt +0 -0
  501. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7380_lv2.txt +0 -0
  502. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7380_lv3.txt +0 -0
  503. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7538_lv2.txt +0 -0
  504. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7538_lv3.txt +0 -0
  505. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7635_lv2.txt +0 -0
  506. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7635_lv3.txt +0 -0
  507. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7822_lv1.txt +0 -0
  508. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/NGC7822_lv2.txt +0 -0
  509. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Orion_lv1.txt +0 -0
  510. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Orion_lv2.txt +0 -0
  511. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Puppis_lv1.txt +0 -0
  512. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Scorpion_lv1.txt +0 -0
  513. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Scorpion_lv2.txt +0 -0
  514. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Vela_lv1.txt +0 -0
  515. {starplot-0.16.2 → starplot-0.16.4}/data/raw/ongc/outlines/Vela_lv2.txt +0 -0
  516. {starplot-0.16.2 → starplot-0.16.4}/data/raw/star_designations.csv +0 -0
  517. {starplot-0.16.2 → starplot-0.16.4}/data/readme.md +0 -0
  518. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/bigsky_mag11.py +0 -0
  519. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/constellations.py +0 -0
  520. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/data_settings.py +0 -0
  521. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/db.py +0 -0
  522. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/docdata.py +0 -0
  523. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/dsos.py +0 -0
  524. {starplot-0.16.2 → starplot-0.16.4}/data/scripts/star_designations.py +0 -0
  525. {starplot-0.16.2 → starplot-0.16.4}/docs/about.md +0 -0
  526. {starplot-0.16.2 → starplot-0.16.4}/docs/coming-soon.md +0 -0
  527. {starplot-0.16.2 → starplot-0.16.4}/docs/css/extra.css +0 -0
  528. {starplot-0.16.2 → starplot-0.16.4}/docs/custom/main.html +0 -0
  529. {starplot-0.16.2 → starplot-0.16.4}/docs/data/.keep +0 -0
  530. {starplot-0.16.2 → starplot-0.16.4}/docs/data/constellations.md +0 -0
  531. {starplot-0.16.2 → starplot-0.16.4}/docs/data/dsos.md +0 -0
  532. {starplot-0.16.2 → starplot-0.16.4}/docs/data/star-catalogs.md +0 -0
  533. {starplot-0.16.2 → starplot-0.16.4}/docs/data/star-designations.md +0 -0
  534. {starplot-0.16.2 → starplot-0.16.4}/docs/data-explorer.md +0 -0
  535. {starplot-0.16.2 → starplot-0.16.4}/docs/data-sources.md +0 -0
  536. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/horizon-double-cluster.md +0 -0
  537. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/horizon-gradient.md +0 -0
  538. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/horizon-sgr.md +0 -0
  539. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-big-dipper.md +0 -0
  540. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-big.md +0 -0
  541. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-canis-major.md +0 -0
  542. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-carina-nebula.md +0 -0
  543. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-cassiopeia.md +0 -0
  544. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-comet-neowise.md +0 -0
  545. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-milky-way-stars.md +0 -0
  546. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-orion.md +0 -0
  547. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-orthographic.md +0 -0
  548. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/map-sagittarius.md +0 -0
  549. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-m45.md +0 -0
  550. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-moon-saturn.md +0 -0
  551. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-orion.md +0 -0
  552. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/optic-solar-eclipse.md +0 -0
  553. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/star-chart-basic.md +0 -0
  554. {starplot-0.16.2 → starplot-0.16.4}/docs/examples/star-chart-detail.md +0 -0
  555. {starplot-0.16.2 → starplot-0.16.4}/docs/examples.md +0 -0
  556. {starplot-0.16.2 → starplot-0.16.4}/docs/images/banner.png +0 -0
  557. {starplot-0.16.2 → starplot-0.16.4}/docs/images/banner.svg +0 -0
  558. {starplot-0.16.2 → starplot-0.16.4}/docs/images/banner.vectornator +0 -0
  559. {starplot-0.16.2 → starplot-0.16.4}/docs/images/celestial-globe.svg +0 -0
  560. {starplot-0.16.2 → starplot-0.16.4}/docs/images/cover-front-sm-360.png +0 -0
  561. {starplot-0.16.2 → starplot-0.16.4}/docs/images/discord.svg +0 -0
  562. {starplot-0.16.2 → starplot-0.16.4}/docs/images/examples/.keep +0 -0
  563. {starplot-0.16.2 → starplot-0.16.4}/docs/images/favicon.png +0 -0
  564. {starplot-0.16.2 → starplot-0.16.4}/docs/images/favicon.svg +0 -0
  565. {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo.png +0 -0
  566. {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo.svg +0 -0
  567. {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo.vectornator +0 -0
  568. {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo2.png +0 -0
  569. {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo2.vectornator +0 -0
  570. {starplot-0.16.2 → starplot-0.16.4}/docs/images/logo500.png +0 -0
  571. {starplot-0.16.2 → starplot-0.16.4}/docs/images/mono.png +0 -0
  572. {starplot-0.16.2 → starplot-0.16.4}/docs/images/mono.svg +0 -0
  573. {starplot-0.16.2 → starplot-0.16.4}/docs/images/star.svg +0 -0
  574. {starplot-0.16.2 → starplot-0.16.4}/docs/images/tutorial/.keep +0 -0
  575. {starplot-0.16.2 → starplot-0.16.4}/docs/index.md +0 -0
  576. {starplot-0.16.2 → starplot-0.16.4}/docs/installation.md +0 -0
  577. {starplot-0.16.2 → starplot-0.16.4}/docs/license.md +0 -0
  578. {starplot-0.16.2 → starplot-0.16.4}/docs/migration-guides/0.16.0.md +0 -0
  579. {starplot-0.16.2 → starplot-0.16.4}/docs/publications.md +0 -0
  580. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-callables.md +0 -0
  581. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-horizonplot.md +0 -0
  582. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-mapplot.md +0 -0
  583. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-models.md +0 -0
  584. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-ongc.md +0 -0
  585. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-opticplot.md +0 -0
  586. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-selecting-objects.md +0 -0
  587. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-styling.md +0 -0
  588. {starplot-0.16.2 → starplot-0.16.4}/docs/reference-zenithplot.md +0 -0
  589. {starplot-0.16.2 → starplot-0.16.4}/docs/robots.txt +0 -0
  590. {starplot-0.16.2 → starplot-0.16.4}/docs/snippets/_newsletter.html +0 -0
  591. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/01.md +0 -0
  592. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/02.md +0 -0
  593. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/03.md +0 -0
  594. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/04.md +0 -0
  595. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/05.md +0 -0
  596. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/06.md +0 -0
  597. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/07.md +0 -0
  598. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/08.md +0 -0
  599. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial/09.md +0 -0
  600. {starplot-0.16.2 → starplot-0.16.4}/docs/tutorial.md +0 -0
  601. {starplot-0.16.2 → starplot-0.16.4}/examples/examples.py +0 -0
  602. {starplot-0.16.2 → starplot-0.16.4}/examples/horizon_double_cluster.py +0 -0
  603. {starplot-0.16.2 → starplot-0.16.4}/examples/horizon_gradient.py +0 -0
  604. {starplot-0.16.2 → starplot-0.16.4}/examples/horizon_sgr.py +0 -0
  605. {starplot-0.16.2 → starplot-0.16.4}/examples/map_big.py +0 -0
  606. {starplot-0.16.2 → starplot-0.16.4}/examples/map_big_dipper.py +0 -0
  607. {starplot-0.16.2 → starplot-0.16.4}/examples/map_canis_major.py +0 -0
  608. {starplot-0.16.2 → starplot-0.16.4}/examples/map_carina.py +0 -0
  609. {starplot-0.16.2 → starplot-0.16.4}/examples/map_cas.py +0 -0
  610. {starplot-0.16.2 → starplot-0.16.4}/examples/map_comet_neowise.py +0 -0
  611. {starplot-0.16.2 → starplot-0.16.4}/examples/map_milky_way_stars.py +0 -0
  612. {starplot-0.16.2 → starplot-0.16.4}/examples/map_orion.py +0 -0
  613. {starplot-0.16.2 → starplot-0.16.4}/examples/map_orthographic.py +0 -0
  614. {starplot-0.16.2 → starplot-0.16.4}/examples/map_sagittarius.py +0 -0
  615. {starplot-0.16.2 → starplot-0.16.4}/examples/optic_m45.py +0 -0
  616. {starplot-0.16.2 → starplot-0.16.4}/examples/optic_moon_saturn.py +0 -0
  617. {starplot-0.16.2 → starplot-0.16.4}/examples/optic_orion_nebula.py +0 -0
  618. {starplot-0.16.2 → starplot-0.16.4}/examples/optic_solar_eclipse.py +0 -0
  619. {starplot-0.16.2 → starplot-0.16.4}/examples/star_chart_basic.py +0 -0
  620. {starplot-0.16.2 → starplot-0.16.4}/examples/star_chart_detail.py +0 -0
  621. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/__init__.py +0 -0
  622. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/data/.keep +0 -0
  623. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/hashio.py +0 -0
  624. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/horizon_checks.py +0 -0
  625. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/map_checks.py +0 -0
  626. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/optic_checks.py +0 -0
  627. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/template.html +0 -0
  628. {starplot-0.16.2 → starplot-0.16.4}/hash_checks/zenith_checks.py +0 -0
  629. {starplot-0.16.2 → starplot-0.16.4}/mkdocs.yml +0 -0
  630. {starplot-0.16.2 → starplot-0.16.4}/requirements-dev.txt +0 -0
  631. {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/create_db.py +0 -0
  632. {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/gpack_constellations.py +0 -0
  633. {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/hip_parquet.py +0 -0
  634. {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/ongc_geopack.py +0 -0
  635. {starplot-0.16.2 → starplot-0.16.4}/scripts/deprecated/star_designations.py +0 -0
  636. {starplot-0.16.2 → starplot-0.16.4}/scripts/download_cons.py +0 -0
  637. {starplot-0.16.2 → starplot-0.16.4}/scripts/ecliptic.py +0 -0
  638. {starplot-0.16.2 → starplot-0.16.4}/scripts/geopack.py +0 -0
  639. {starplot-0.16.2 → starplot-0.16.4}/scripts/marimo.py +0 -0
  640. {starplot-0.16.2 → starplot-0.16.4}/scripts/ongc_docdata.py +0 -0
  641. {starplot-0.16.2 → starplot-0.16.4}/scripts/polaris.py +0 -0
  642. {starplot-0.16.2 → starplot-0.16.4}/scripts/pq_stars.py +0 -0
  643. {starplot-0.16.2 → starplot-0.16.4}/scripts/starnames.py +0 -0
  644. {starplot-0.16.2 → starplot-0.16.4}/scripts/voronoi.py +0 -0
  645. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/base.py +0 -0
  646. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/callables.py +0 -0
  647. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/cli.py +0 -0
  648. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/coordinates.py +0 -0
  649. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/__init__.py +0 -0
  650. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/constellation_lines.py +0 -0
  651. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/constellation_stars.py +0 -0
  652. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/ecliptic.py +0 -0
  653. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/library/de421_2001.bsp +0 -0
  654. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/data/utils.py +0 -0
  655. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/geod.py +0 -0
  656. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/__init__.py +0 -0
  657. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/base.py +0 -0
  658. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/constellation.py +0 -0
  659. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/dso.py +0 -0
  660. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/moon.py +0 -0
  661. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/objects.py +0 -0
  662. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/planet.py +0 -0
  663. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/star.py +0 -0
  664. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/models/sun.py +0 -0
  665. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/observer.py +0 -0
  666. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/optics.py +0 -0
  667. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/__init__.py +0 -0
  668. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/dsos.py +0 -0
  669. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/gradients.py +0 -0
  670. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/legend.py +0 -0
  671. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/milkyway.py +0 -0
  672. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/plotters/stars.py +0 -0
  673. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/profile.py +0 -0
  674. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/projections.py +0 -0
  675. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/__init__.py +0 -0
  676. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/base.py +0 -0
  677. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/antique.yml +0 -0
  678. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_dark.yml +0 -0
  679. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_gold.yml +0 -0
  680. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_light.yml +0 -0
  681. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_medium.yml +0 -0
  682. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/blue_night.yml +0 -0
  683. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/cb_wong.yml +0 -0
  684. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/color_print.yml +0 -0
  685. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/gradient_presets.yml +0 -0
  686. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/grayscale.yml +0 -0
  687. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
  688. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/map.yml +0 -0
  689. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/nord.yml +0 -0
  690. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/ext/optic.yml +0 -0
  691. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/extensions.py +0 -0
  692. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
  693. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
  694. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
  695. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
  696. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/DESCRIPTION.en_us.html +0 -0
  697. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Bold.ttf +0 -0
  698. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Light.ttf +0 -0
  699. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Medium.ttf +0 -0
  700. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-Regular.ttf +0 -0
  701. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/Hind-SemiBold.ttf +0 -0
  702. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/METADATA.pb +0 -0
  703. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/hind/OFL.txt +0 -0
  704. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Black.ttf +0 -0
  705. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-BlackItalic.ttf +0 -0
  706. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
  707. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
  708. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
  709. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBoldItalic.ttf +0 -0
  710. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
  711. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
  712. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
  713. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
  714. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
  715. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Medium.ttf +0 -0
  716. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-MediumItalic.ttf +0 -0
  717. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
  718. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
  719. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
  720. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-Thin.ttf +0 -0
  721. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf +0 -0
  722. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
  723. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/fonts.py +0 -0
  724. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/helpers.py +0 -0
  725. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/styles/markers.py +0 -0
  726. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/utils.py +0 -0
  727. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/warnings.py +0 -0
  728. {starplot-0.16.2 → starplot-0.16.4}/src/starplot/zenith.py +0 -0
  729. {starplot-0.16.2 → starplot-0.16.4}/tests/__init__.py +0 -0
  730. {starplot-0.16.2 → starplot-0.16.4}/tests/data/.keep +0 -0
  731. {starplot-0.16.2 → starplot-0.16.4}/tests/test_constellations.py +0 -0
  732. {starplot-0.16.2 → starplot-0.16.4}/tests/test_data.py +0 -0
  733. {starplot-0.16.2 → starplot-0.16.4}/tests/test_map.py +0 -0
  734. {starplot-0.16.2 → starplot-0.16.4}/tests/test_observer.py +0 -0
  735. {starplot-0.16.2 → starplot-0.16.4}/tests/test_optic.py +0 -0
  736. {starplot-0.16.2 → starplot-0.16.4}/tests/test_styles.py +0 -0
  737. {starplot-0.16.2 → starplot-0.16.4}/tests/test_utils.py +0 -0
  738. {starplot-0.16.2 → starplot-0.16.4}/tests/utils.py +0 -0
  739. {starplot-0.16.2 → starplot-0.16.4}/tutorial/build.py +0 -0
  740. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_02.py +0 -0
  741. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_03.py +0 -0
  742. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_04.py +0 -0
  743. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_05.py +0 -0
  744. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_06.py +0 -0
  745. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_07.py +0 -0
  746. {starplot-0.16.2 → starplot-0.16.4}/tutorial/tutorial_08.py +0 -0
@@ -7,6 +7,8 @@ on:
7
7
  branches:
8
8
  - main
9
9
  - develop
10
+ schedule:
11
+ - cron: '0 12 * * *' # 1200 UTC = 0500 PT
10
12
 
11
13
  jobs:
12
14
  test-lint-build:
@@ -20,5 +20,5 @@ keywords:
20
20
  - graphs
21
21
  - plotting
22
22
  license: MIT
23
- version: 0.16.2
24
- date-released: '2025-09-07'
23
+ version: 0.16.4
24
+ date-released: '2025-10-01'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: starplot
3
- Version: 0.16.2
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 >= 1.1.3
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/)
@@ -1,4 +1,4 @@
1
- Starplot uses a [Pydantic settings class](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) to maintain a few global settings:
1
+ Starplot uses an instance of a `dataclass` to maintain a few global settings:
2
2
 
3
3
  - Data download path
4
4
  - DuckDB extension path
@@ -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: b0aaaab2a2b2a696b0aaaab282b2a696b2aaaaeaa2b2aec4
10
+ dhash: b0aaaab2a2b2a696b0aaaab282b2a696b0aaaaeaa2b2aec4
11
11
  filename: /starplot/hash_checks/data/horizon-north-celestial-pole.png
12
- phash: d5907ad16ad16bc4
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: ebcbb69ce3209461
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 >= 1.1.3",
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==17.0.0
11
+ pyarrow==21.0.0
13
12
  pyogrio==0.10.0
14
13
  rtree==1.4.1
15
14
  requests==2.31.0
@@ -1,6 +1,6 @@
1
1
  """Star charts and maps of the sky"""
2
2
 
3
- __version__ = "0.16.2"
3
+ __version__ = "0.16.4"
4
4
 
5
5
  from .base import BasePlot # noqa: F401
6
6
  from .map import MapPlot # noqa: F401
@@ -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
- class Settings(BaseSettings):
24
- model_config = SettingsConfigDict(env_prefix="STARPLOT_")
25
- """Configuration for the Pydantic settings model. Do not change."""
26
-
27
- download_path: Path = DATA_PATH / "downloads"
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 = DATA_PATH / "duckdb-extensions"
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 = SvgTextType.PATH
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 ibis
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=ibis.row_number(),
685
- sk=ibis.row_number(),
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=ibis.row_number(),
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 ibis
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 = ibis.duckdb.connect(
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 ibis
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=ibis.coalesce(_.mag_v, _.mag_b, None),
38
+ magnitude=coalesce(_.mag_v, _.mag_b, None),
40
39
  size=_.size_deg2,
41
- rowid=ibis.row_number(),
42
- sk=ibis.row_number(),
40
+ rowid=row_number(),
41
+ sk=row_number(),
43
42
  )
44
43
 
45
44
 
@@ -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
- extent = self._extent_mask_altaz()
166
- df["_geometry_az_alt"] = gpd.points_from_xy(df.x, df.y)
167
- df = df[df["_geometry_az_alt"].intersects(extent)]
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):