Spectrometer

From SweepMe! Wiki
Revision as of 21:50, 6 May 2018 by Afischer (talk | contribs)
Jump to navigation Jump to search

Spectrometer is a Module to interface spectrometer devices. It allows for loading corresponding Device Classes.


Features

  • calculates the total intensity by summing over all values of the intensities using numpy function trapz:

total_intensity = np.trapz(y = self.spectrum, x = self.wavelengths)

  • CIE coordinates are calculated based on the CIE standard from 1931 [1]
  • Take reference spectrum

Device Classes