Skip to content

Commit 72b7e38

Browse files
authored
Update README.md
1 parent 1fdb7c3 commit 72b7e38

File tree

1 file changed

+7
-1
lines changed
  • python_module/intensity_calibration/model_rotationalRaman_spectra

1 file changed

+7
-1
lines changed

python_module/intensity_calibration/model_rotationalRaman_spectra/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ If using Python3, directly import as
3030
Available Functions
3131
-------------------
3232
`sumofstate_H2( T )`
33-
`spectra_H2(T, J_{Stokes}, J_{anti-Stokes})`, and similar for HD and D<sub>2</sub> Here, temperature T is in Kelvin. `J_{Stokes}` and `J_{anti-Stokes})` represents the maximum rotational J whose intensity is to be computed. Intensities are computed for `J=J_{anti-Stokes},.., J_{Stokes}`. Computed intensities are relative normalized intensities.
33+
`spectra_H2(T, J_{Stokes}, J_{anti-Stokes})`, and similar for HD and D<sub>2</sub> The sum of state or the partition function is defined as <br>
34+
35+
<p align="center">
36+
<img src="https://github.com/ankit7540/RamanSpecCalibration/blob/master/img/partition_function_defn.png" data-canonical-src="https://github.com/ankit7540/RamanSpecCalibration/blob/master/img/partition_function_defn.png" width="581" height="85" />
37+
</p>
38+
39+
Here, temperature T is in Kelvin. `J_{Stokes}` and `J_{anti-Stokes})` represents the maximum rotational J whose intensity is to be computed. Intensities are computed for `J=J_{anti-Stokes},.., J_{Stokes}`. Computed intensities are relative normalized intensities.
3440

3541
Functions can be used directly for computing the sum of states for the three gases for given temperature (for example, `sumofstate_D2(298)`). When computing spectra the sum of states are computed within the function (for example, `spectra_H2(298, 6, 6)`).
3642

0 commit comments

Comments
 (0)