|
ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
|
Encapsulates static product data about a gas emission lamp for use by the Wavecal business object. More...
Public Member Functions | |
| __init__ (self, model_info, element=None) | |
| get_intensity (self, wavelength) | |
| get_intensity_scalar (self, max_intensity) | |
| get_peaks_by_model (self, model) | |
| parse_data (self, data) | |
| set_visible (self, name, wavelength) | |
Public Attributes | |
| element = element | |
| dict | intensity = {} |
| model_info = model_info | |
| list | urls = [] |
| dict | visible = {} |
| list | wavelengths = [] |
Encapsulates static product data about a gas emission lamp for use by the Wavecal business object.
All data taken from Ocean Optics website for their excellent line of gas emission lamps, which Wasatch Photonics enthusiastically endorses for all your spectrometer calibration needs.
| enlighten.scope.EmissionLamps.EmissionLamp.__init__ | ( | self, | |
| model_info, | |||
| element = None ) |
| enlighten.scope.EmissionLamps.EmissionLamp.get_intensity | ( | self, | |
| wavelength ) |
| enlighten.scope.EmissionLamps.EmissionLamp.get_intensity_scalar | ( | self, | |
| max_intensity ) |
| enlighten.scope.EmissionLamps.EmissionLamp.get_peaks_by_model | ( | self, | |
| model ) |
| enlighten.scope.EmissionLamps.EmissionLamp.parse_data | ( | self, | |
| data ) |
| enlighten.scope.EmissionLamps.EmissionLamp.set_visible | ( | self, | |
| name, | |||
| wavelength ) |
| enlighten.scope.EmissionLamps.EmissionLamp.element = element |
| dict enlighten.scope.EmissionLamps.EmissionLamp.intensity = {} |
| enlighten.scope.EmissionLamps.EmissionLamp.model_info = model_info |
| list enlighten.scope.EmissionLamps.EmissionLamp.urls = [] |
| dict enlighten.scope.EmissionLamps.EmissionLamp.visible = {} |
| list enlighten.scope.EmissionLamps.EmissionLamp.wavelengths = [] |