We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following example from the docs:
from pywwt.qt import WWTQtClient wwt = WWTQtClient(block_until_ready=True) from astropy.table import Table OEC = 'https://worldwidetelescope.github.io/pywwt/data/open_exoplanet_catalogue.csv' table = Table.read(OEC, delimiter=',', format='ascii.basic') wwt.layers.add_table_layer(table=table, frame='Sky', lon_att='ra', lat_att='dec', size_scale=100) wwt.wait()
Now produces:
The text was updated successfully, but these errors were encountered:
Investigating...
Sorry, something went wrong.
It looks like we now need to specify lon_unit='degree' explicitly in the example
lon_unit='degree'
No branches or pull requests
The following example from the docs:
Now produces:
The text was updated successfully, but these errors were encountered: