This is a python script for working with resonance Raman spectra. This script allows background correction, normalization and subtraction of single and averaged spectra from multicolumn data.
This script requires the following packages:
- numpy
- pandas
- matplotlib
- scipy
- BaselineRemoval
You can install all these packages with: pip install requirements.txt