Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.94 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.94 KB

CubeViz

Coverage Status DOI

For documentation see http://cubeviz.readthedocs.io/en/latest/

Release 0.3

We are pleased to announce the release of CubeViz, a visualization and analysis tool for data cubes from integral field units (IFUs). This is an early release (v0.3) and we would appreciate your feedback. It is built on top of the "glue" visualization tool.

To install:

  • Install Minconda3 if it is not on your system (**)
  • To install, type: $ conda create -n cubeviz030 python=3.7, activate the environment $ conda activate cubeviz030 and pip install cubeviz $ pip install cubeviz.

To run:

  • Activate the environment: $ conda activate cubeviz030
  • Run cubeviz: $ cubeviz
  • Once done, deactivate the environment: source deactivate

More installation instructions will be on the RTD page (currently incorrectly displaying the wrong docs and appears to be an RTD bug).

Read the Docs: http://cubeviz.readthedocs.io/en/latest/

More info on glue: http://glueviz.org

If you run into any issues or have suggestions for new features, we encourage you to create issues on GitHub.

This release requires Python >= 3.6.

** Note: There have been some issues with Miniconda3 with conda version less than 4.5. If you see any problems with installation or running cubeviz and your conda version is less than 4.5 it is best to update to 4.5. See upgrade instructions for more information.

License

This project is Copyright (c) JDADF Developers and licensed under the terms of the BSD 3-Clause license. See the licenses folder for more information.