From ac8def611cb6327b873ae395e6be74b27a2a2654 Mon Sep 17 00:00:00 2001 From: ankit7540 Date: Fri, 3 Apr 2020 15:42:33 +0800 Subject: [PATCH] Readme updates, spellings fixed, some ambiguous sentences removed. --- python_module/README.md | 4 ++-- .../model_rotationalRaman_spectra/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python_module/README.md b/python_module/README.md index bca4b0e..51edc0c 100644 --- a/python_module/README.md +++ b/python_module/README.md @@ -4,7 +4,7 @@ This module is broadly divided into two sections , intensity and wavenumber cal **Intensity calibration :** Includes following files, -`compute_spectra.py` : This is an independent module which imports energy state data (for H2, HD and D2) along with ratio of polarizability anisotropy matrix (at 532.2 nm) elements to compute the theoretical rotational Raman spectra of these gases. Temperature is included for Boltzmann population using which observable Raman spectra can be modeled. For obtaining the ratio of theoretical Raman intensities originating from a common rotational state (required for the `wavelength_sensivity.py` module ), taking a ratio of the computed intensities from common rotational states is required. This ratio is independent of the Boltzmann population. +`compute_spectra.py` : This is an independent module which imports energy state data (for H2, HD and D2) along with ratio of polarizability anisotropy matrix elements (at 532.2 nm, for our experiment) to compute the theoretical rotational Raman spectra of these gases. Temperature is included for Boltzmann population using which observable Raman spectra can be modeled. For obtaining the ratio of theoretical Raman intensities originating from a common rotational state (required for the `wavelength_sensivity.py` module ), taking a ratio of the computed intensities from common rotational states is required. This ratio is independent of the Boltzmann populations. For matrix elements of polarizability anisotropy for H2, HD and D2, at other wavelengths refer to this GitHub repository () and research paper (). @@ -12,7 +12,7 @@ For matrix elements of polarizability anisotropy for H2, HD and D2, HD and D2 -This section includes one file `compute_spectra.py` for the computation of the rotational Raman intensities of the three gases. Temperature is required for computing the Boltzmann population. Wavelength dependent polarizability anisotropy matrix elements are required for the transition probability of the rotational Raman transitions. As an example, the data for the 532.199323 nm, specific to our experiment, was obtained from this repository (), will be used here. +This section includes one file `compute_spectra.py` for the computation of the rotational Raman intensities of the three gases. Temperature is required to be input for computing the Boltzmann population. Wavelength dependent polarizability anisotropy matrix elements are required for the transition probability of the rotational Raman transitions. As an example, the data for the 532.199323 nm, specific to our experiment, was obtained from this repository (), and will be used here. Requirements @@ -9,7 +9,7 @@ Python 2.7 or Python 3.x with NumPy and matplotlib Usage ---------------- -Following commands are run under the Python interpreter environment. (Alternatively use any Python IDE like Spyder, IDLE or PyCharm). *Spyder3 is has been used while writing and debugging.* +Following commands are run under the Python interpreter environment. (Alternatively use any Python IDE like Spyder, IDLE or PyCharm). *Spyder running on Python 3.6 is has been used while writing and debugging.* ***When using Python interpreter in terminal***