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.
You can install stissplice
using pip
or by compiling it from source.
Simply run the following command:
pip install stissplice
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
See the page stissplice.readthedocs.io.