mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-24 16:56:39 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user