README.md
setup.py
scripts/baseline.py
scripts/convert_spectra.py
scripts/plot_spectra.py
superman/__init__.py
superman/dana.py
superman/dana_numbers.txt
superman/mp.py
superman/utils.py
superman.egg-info/PKG-INFO
superman.egg-info/SOURCES.txt
superman.egg-info/dependency_links.txt
superman.egg-info/requires.txt
superman.egg-info/top_level.txt
superman/baseline/__init__.py
superman/baseline/airpls.py
superman/baseline/als.py
superman/baseline/common.py
superman/baseline/dietrich.py
superman/baseline/fabc.py
superman/baseline/kajfosz_kwiatek.py
superman/baseline/lsd.py
superman/baseline/mario.py
superman/baseline/median.py
superman/baseline/mpls.py
superman/baseline/ob.py
superman/baseline/polyfit.py
superman/baseline/rubberband.py
superman/baseline/tophat.py
superman/baseline/wavelet.py
superman/classifiers/__init__.py
superman/classifiers/decision_tree.py
superman/classifiers/gaussian.py
superman/classifiers/nearest_neighbor.py
superman/classifiers/perceptron.py
superman/classifiers/utils.py
superman/dataset/__init__.py
superman/dataset/_search.py
superman/dataset/ds.py
superman/dataset/ds_view.py
superman/dataset/metadata.py
superman/distance/__init__.py
superman/distance/_pdist.c
superman/distance/_traj.c
superman/distance/common.c
superman/distance/pairwise_dists.py
superman/file_io/WITec.py
superman/file_io/__init__.py
superman/file_io/andor.py
superman/file_io/bruker_raw.py
superman/file_io/construct_utils.py
superman/file_io/opus.py
superman/file_io/renishaw.py
superman/file_io/rruff.py
superman/file_io/spc.py
superman/peaks/__init__.py
superman/peaks/bump_fit.py
superman/peaks/common.py
superman/peaks/derivative.py
superman/peaks/savitzky_golay.py
superman/peaks/threshold.py
superman/peaks/wavelet.py
superman/preprocess/__init__.py
superman/preprocess/pipeline.py
superman/preprocess/steps.py
superman/preprocess/utils.py