Public Lab Research note


Spectrometer DVD-Alignment Auto-Correction

by stoft | April 26, 2016 08:42 26 Apr 08:42 | #13031 | #13031

Abstract

This is a continuation of my investigation into extracting stable data from the PLab spectrometer camera. Now that noise can be reduced by time-averaging of pixel data from multiple frames and small signal transcients can be recovered using peak-hold, wavelength-relative amplitude errors can still exist due to misalignment of the diffraction grating (DVD) with respect to the camera's X-Y image field. The solution is to extract data from a wide band of Y-Pixel lines but without the need for complex curve-fitting.

References

PLab 3 Spectrometer Upgrade Prototype

Spectrometer Stability

Spectrometer Noise

Spectrometer Time Filter

Spectrometer Noise Solution?

Spectrometer Peak-Hold

Disclaimers

This method does yield more consistent results but it should be acknowledged that this technique, like the others, is extracting data over both a spatial area and over time where all sources of noise, drift and experimental configuration changes cannot be known ahead of time by the algorithm. Therefore these techniques 1) cannot be totally free of error -- but I believe that any added errors to be much smaller than those the techniques are intended to address.

Hardware

While the previous notes have used data collected from my V3 Prototype, for these tests I needed a system with poor DVD alignment. That was easily created using parts from my older V1 bench prototype where I could adjust the DVD angle with respect to the older V1 webcam.

Observations

A plot of the spectral data from this example, of DVD-grating offset, is shown in the image below:

STest_CFL-V1ProtoImageFrame.gif

Note the clear "slant" to the spectral band such that a horizontal "pixel line" though the band will never form a correct cross-section for obtaining a correct spectrum. This data begs the question; "Where do you place the pixel line to get the 'best' cross section to obtain the best spectra? The answer is, there isn't one; every 'Y' value pixel line will cause wavelength-dependent errors over the spectrum so the only option is to get the DVD grating to be perfectly aligned.

To understand the camera data better, just imagine performing a cross-section through the title plot (above) and plotting each of those spectrums as shown below:

STest_CFL-V1Proto3DYDependentSpectra.gif

Clearly, no matter which pixel line we select, some part of the spectrum will have the wrong amplitude relative to the rest of the spectrum.

Analysis

One approach would be to take sufficient data points to calculate the offset angle and then create a theoretical line through the spectral band's "center". However, that approach is complicated and requires more complicated analysis within the algorithm to assure such code doesn't get confused.

A simpler approach is to simply capture a span of pixel lines which cover the entire spectral band image area and then extract the maxima for each sequential wavelength. This results in the plot shown below:

STest_CFL-V1ProtoAutoPeak.gif

The reason why this works is based on the following assumptions -- which the above observations support.

1 - When properly constructed, the spectral band is consistent and reasonably well defined.

2 - As such, at any wavelength where the intensity is clearly well above the noise, the "brightest spot" in the band is where the spectral measurement will have the best SNR.

3 - The DVD having a slight rotational offset, relative to the camera's X-Y image array, only causes a small shift in 'Y', not a change in intensity which would produce errors greater than those produced by the angular offset.

4 - Finding the 'Y' pixel line with the maximum value, for any wavelength, from the time-averaged data (not the raw data) is extracting data from a noise-reduced signal which is more stable than any 'Y pixel line data.

Conclusions

This technique is relatively simple, can be performed directly on the time-averaged data and does not require additional knowledge about the DVD mounting angle; only the relative width of the spectral image band so as to ensure sufficient 'Y' data. This method essentially provides auto-correction of miss-aligned diffraction gratings -- within reasonable limits.


0 Comments

Login to comment.