QMAPP-mq / qudi

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

changing the wavelength of the M Squared resets the beam alignment to default #7

Closed mvbnano closed 6 years ago

mvbnano commented 6 years ago

What is affected by this bug?

Anytime the wavelength of the M Squared is changed, the beam alignment of the SolsTiS resets to its default values.

When does this occur?

Any time the wavelength is changed, both in Qudi and in the browser.

Where on the platform does it happen?

At the SolsTiS.

How do we replicate the issue?

Change the wavelength and see what happens.

Expected behavior (i.e. solution)

Short term: store the Beam X and Beam Y positions, then set them after the wavelength is changed. Long term: write own 'One Shot' beam realignment to run on wavelength change.

Other Comments

'One Shot' beam alignment is slow, possibly don't do this every time - make a separate function to change and maximise beam alignment.

mvbnano commented 6 years ago

this has been completed, without a 'one shot' realignment method - that is something for the future.