1
0
Fork 0

Update skymap.py

pull/22/head
Cees Bassa 2019-11-04 21:13:59 +01:00 committed by Fabian P. Schmidt
parent c15adbd34a
commit 9eded8c05b
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ class Stars:
"""Tycho2 catalog"""
def __init__(self):
# hdu = fits.open("/home/bassa/code/c/satellite/sattools/data/tyc2.fits")
hdu = fits.open("/home/bassa/hip.fits")
hdu = fits.open("hip.fits")
self.ra = hdu[1].data.field('RA')*u.deg
self.dec = hdu[1].data.field('DEC')*u.deg