Skip to content

cpparts/mast-aladin-lite

 
 

Repository files navigation

GitHub Actions CI Status Documentation Status

mast-aladin

Warning

mast-aladin is currently in heavy development and breaking changes may occur without warning.

While we experiment with Aladin Lite integration in MAST platforms, this repository can be used to contain:

  • documentation
  • support code for wrapping and integrating Aladin Lite
  • demonstration notebooks

Once design plans become more concrete, we can decide whether to keep using this repository.

Installing

Installing mast-aladin in a new virtual or conda environment will help you to avoid version conflicts with other packages you may have installed, for example:

conda create -n mast-aladin-env python=3.11
conda activate mast-aladin-env

You can install the latest stable release version of mast-aladin using pip:

pip install mast-aladin --upgrade

Or, you can install the latest development version of mast-aladin using pip:

pip install git+https://github.com/spacetelescope/mast-aladin --upgrade

For details on installing and using mast-aladin, see the mast-aladin Installation.

Help

If you encounter any unreported bugs or issues, please open a GitHub issue

License & Attribution

This project is Copyright (c) Space Telescope Science Institute and licensed under the terms of the BSD 3-Clause license. See the licenses folder for more information on works the mast-aladin package is derived from or distributes.

About

Connect MAST with Aladin Lite in Jupyter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.0%
  • Python 37.0%