Python script (IR_fitter.py) as well as graphical user interface (GUI_IR_fitter.py) to read IR absorbance spectra. It allows to baseline correct and plot the spectra as well as to quantify them using direct calibration with spectra of pure components. It was tested using Python 3.5. It requires scipy, matplotlib and jcamp.
To install them, it is convenient to use Miniconda: https://conda.io/miniconda.html, which includes conda (located in the installation folder under Scripts) to install scipy by simply issuing as Administrator in command line:
conda install scipy
conda install matplotlib
Further, jcamp should be installed by pip (which is also in the folder Scripts) using the following command:
pip install jcamp==1.1
-
Notifications
You must be signed in to change notification settings - Fork 2
Python script to read IR absorbance spectra. It allows to baseline correct and plot the spectra as well as to quantify them using direct calibration with spectra of pure components. It was tested using Python 3.5. It requires scipy and jcamp, see README
License
MartinTa/IR_fitter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python script to read IR absorbance spectra. It allows to baseline correct and plot the spectra as well as to quantify them using direct calibration with spectra of pure components. It was tested using Python 3.5. It requires scipy and jcamp, see README
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published