Updated star database to HYG v 3.5.1.

This change affects internal unit testing only.
It does not affect developers who use Astronomy Engine.
Upgraded the HYG database used for verification of
constellation calculations to v 3.5.1.

See conversation at:
https://github.com/astronexus/HYG-Database/issues/21
This commit is contained in:
Don Cross
2023-09-19 15:08:49 -04:00
parent 054985606e
commit f4405e390c
7 changed files with 14 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ if __name__ == '__main__':
# the given observer at the specified time.
moon_vec = GeoMoon(time) - ObserverVector(time, observer, False)
with open('../../generate/hygdata_v3.csv') as starfile:
with open('../../generate/hyg_v35_1.csv') as starfile:
reader = csv.DictReader(starfile)
lnum = 0
for row in reader: