QMAPP-mq / qudi

A modular laboratory experiment management suite.
GNU General Public License v3.0
4 stars 0 forks source link

create powermeter gui #18

Open mvbnano opened 6 years ago

mvbnano commented 6 years ago

What is affected by this bug?

We have successfully developed a hardware module for Thorlabs PM100x powermeters, though there is no GUI associated with this.

Expected behavior (i.e. solution)

One should be created, building off the counts GUI.

Other Comments

A powermeter logic file has been created on branch dev_powermeter.

latchr commented 6 years ago

@mvbnano, One important step to get started with GUIs for Qudi is to make sure you have the QT Designer programme installed on your computer. I'm not sure whether this is automatically there with the Qudi conda env or not. Have a look for QT Designer install for Ubuntu.

mvbnano commented 6 years ago

Installed 'QT Creator' which I think is also 'QT Designer'.

mvbnano commented 6 years ago

Transformation of counter logic into powermeter logic started in commit a5af4b2647b7805f548993614fd0b62a413b18a2, which shows how we should use decorators for some variables.

mvbnano commented 6 years ago

@latchr could you please check me on commit aa048986024f8cd30038a5a04991fd661ce9c230 where I replaces self.getState() with self.module_state()

mvbnano commented 6 years ago

Now just make the wavelength spin box update on launch.

mvbnano commented 6 years ago

And fix save data.

mvbnano commented 6 years ago

There should also be a powermeter interface