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

One of WWT's unique capabilities is its ability to work with very large images. But right now, pywwt can only expose FITS images that are less than 2048×2048 in size...

At the moment, the name of all layers is set to 'PyWWT Layer': https://github.com/WorldWideTelescope/pywwt/blob/cee80d8bda003531da7f69ce13d14a7df676cac5/pywwt/nbextension/static/wwt_json_api.js#L253 This isn't really an issue when using PyWWT alone, but if we ever try and export...

enhancement

There are cases where one might want to set up a layout with a fixed size and put the WWT widget in it and get it to fill all available...

As discussed with @pkgw it would be good to default to a position in the sky with more stars, e.g. the Galactic center.

enhancement

The CI on #206 highlights that our test suite doesn't cover any of the Jupyter-related code at the moment. It would be good to fix that. I'm not familiar with...

I ran the following code in a Jupyter notebook: ```python from pywwt.jupyter import WWTJupyterWidget from astropy.coordinates import SkyCoord from astropy import units as u kepler = SkyCoord(76.532562, 13.289502, unit='deg', frame='galactic')...

If you install pywwt in "editable" (developer) mode with `pip install -e`, the Jupyter components do not work because certain magic files do not get installed in that mode. Ideally,...

The pywwt demo notebook is currently failing on mybinder.org. There is one problem relating to a bug in the Jupyter libraries ([see here](https://github.com/WorldWideTelescope/pywwt/commit/bd919211a7ca848b9ab9e55e24fb54bdf6ace7ab)) but another seems to be yet another...

Upstream WWT issue

Perhaps not all of them, but a nice subset. Beyond this being useful for Qt/Jupyter folks, this should expose issues on with the merging of the original pywwt Windows into...

help wanted
good first issue
documentation

- [X] feature added to pywwt - [ ] feature missing from pywwt ~~- feature listed in docs but not available for use~~ (upon further review, some features are listed...