summaryrefslogtreecommitdiff
path: root/tutorials/module_4/Spectroscopy problem.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_4/Spectroscopy problem.md')
-rw-r--r--tutorials/module_4/Spectroscopy problem.md60
1 files changed, 51 insertions, 9 deletions
diff --git a/tutorials/module_4/Spectroscopy problem.md b/tutorials/module_4/Spectroscopy problem.md
index d48eaba..0641864 100644
--- a/tutorials/module_4/Spectroscopy problem.md
+++ b/tutorials/module_4/Spectroscopy problem.md
@@ -1,22 +1,64 @@
-## Background
-
-
Example problem on Data Processing - Optical Emission Spectroscopy
-
- Import xls data into Python
- Plot the Intensity [a.u.]  vs pixels
- Interpolate and convert x-axis from pixels to nm (true wavelength) using Hg lamp data (using data in file: Lampa_Calibrare_Mercur.xlsx)
-- Find response function of the spectrometer using the tungsten lamp data from file: "Calibrare Intensitate Oxigen.xlsx)": R=I_measured/I_true (where True is computed by Planck's law of radiation (see notes in the pptx above)
-- Convert y-axis from Intensity [a.u.] into Intensity in [W/(cm^2*sr*nm)] by dividing the measured Oxygen spectrum with the response function: I_oxygen_true=I_oxygen_measured/R
+- Find response function of the spectrometer using the tungsten lamp data from file: "Calibrare Intensitate Oxigen.xlsx)": $R=\frac{I_{measured}}{I_{true}}$ (where True is computed by Planck's law of radiation (see notes in the pptx above)
+- Convert y-axis from Intensity [a.u.] into Intensity in [W/(cm^2*sr*nm)] by dividing the measured Oxygen spectrum with the response function: $I_{oxygen, true}=\frac{I_{oxygen, measured}}{R}$
- Once the spectra is in real units: compute the density of one of the oxygen lines by integrating underneath one of the peaks (see equation from Slide 39 - bottom). We will give all of the constants that are in this equation (see the "Intensity_Calibration_Oxygen_Discharge_Solution.xlsx")
+---
+
+A spectroscopy experiment is set up to collect the spectra discharges of Argon and Oxygen (figure 1). The data given to you will be given to you as light intensity versus pixels.
+
+<img src="image_1762363220163.png" width="530">
+Fig 1: Spectroscopy experiment set-up for characterization for a plasma source in Argon and Oxygen
+
+### Calibration of
+Problem 1: Plot the experimental data of Intensity as a function of pixel count.
+Problem 2: Calibrate your data by converting the pixels to true wavelenth (nm) by using the mercury lamp data.
+Problem 3: Find response function of the spectrometer using the tungsten lamp data from file.
+Problem 4: Convert the arbitrary units of intensity to real units of $\frac{W}{cm^2*sr*nm}$
+Problem 5: Once the spectra is in real units, compute the density of one of the oxygen lines by integrating underneath one of the peaks.
+$$
+n_{1,2}=\frac{\int_{\lambda_0-\Delta\lambda}^{\lambda_0+\Delta\lambda} I(\lambda)d\lambda}{\frac{1}{4\pi}hv_{1,2}A_{1,2}l}\tag{1}
+$$
+
+
+
+
+
+
+---
+Problem 1: Plot the intensity of the spectra versus the pixels.
+
+Problem 2: Using the known wavelength intensities of mercury, convert our data from pixels to units of wavelength (nm).
+
+Problem 3: Once we've calibrated the horizontal axis to show wavelength, use data from literature to extrapolate
+
+---
+From Tema 1 Optical Spectroscopy emission file
+
+**Problem 1:** Using a mercury continuous calibration lamp (with well-defined lines in the literature), transform the X-axis of the spectrum into physical units of wavelength [nm].
+
+[To solve this problem, use the data in the Excel document titled: “Lampa_Calibrare_Mercur.xlsx”]
+
+**Problem 2:** Once the X-axis of the spectrum is calibrated, it will be removed from the optical system and a discharge in Argon will be positioned in its place. Identify at least 7 lines in the spectrum of the discharge in Argon using the NIST database.
+[To solve this problem, use the data in the Excel document titled: “Spectru Descarcare Argon.xlsx”].
+**Problem 3:** In order to extract quantitative data from an emission spectrum, it is necessary to calibrate the intensity axis in physical units. To achieve this, we will place a tungsten plate lamp in front of the optical system. Using a pyrometer, the plate temperature was obtained as T=1800 K.
-Problem 1: Import the data as a pandas dataframe.
+Requirements:
+3.1. Determine the theoretical spectrum of the tungsten plate lamp
+3.2. Determine the measured spectrum of the tungsten plate lamp
+3.3. Determine the curve that characterizes the response of the device for each wavelength.
+3.4. Use the response curve of the device to calibrate the emission spectrum of a discharge in oxygen in radiance.
+3.5. Measure the discharge temperature in oxygen using the Boltzman method for the emission lines at 777 nm and 844 nm. [Please comment on the temperature obtained!]
+3.6. Determine the density of atoms in the excited state for the line at 844 nm. NOTE: in order to calculate the excited state density it is very important to know the collection volume (note that the column length enters the density calculation formula). For ease, take l=250 μm
+3.7. Extra-credit: I would like you to think about how you would determine the collection volume of the light from the plasma knowing: the diameter of the lenses used (2 inches), the focal lengths (f1=125mm, f2=200mm) and the diameter of the optical fiber (d=200 μm).
-Problem 2: Using the known wavelength intensities of mercury, identify the wavelengths.
+[To solve this problem use the data from the Excel document titled: “Calibrare Intensitate Oxigen.xlsx”]
-Problem 3: \ No newline at end of file
+**Problem 4:** Identify the types of errors/uncertainties that occur in an OES experiment. \ No newline at end of file