- Fix the discontinuity problem in the asymmetric Voigt profile
- Add a peak-finding function for calibrating the spectrometer based on Ar or Hg spectra.
- Implement a fitting routine for the slit function based either on asymmetric Gaussian or Voigt profiles.
- Add link to a standalone web application that demonstrates the basic functions for synthesizing CARS spectra
- Add missing json data files to the package.
- Implement an asymmetric "super" Voigt function for better fitting slit function.
- 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.
- Implement optional function for calculating local gas composition at chemical equilibrium using
cantera
. - Add documentations for secondary modules.
- Add bibtex style references in documentations.
- Change Sphinx theme.
- Add existing modules to docs.
- Fix format errors in docstrings.
- Implement modules for synthesizing N2 CARS spectra.
- First release on PyPI.