/scidb_specView

PFS Spectrum Viewer Tool

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

SpectrumViewer

The SpectrumViewer python module is used for visualizing astronomical spectra stored in FITS files.

Interactive spectrum plots can be accessed with Jupyter notebooks, or be generated as separate HTML pages.

Author: Zuo "David" Wang

Maintainer: Manuchehr Taghizadeh-Popp

Installation

1.- To install required packages, run

    pip install -r requirements.txt

2.- To install SpectrumViewer package, run

    python setup.py install
    
    # ..or.. 
    
    pip install -e .

Examples

1.- Examples for running the code can be found under /examples