Peter Williams

Results 48 issues of Peter Williams

When creating an interactive figure for the AAS journals, the interactive should be accompanied by a static image, which stands in for the interactive experience in static formats (PDF) and...

The aas-timeseries tool [has a feature](https://aas-timeseries.readthedocs.io/en/latest/views.html) where you can save multiple predefined views of the same data set, which is helpful for walking people through different areas of interest in...

Our new interactive-figure viewer should provide some basic controls so that people can customize their view of the data. In particular, there should be: - [ ] Ability to change...

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...

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