Uh oh!
There was an error while loading. Please reload this page.
Make laser parameters configurable; utility function for tunable laser - #970
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #970 +/- ##
==========================================
+ Coverage 75.89% 76.35% +0.46%
==========================================
Files 70 69 -1 Lines 9030 9086 +56 ==========================================
+ Hits 6853 6938 +85 + Misses 2177 2148 -29 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
teutoburg
left a comment
There was a problem hiding this comment.
See individual comments, but overall fine.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The laser parameters (wavelength, power) are now taken from
wcu.meta, i.e. from a config file or from kwargs.All parameters can be changed by doing, e.g.
set_lampis necessary to recompute the lamp emission.The wavelengths of the tunable laser should be more easily accessible to the user, therefore a utility method is offered (this recomputes the emission automatically):
A validation method for the wavelengths has been implemented but is not yet used as we do not have reliable information on the actually available wavelength range.