Skip to content

Commit

Permalink
Update skymap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cbassa authored and kerel-fs committed Dec 4, 2019
1 parent c15adbd commit 9eded8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/skymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eded8c

Please sign in to comment.