sxs-collaboration / sxs

Python code for manipulating data from the SXS collaboration
MIT License
25 stars 18 forks source link

`sxs` is undefined for when calling `ellhat` #85

Closed SSL32081 closed 6 months ago

SSL32081 commented 6 months ago

I was trying to call the ellhat property of the horizons object,

horizons = sxs.load("SXS:BBH:1593/Lev/Horizons")
horizons.ellhat

but I got an error:

NameError: name 'sxs' is not defined