Documentation Status https://travis-ci.org/jason-neal/spectrum_overload.svg?branch=master https://coveralls.io/repos/github/jason-neal/spectrum_overload/badge.svg?branch=master Code Climate

Welcome to spectrum_overload’s documentation!

Spectrum_overload is to manipulate astronomical spectra in a spectrum class with overloaded operators. This means that you can easily divide and subtract spectra from each other using the math operators +, -, *, /, ** keeping the wavelength, flux and headers together.

Other Projects

There are many other packages that deal with spectra, none that I know of overload the operators.

In alphabetical order:

I am sure there are others.

Contributions

Any contributions and/or suggestions to improve this module are very welcome.

Submit issues, suggestions or pull requests to jason-neal/spectrum_overload.

This is my first attempt at creating classes, and packaging a python project so any helpful feedback is appreciated.

Badges

master

Documentation Status Build Status Test Coverage Code Climate Issue Count Code Issues

develop

Documentation Status Build Status Test Coverage Code Climate GPA Issue Count Code Issues

Note

To build the documentation locally go to the root spectrum_overload directory then run:

pip install -e .[docs]   # editable installation, install docs dependencies.
cd docs
make html

The documentation pages will be docs/.build/index.html.

Indices and tables