Synthesizing and fitting coherent anti-Stokes Raman spectra (CARS) in Python
Project description
CARSpy
Synthesizing and fitting coherent anti-Stokes Raman spectra in Python.
Background
Having no access to the source codes of any of the existing CARS programs, I started this project simply as a way to learn more about CARS. I ended up spending a lot of time sifting through literatures from the past decades, trying to figure out what were done to analyze experimental CARS spectra and how they were implemented. The latter proved rather challenging as specific implementations weren’t always laid out in sufficient (mathematical) details to facilitate comprehension and replication (e.g., things as trivial as units for different constants weren’t always made clear in some publications).
In an effort to put together a fully-functioning CARS fitting program, I thought it would perhaps benefit other CARS practitioners (especially the newcomers) if I open source my implementations. I hope to also benefit from this transparency and openness to public scrutiny. Although the “draft” code (not available in this public repo) already lives up to my original purpose (least-square fit of experimental broadband CARS spectra), it is most likely not error-free and has a lot of room left for improvement. Therefore, I plan to rewrite the important modules (spectrum synthesis and least-square fit) and slowly bring all features (see below) up to date. I am also looking forward to feedbacks and potential collaborators from the community.
Quick start
$ pip install carspy
See installation guide for alternative methods.
Features
CARSpy (stands for Coherent Anti-Stokes Raman Spectroscopy):
The CARS model:
Highlights
Readily extendable for species other than N2 and for other CARS setup other than typical broadband CARS.
Option to incorporate equilibrium composition using an external chemical equilibrium calculator (such as cantera), such that temperature is the only fitting parameter for thermometry.
Vibrational and rotational nonequilibrium: vibrational temperature can be varied independently from rotational temperature.
Comparisons with CARSFT
Roadmap
The above features currently present in the draft code will be gradually improved and included in the main branch. Here is a tentative plan:
(Done) Module for synthesizing CARS spectra (optional with cantera)
(Done) Module for least-square fit (optional with lmfit)
(Short-term) Module for least-square fit (optional with scipy)
(Mid-term) Multiprocessing
(Mid-term) EMEG and XMEG for high-pressure combustion environments
(Long-term) Other common diatomic species
(Long-term) Dualpump/Wide CARS
Citation
Please consider citing this repository if you use carspy for your publications as:
@misc{Yin2021,
author = {Yin, Zhiyao},
title = {CARSpy: Synthesizing and fitting coherent anti-Stokes Raman spectra in Python},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/chuckedfromspace/carspy}}
}
Acknowledgement
A copy of the NRC report (TR-GD-013_1989) was kindly provided by Dr. Gregory Smallwood and his colleagues at NRC, which has significantly eased the difficulty of understanding some of the key theories in synthesizing CARS spectra.
This package was initially created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Change Log
0.4.2 (2021-03-12)
Add missing json data files to the package.
0.4.1 (2021-03-10)
Implement an asymmetric “super” Voigt function for better fitting slit function.
0.4.0 (2021-03-03)
Implement least-square fitting routine with lmfit (optional).
Add documentations for the least-square fitting module.
Add usage examples for both synthesizing and fitting CARS spectra.
0.3.0 (2021-02-25)
Implement optional function for calculating local gas composition at chemical equilibrium using cantera.
Add documentations for secondary modules.
Add bibtex style references in documentations.
0.2.1 (2021-02-14)
Change Sphinx theme.
Add existing modules to docs.
Fix format errors in docstrings.
0.2.0 (2021-02-13)
Implement modules for synthesizing N2 CARS spectra.
0.1.0 (2021-02-13)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file carspy-0.4.2.tar.gz
.
File metadata
- Download URL: carspy-0.4.2.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d63aa6afb54a92e3438b8a7c13702f4b5094f5449a7b4fbcaa2a3e01fac9d77e |
|
MD5 | 4718055550224491d426229c43b5b903 |
|
BLAKE2b-256 | a13bd1d0a40f9a282f370ae7a788f5f7b102304058af077c267e61ef02560617 |
File details
Details for the file carspy-0.4.2-py2.py3-none-any.whl
.
File metadata
- Download URL: carspy-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a805fc31270830b8a7a30c87669c61ac8e3a26d6e10549e321f930aee9f2866 |
|
MD5 | 3f9d940afd2d9d3937e0181240a6b6d5 |
|
BLAKE2b-256 | c7ec46519659d0574299043bf74a33c9160d2399220f44d01098646c0dec83f7 |