WorldWideTelescope viewer in glue
Перейти к файлу
Thomas Robitaille 31720e552b Define setup_requires in setup.cfg 2019-06-23 09:57:43 +01:00
glue_wwt Updated import for Tool 2019-06-23 09:28:48 +01:00
.gitignore Added .gitignore 2016-06-08 10:14:57 +01:00
.travis.yml Use developer version of pywwt 2018-12-13 21:34:48 +00:00
CHANGES.rst Added empty changelog section for v0.5 2019-06-23 09:50:38 +01:00
LICENSE Added LICENSE 2016-06-08 10:14:18 +01:00
MANIFEST.in Added missing MANIFEST.in and CHANGES.rst [ci skip] 2017-07-27 15:15:20 +01:00
README.rst Update README.rst 2017-08-23 14:36:59 +01:00
appveyor.yml Use developer version of pywwt 2018-12-13 21:34:48 +00:00
setup.cfg Define setup_requires in setup.cfg 2019-06-23 09:57:43 +01:00
setup.py Define setup_requires in setup.cfg 2019-06-23 09:57:43 +01:00

README.rst

Glue WorldWide Telescope plugin (experimental)
==============================================

|Travis Status| |AppVeyor Status|

Requirements
------------

Note that this plugin requires `glue <http://glueviz.org/>`__ to be
installed - see `this
page <http://glueviz.org/en/latest/installation.html>`__ 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 <http://pytest.org>`__ module to be installed.

.. |Travis Status| image:: https://travis-ci.org/glue-viz/glue-wwt.svg
   :target: https://travis-ci.org/glue-viz/glue-wwt?branch=master
.. |AppVeyor Status| image:: https://ci.appveyor.com/api/projects/status/8cxo7uvxd8avuj7p/branch/master?svg=true
   :target: https://ci.appveyor.com/project/glue-viz/glue-wwt/branch/master