Skip to content

Commit c0a8b90

Browse files
authored
Update README.md
1 parent c9547af commit c0a8b90

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Ankit Raj, Chihiro Kato, Henryk A. Witek and Hiro‐o Hamaguchi<br>
1212

1313
Set of functions in Python and IgorPro's scripting language for the wavenumber calibration (*x*-axis) and intensity calibration (or correction of wavelength dependent sensitivity, i.e. y-axis) of Raman spectra. This repository requires the data on the rotational state (J), frequency, and the measured rotational Raman intensities from H<sub>2</sub>, HD, D<sub>2</sub> and O<sub>2</sub>. Programs in Python and IgorPro are independent and perform the same job.
1414

15-
- For wavenumber calibration, the pixel positions with error of rotational Raman bands from H<sub>2</sub>, HD, D<sub>2</sub> and rotation-vibration bands from O<sub>2</sub> are required, which can be obtained from band fitting. The code does Weighted Orthogonal Distance Regression (weighted ODR) for fitting x-y data pair ( corresponding to pixel - reference wavenumber), both having uncertainties, with a polynomial. Output are the obtained wavenumber axis from fit and an estimate of error.
15+
- For **wavenumber calibration**, the pixel positions with error of rotational Raman bands from H<sub>2</sub>, HD, D<sub>2</sub> and rotation-vibration bands from O<sub>2</sub> are required, which can be obtained from band fitting. The code does Weighted Orthogonal Distance Regression (weighted ODR) for fitting x-y data pair ( corresponding to pixel - reference wavenumber), both having uncertainties, with a polynomial. Output are the obtained wavenumber axis from fit and an estimate of error.
1616

17-
- For intensity calibration, the main scheme of the code is for the non-linear weighted minimization to obtain coefficients for a polynomial which represents the wavelength dependent sensitivity. The output is a curve extrapolated to same dimension as required by user for intensity calibration. An independent validation of the obtained sensitivity should be done for a measure of accuracy.
17+
- For **intensity calibration**, the main scheme of the code is for the non-linear weighted minimization to obtain coefficients for a polynomial which represents the wavelength dependent sensitivity. The output is a curve extrapolated to same dimension as required by user for intensity calibration. An independent validation of the obtained sensitivity should be done for a measure of accuracy.
1818

1919
---
2020

@@ -38,6 +38,8 @@ In our work, we assume <i>M</i>(&nu;) &cong; C<sub>1</sub>(&nu;) C<sub>2</sub>(&
3838

3939
The multiplicative correction to the Raman spectrum for intensity calibration is then : (C<sub>0</sub> / C<sub>1</sub>C<sub>2</sub>)
4040

41+
The present work is concerned with the anti-Stokes and Stokes region (from -1100 to 1650 cm<sup>-1</sup>). For a similar analysis for the higher wavenumber region (from 2300 to 4200 cm<sup>-1</sup>) see this [repository](https://github.com/ankit7540/IntensityCalbr) and [article](https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/10.1002/jrs.6221).
42+
4143
---
4244

4345

@@ -111,4 +113,5 @@ Ankit Raj, Chihiro Kato, Henryk A. Witek and Hiro‐o Hamaguchi<br>
111113

112114
**Other repositories on this topic :**
113115

114-
[IntensityCalbr](https://github.com/ankit7540/IntensityCalbr) and the article ([JRS.6221](https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/10.1002/jrs.6221))
116+
This repository is concerned with the anti-Stokes and Stokes region spanning from -1040 to 1700 cm<sup>-1</sup> using H<sub>2</sub>, HD, D<sub>2</sub> and O<sub>2</sub>. The
117+
online repository [IntensityCalbr](https://github.com/ankit7540/IntensityCalbr) and the article ([(JRS.6221)](https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/10.1002/jrs.6221)) are concerned with the higher wavenumber region (from 2300 to 4200 cm<sup>-1</sup>).

0 commit comments

Comments
 (0)