Skip to main content

Python framework for the batch processing and deconvolution of raman spectra.

Project description

Code style: black CI GH actions codecov Test & Upload to TestPyPI

raman_cover_img

raman-fitting

A Python framework that performs a deconvolution on typical parts of interest on the spectrum of carbonaceous materials. The deconvolutions are done with models which are composed of collections of lineshapes or peaks that are typically assigned to these spectra in scientific literature.

In batch processing mode this package will index the raman data files in a chosen folder. First, it will try to extract a sample ID and position number from the filenames and create an index of the files in a dataframe. Over this index a preprocessing, fitting and exporting loop will start. There are several models, each with a different combination of typical peaks, used for fitting. Each individual typical peak is defined as a class in the deconvolution/default_models folder with some added literature reference in the docstring. Here, the individual peak parameter settings can also be easily adjusted for initial values, limits, shape (eg. Lorentzian, Gaussian and Voigt) or be fixed at certain initial values. Export is done with plots and excel files for the spectral data and fitting parameters for further analysis.

Example plots

https://github.com/MyPyDavid/raman-fitting/wiki

Set up virtual environment and install the package

A release is now available on PyPI, installation can be done with these commands in a terminal.

# Setting up and activating a virtual environment
python -m venv env # python 3.11 is recommended
source env/bin/activate

# Installation from PyPI
python -m pip install raman_fitting

From source installation

The following shows how to install the package from this source repository. Download or clone this repository in a certain folder.

git clone https://github.com/MyPyDavid/raman-fitting.git

# set up and activate venv ...

# regular install
python -m pip install raman-fitting/

# editable/develop mode
python -m pip install -e raman-fitting/

Usage

Post installation test run

In order to test the package after installation, please try the following command in a terminal CLI.

raman_fitting run examples

or these commands in the Python interpreter or in a Jupyter Notebook.

import raman_fitting
raman_fitting.make_examples()

This test run should yield the resulting plots and files in the following folder. Where home means the local user home directory depending on the OS.

# Linux
home/.raman_fitting/example_results

# For Other OSs, log messages will show:
# Results saved in ...

Fitting your own datafiles

Place your data files in the default location or change this default setting in the config.

home/.raman_fitting/datafiles

The following command will attempt the indexing, preprocessing, fitting and plotting on all the files found in this folder.

# default run mode is "normal" means over all the files found in the index
raman_fitting

# If you add a lot of files, try to check if the index is properly constructed
# before fitting them.
raman_fitting make index

# Location of index
home/.raman_fitting/datafiles/results/raman_fitting_index.csv

Datafiles

The raman data files should be .txt files with two columns of data values. The first column should contain the Raman shift values and the second one the measured intensity. Filenames will be parsed into a sampleID and position, in order to take the mean of the measured intensity of several positions on the same sample.

An example of filename formatting and parsing result:

samplename1_pos1.txt => sampleID = 'samplename1', position = 1
sample2-100_3.txt => sampleID = 'sample2-100', position = 3

Version

The current version is v0.8.0

Dependencies

  • python >= 3.11
  • lmfit >= 1.2.0
  • pandas >= 2.0.0
  • scipy >= 1.10.1
  • matplotlib >= 3.7.2
  • numpy >= 1.24.2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raman_fitting-0.8.0.tar.gz (2.6 MB view details)

Uploaded Source

Built Distribution

raman_fitting-0.8.0-py2.py3-none-any.whl (155.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file raman_fitting-0.8.0.tar.gz.

File metadata

  • Download URL: raman_fitting-0.8.0.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for raman_fitting-0.8.0.tar.gz
Algorithm Hash digest
SHA256 fe969b119eff753db3df745bd944c2971a149af962b248ac5fd2a2da05fdf62c
MD5 83fbf34ae1a49bc2efc0036a4de80c6e
BLAKE2b-256 729435a52fb1904f510db1a86cbd54c96cb472d14a97858d4c08d1431ec58f34

See more details on using hashes here.

File details

Details for the file raman_fitting-0.8.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for raman_fitting-0.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9164e7a2c4ffdb6a2c2b1cd9ca6eed2d5f67645c849574f2a61fa89338bab240
MD5 8ee26d038c4c7a78489f23883dc8d2f9
BLAKE2b-256 b37d6c7772489a474b7095abf66a994a3e5e72ae752ef9cfb5ca9c27cccceea5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page