pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

Python interface to WorldWide Telescope :milky_way:

Results 63 pywwt issues
Sort by recently updated
recently updated
newest added

I think we need a means to export a session that conserves interactivity (so beyond rendering an image). In the wwt clients, this is a .wtt tour file. However, I...

enhancement

Line colors blend properly on Windows and seem nicely antialiased ![actual](https://user-images.githubusercontent.com/314716/44164941-503a5d00-a0bf-11e8-9376-f02308fe048b.png) (the selected constellation is supposed to be blue) But on Mac/Linux the blue doesn't blend with the red: ![expected](https://user-images.githubusercontent.com/314716/44164936-4e709980-a0bf-11e8-9b7c-2d689c7d9a00.png)...

bug
Upstream WWT issue

This is a reminder that currently the line width setting doesn't work in the WebGL SDK. The reference images updated in https://github.com/WorldWideTelescope/pywwt/pull/104 will need to be updated again (at least...

bug
Upstream WWT issue

Similar to my suggestion in #85, I think we should make it so that ``load_fits_data`` returns some kind of Image object on which we can set the current slice for...

enhancement

It would be useful when using pywwt as a script (for example) to bound the interactive space to a specific area. For example, if you were showing M31 with overlays...

Need WWT info

We should make it so that the central position of the view is a trait, as this will ensure that the current target will be preserved when splitting the output...

enhancement

It would be nice to add text with the other annotations for example, following[ matplotlib.text](https://matplotlib.org/api/text_api.html) ``` wwt.add_circle(center, radius=radius) wwt.add_text(string, xy=center, xytext=None, size=size, xycoords=canvas) ``` where xycoords would specify to tie...

enhancement
Need WWT info

`jupyter`, `jupyter_client`, `jupyter_console`, `jupyter_core`, `jupyterlab`, `jupyterlab_launcher`, and `notebook` should be somewhere within the following ranges: jupyter: 1.0.0-py36h9896ce5_0 --> 1.0.0-py36_4 jupyter_client: 5.1.0-py36h614e9ea_0 --> 5.2.3-py36_0 jupyter_core: 4.3.0-py36h357a921_0 --> 4.4.0-py36h7c827e3_0 jupyterlab: 0.27.0-py36h86377d0_2 -->...

We need a way to provide a table with 3D coordinates/parameters for an orbit or trajectory and have those show up in WWT.

enhancement
Need WWT info

I'm not sure the best way to do it, but when there are relevant example notebooks, they should probably go here: https://github.com/WorldWideTelescope/pywwt-notebooks The should also probably get referenced in the...