Skip to content

glue-viz/glue-wwt

Folders and files

NameName
Last commit message
Last commit date
Sep 10, 2024
Sep 10, 2024
Nov 21, 2019
Mar 21, 2024
Jun 8, 2016
Oct 25, 2022
Oct 25, 2022
Oct 25, 2022
May 28, 2024
Sep 10, 2024

Glue WorldWide Telescope plugin (experimental)

Glue WWT's GitHub Actions CI Status Glue WWT's Coverage Status

Requirements

Note that this plugin requires glue to be installed - see this page for instructions on installing glue.

Installing

If you are using conda, you can easily install the plugin and all the required dependencies with:

conda install -c glueviz glue-wwt

Alternatively, if you don't use conda, be sure to install the above dependencies then install the plugin with:

pip install glue-wwt

In both cases this will auto-register the plugin with Glue. Now simply start up Glue, open a tabular dataset, drag it onto the main canvas, then select 'WorldWideTelescope (WWT)'.

Testing

To run the tests, do:

py.test glue_wwt

at the root of the repository. This requires the pytest module to be installed.