Skip to content

Splicer of Echelle spectra from the STIS instrument on the Hubble Space Telescope

License

Notifications You must be signed in to change notification settings

ladsantos/stissplice

Repository files navigation

stissplice

Documentation Status Build Status Coverage Status

stissplice is the splicer of Echelle Spectra from Hubble Space Telescope. This code splices Echelle spectra obtained with the Space Telescope Imaging Spectrograph (STIS) instrument. It can be adapted to work with spectra obtained with other instruments as well.

This code is currently in development and accepting suggestions of features to implement, as well as contributions.

Installation

You can install stissplice using pip or by compiling it from source.

Option 1: Using pip (stable version)

Simply run the following command:

pip install stissplice

Option 2: Compile from source (development version)

First, clone the repository and then navigate to it:

git clone https://github.com/ladsantos/stissplice
cd stissplice

And then compile it from source:

python setup.py install

You can test the installation from source with pytest (you may need to install pytest first):

pytest tests

Documentation

See the page stissplice.readthedocs.io.

About

Splicer of Echelle spectra from the STIS instrument on the Hubble Space Telescope

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages