[qudi-dev] Config file change for spectrometer module

  • From: Lachlan Rogers <lachlan.j.rogers@quantum.diamonds>
  • To: "qudi-dev@xxxxxxxxxxxxx" <qudi-dev@xxxxxxxxxxxxx>, "qudi-announce@xxxxxxxxxxxxx" <qudi-announce@xxxxxxxxxxxxx>
  • Date: Thu, 30 Aug 2018 10:13:24 +1000

Hello Everyone,

Today a new feature has been merged into the master branch that allows
convenient curve fitting in the spectrometer module. This feature behaves
like the fitting in ODMR, and so should be familiar to use.

If you are using the spectrometer module in Qudi, then this new feature
requires you to add a line in your config files. It is now important to
connect fitlogic to spectrumlogic, like this:

spectrumlogic:
    module.Class: 'spectrum.SpectrumLogic'
    connect:
        spectrometer: 'myspectrometer'
        savelogic: 'savelogic'
        odmrlogic: 'odmrlogic'
        fitlogic: 'fitlogic'

Happy experimenting,

Lachlan

Other related posts:

  • » [qudi-dev] Config file change for spectrometer module - Lachlan Rogers