Skip to content

Commit fa5dc50

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

File tree

1 file changed

+2
-2
lines changed
  • python_module/intensity_calibration/model_rotationalRaman_spectra

1 file changed

+2
-2
lines changed

python_module/intensity_calibration/model_rotationalRaman_spectra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ If using Python3, directly import as
2929

3030
Available Functions
3131
-------------------
32-
`sumofstate_H2( T )`
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>
32+
`sumofstate_H2( T )` and similar for HD and D<sub>2</sub> : The sum of state or the partition function is defined as <br>
3433

3534
<p align="center">
3635
<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" />
3736
</p>
3837

38+
`spectra_H2(T, J_{Stokes}, J_{anti-Stokes})` and similar for HD and D<sub>2</sub> : For computing the relative Raman intensities (for pure rotation) for the specific gas.
3939
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.
4040

4141
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)`).

0 commit comments

Comments
 (0)