Skip to content

vishalbelsare/superman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superman

SpectrUm PrEpRocessing MAchiNe

T. Boucher, C. Carey, S. Giguere, D. Dyar, S. Mahadevan

Installation

Python versions 2.7 and 3.4+ are supported.

The library contains some Cython code that must be compiled, so make sure you have a working C compiler, Python headers, and OpenMP before proceeding.

pip install Cython
pip install superman

If you're contributing to superman, or want to make local changes:

git clone git@github.com:all-umass/superman.git
cd superman
pip install -e .

This will add the local superman package to your PYTHONPATH, which means any changes you make will be reflected right away.

Some functionality is not available unless optional dependencies are installed:

  • PyWavelets for wavelet baseline removal: pip install pywavelets
  • xylib for parsing some spectrum files: pip install xylib-py
  • Metakit for parsing .wxd files

Testing

Use nose2 or pytest to run the test suite, or nose2 -C to also generate a coverage report. Note that if you try running tests with nosetests, only some of the test suite is detected and run.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%